AlanBreck1000
Programmer
Using Clasrion 6.0 Enterprise and followed the example from the book to pass a qbe filter to a report.
The book example states to take note of the QBE class on the QBE option tab after adding the template to the browse, I get QBE10. Then when placing the print from browse button on the same browse at the accept embed point place the following code : GLO:ReportQueryResult = QBEn.GetFilter
replacing the n in QBEn with your QBE class which in my case is 10. Upon compiling I get unknown identifier. I have declared the global variable ReportQueryResult and followed the example top the letter but to no avail. All I want to do is query the browse and see these results in the browse then pass these results to a report.
I have tried other examples found around the internet one being to allow the results by qbe template to be placed in string then that string passed to a report, again to no avail, can anybody shed a little more light on this subject.
The book example states to take note of the QBE class on the QBE option tab after adding the template to the browse, I get QBE10. Then when placing the print from browse button on the same browse at the accept embed point place the following code : GLO:ReportQueryResult = QBEn.GetFilter
replacing the n in QBEn with your QBE class which in my case is 10. Upon compiling I get unknown identifier. I have declared the global variable ReportQueryResult and followed the example top the letter but to no avail. All I want to do is query the browse and see these results in the browse then pass these results to a report.
I have tried other examples found around the internet one being to allow the results by qbe template to be placed in string then that string passed to a report, again to no avail, can anybody shed a little more light on this subject.