Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid white space
Message
From
07/11/2004 07:50:58
 
 
To
06/11/2004 15:08:56
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 5
Miscellaneous
Thread ID:
00957515
Message ID:
00958968
Views:
15
After you set the grid's RecordSource using the SELECT command
Put This line:

IF _TALLY > 0
Thisform.PaheFrame1.ActivePage = 2
ELSE
MESSAGEBOX( [No Records match your crtieria] )
ENDIF

See the REPORT FORM documenation in the on-line help

Use the PREVIEW clause of the REPORT FORM command ( as described in the on-line help)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform