Set Top Property Of Text And Field Object Of Crystal Reports During Runtime
I have encountered a scenario when creating crystal reports for a specific customer. In my reports, I have four controls.
1. Comments (Text Object) and Comments (Field object )w/ top properties of 3465.
2. Recommendations (Text Object) and Recommendations (Field object ) w/ top properties of 4505.
Here's what i need to do.
Solution in VBForums.
Greg
1. Comments (Text Object) and Comments (Field object )w/ top properties of 3465.
2. Recommendations (Text Object) and Recommendations (Field object ) w/ top properties of 4505.
Here's what i need to do.
1 2 3 | if ((recommendations field object != null) && (comments field object == null))) 2: If true, set top properties of Recommendations Text 3: object and commendations Field object to 3465. |
Solution in VBForums.
Greg
Comments
Post a Comment