Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create view
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00192294
Message ID:
00192315
Views:
18
>HI!
>
>I has VIEW created by CREATE VIEW command with some params
>para1='222'
>para2='333'
>use myview
>browse
>
>
>then, user change some data
>how I manualy can replace data in tables ?
>( when I reuse view - old view does not sent updates )
>Why ?

Sergey,

I kindly suggest you to read the docs first. You must define a keyfield and the buffering you'll be using. Saves will be changed with a TableUpdate(). To view your changed data you'll need to Requery() the view.

José
Previous
Reply
Map
View

Click here to load this message in the networking platform