Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
If a grid has been populated
Message
From
06/08/2003 07:53:18
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00817215
Message ID:
00817238
Views:
17
Hi Neil,

remove "".
IF EMPTY(thisform.pageframe1.page1.grid1.RecordSource)
* or ""=thisform.pageframe1.page1.grid1.RecordSource
	MESSAGEBOX("There are no records in the grid to filter on!")
	RETURN
ENDIF
With SET EXACT OFF,
for any string X, X="" is true.

Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform