OCX Parameters
OCX Parameters
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
=> RE: OCX Parameters
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