im using the code given below to generate report, sql query is generated on runtime which saves in string StrSQL...
but the problem is that it generate report for the time and after that during entire application life it will display the same report even though the sql statements are changed, in short active report isnt refreshing???? ne one has the solution?
thnx in advanceVB Code:
MsgBox "Click ok to load", vbOKOnly DataEnvironment1.Commands("Command3").CommandText = strSQL 'MsgBox strSQL DataReport2.Show Unload Me


Reply With Quote
