Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending Exising Key into View
Message
From
22/04/2002 21:03:50
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00647368
Message ID:
00647936
Views:
12
>Bill,
>
>You want to create a parameterized view where the parameter is the primary key. This way when the user identifies the record they want, you pick up the Primary key for that record and load the parameter for the view, then Requery() the view to get the record. If you make the view updatable then after the user finishes editing the record in the view you simply need to TabelUpdate the view and it will write back to the table.

I not sure that's what I'm looking for.
The user may be selecting more that 1 record to edit, and I need to have them all listed on the form until he/she saves the data. And the list may already exist from a previous editing session. I can't Requery() buffered data, but I don't want to TableUpdate() until the end of the editing session.
Bill Morris
Previous
Reply
Map
View

Click here to load this message in the networking platform