Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid refresh
Message
From
23/06/2001 06:46:35
Nicola Gotti
Produzioni Software Sas
Padova, Italy
 
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00521406
Message ID:
00522743
Views:
19
1. When grid's recordsource changes (I always tend to do this programmatically) I usually wrap the code that requery the grid's recordsource (let's say Table1) with a leading
THISFORM.grdMyGrid.RecordSource = ''
and an ending
THISFORM.grdMyGrid.RecordSource = 'Table1'
This way I preserve grid / columns settings that otherwise get lost.

2. In Init() event of main form I coded:
...
*- Set relation into Attachm for selected products lv_orditems.itemcod
SET ORDER TO TAG Item IN Attachm
SET RELATION TO itemcod INTO Attachm IN lv_orditems
...

3. I only bind Attachm table field item to a grid column. Other grid columns are binded to lv_orditems fields. No other controls in the form involves Attachm nor lv_orditems fields.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform