Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simulate Browse Freeze in a grid
Message
From
03/02/2008 10:17:36
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01287373
Message ID:
01288669
Views:
10
>Column4 comes from a related table and for some reason, I'm not getting it to reliably return the child value for the current row.

If you want to make sure that the related record is reliably pointed to, you need to do a proper jump to the current record, like...

skip 0 in (oGrid.rowsource)

or

goto recno(oGrid.rowsource) in (oGrid.rowsource)

where oGrid is a reference to the grid.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform