Hi all,
I've just started using Crystal Reports again with VB6 after being away from it for a few years (previous version used CR 8) and suddenly everything seems to have become a lot more difficult. Amongst the hundreds of new difficulties I'm finding there is one in particular I'm getting really frustrated with -
How can I read the .SQLQueryString property of a report without firing the SQL command on the database (SQL2005). I can see the SQLQueryString in the locals window, but if I try setting a variable to this ie.
string = crxReport.SQLQueryString
I have to wait until the command has executed until the string is returned. this is a massive problem for me as some of the reports can take 10mins + to run.
Is there some obvious property of setting I'm missing.
I hope you can help...