OCX Parameters

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
RKLawton
Posts: 7
Joined: Tue Oct 10, 2017 12:44 pm

OCX Parameters

Post by RKLawton » Mon Jan 19, 2004 6:43 pm

I am trying to implement the R&R OCX control in our CA-Visual Objects Application. I can load a report, change properties, and print/view with no problems. ____What I would like to do is load a report and interrogate the properties that were saved with the report. This would be similar to using the DLL, running the choosereport method and then using the get routines (e.g. getfirstsortfield, etc.)____I am not sure what I need to do to "load" the properties into the control and then be able to interrogate them. I tried LoadProperties but I get nothing when I try to "read" the properties. ____Is what I want to do possible? If so what do I need to set (and in what order) to get this information____Thanks____Roger Lawton

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: OCX Parameters

Post by kfleming » Mon Jan 19, 2004 9:50 pm

You would indeed need to use the runtime DLL to obtain information from a report and then would need to store that information in a set of variables in your application.______Kathleen__R&R Support

Post Reply