Results 1 to 4 of 4

Thread: [RESOLVED] Data Report doesnt refresh

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2006
    Posts
    2

    Resolved [RESOLVED] Data Report doesnt refresh

    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?

    VB Code:
    1. MsgBox "Click ok to load", vbOKOnly
    2. DataEnvironment1.Commands("Command3").CommandText = strSQL
    3.    
    4. 'MsgBox strSQL
    5. DataReport2.Show
    6. Unload Me
    thnx in advance
    Last edited by enggwaqas; Aug 21st, 2006 at 01:00 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width