Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Going Away Problem
Message
From
26/09/1999 10:42:34
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00269073
Message ID:
00269077
Views:
22
Hi Steve,

> This makes the entire grid 'blank out' instead
> of just showing it with no records. How can
> I remove all records from the grid while keeping
> the actual object in place with all its formatting,
> columns, etc?

Try this:
	ThisForm.grdRV01.RecordSource = ''
	ThisForm.grdRV01.RecordSource = 'RemView01'
	ThisForm.grdRV01.Refresh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform