Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reports shows up and disappeared
Message
 
To
02/12/1996 14:43:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00013960
Message ID:
00013961
Views:
36
>SELECT .... FROM... WHERE...ORDER BY....
>INTO CURSOR ....
>REPORT FORM "Applications:Microsoft Visual FoxPro:SDS Tracking:reports:ADVISING.FRX" NOCONSOLE PREVIEW
>
>I have the above query and the report would show up and disappear right away.

This usually means that the table you're running against is empty. since you're running against a cursor, make sure the data environment in the report is empty and all of the fields on the report don't reference a specific table (i.e. 'lastname' instead of 'customer.lastname')


If I try to run it with the last line that reads "REPORT FROM ...", then the query result would display. But I want the results to show up in my report (designed by the wizard).
>
>Also, is there a quick and easy way to refresh(make them blank) all the controls from a form. I tried thisform.refresh and it did not work.
>
>Thanks in advance!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform