adigrescenko
Programmer
When I use :
Report.SQLQueryString = "Select * from MyTable"
it is not working
If I stop the program on tis line, end I run it step by step, after executing this line, SQLQueryString = "". Nothing happend. Why?
What should I do?
Report.SQLQueryString = "Select * from MyTable"
it is not working
If I stop the program on tis line, end I run it step by step, after executing this line, SQLQueryString = "". Nothing happend. Why?
What should I do?