Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Views, Architecture, and Speed
Message
 
 
To
08/02/2001 10:04:19
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00473918
Message ID:
00473964
Views:
22
>Very good point, Larry, thanks, and I am already firing off a modal screen to edit the contract clauses in an OLEBound field. Unfortunately, the edit-on-request architecture makes the whole requery, update, revert shtick difficult with grandchild tables. The current architecture was the easy way out when I designed the app.
>
>>However, if you can spread that information over several UI interfaces (e.g. pages on pageframes) and requery the appropriate views when needed (like delayed instantiation), it will probably help performance all the way around.

I've done some of this (although not with general fields) with VMP. Once the user edited/added something, they were forced into a non-Default state. When in this state, they had to Cancel out of all their changes or Commit all their changes in order to navigate to the next parent record (in this case, the grid was disabled during edits/adds). This way the Tablereverts()/Tableupdates() code was called in one place and that made it easier for me.

I don't know what your users are looking at now and this may be totally out of synch with what they expect from an interface. Just some thoughts.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform