I am trying to create a function that populates 2 similar VB data reports. I pass the data report name to the function something like...
If I then try and set the reports caption property, i.e. I type...
after I type the period, the list of properties does not include the caption property, if I use the actual report name then the caption property is available. Am I missing something here??
Pete Vickerstaff - Hedra Software
Code:
Private Sub PopReport(RptName As DataReport)
If I then try and set the reports caption property, i.e. I type...
Code:
RptName.
Pete Vickerstaff - Hedra Software