Donate

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.
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

Donate

Popular Posts From This Blog

WPF CRUD Application Using DataGrid, MVVM Pattern, Entity Framework, And C#.NET

How To Insert Or Add Emojis In Microsoft Teams Status Message

Pass GUID As Parameter To Action Using ASP.NET MVC ContribGrid