Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return control from running app to browse window
Message
 
To
02/07/1999 17:06:33
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00236784
Message ID:
00237091
Views:
13
David,

Dump the browse, you are fighting an uphill battle. You say you want quick and cheap fix, well using a form is that quick and cheap fix. Trying to get a browse to behave in VFP is like trying to put a square peg in a round hole.

Make a form. Put in a grid with 1 column. Right click the form and choose data environment, right click there and add the table for your form.

Set the record source for your grid to the table and set the controlsource for the column to the field you want displayed in the grid. Now put textboxes on the right and set their controlsources to the other fields you want from the same table.

Double click on the grid and select the AfterRowColCange event from the combo on the upper right of the code editor. In there type Thisform.Refresh().

Close the form designer and run the form. Is that what you want?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform