Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting a Set of Records to Display on a Form
Message
From
20/08/2008 16:09:38
 
 
To
20/08/2008 15:29:35
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01340508
Message ID:
01340529
Views:
7
>We don't edit in grids, so I need a way to get a group of records and then display each record/field value on a form. The values can be updated back to the table. How can I do this?

There's probably lots of different ways. The one we settled on is

put textbox, editbox, checkbox, etc controls under the grid and bind them to fields in the grid's recordsource. The grid's AfterRowColChange method usually does a this.parent.refresh to make sure everything is displaying correctly.
Previous
Reply
Map
View

Click here to load this message in the networking platform