|
-
September 20th, 1999, 07:49 AM
#1
Requery
I want to display a report, but the first time the program runs, the report that is displayed is blank. That's because there is not a requery command. So, I wrote this code:
If dePrinting.rsPrintFields.State = adStateOpen then
dePrinting.rsPrintFields.Requery
End If
However, still blank on first run! That's because:
dePrinting.rsPrintFields.State = adStateClosed
But if I don't check this state, it fires because recordset is open! How else can I requery?
Michael Vlastos
Automation Engineer
Company Modus SA
Development Department
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|