Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Show appened record of view in grid
Message
 
To
04/07/2001 21:53:33
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00526812
Message ID:
00526822
Views:
13
>Hi,
> I did use table buffering to my view. What I want to do is, I want to show the appened record in grid, however, it has not saved using TABLUPDATED() yet. I know that, record will be shown after TABLEUPDATE(). But how about show it in grid before TABLEUPDATE()??
>
>Thank you

Don't see any problem here
Say, you have Add button:

*** Add button click()method
append blank in myView && or INSERT INTO... , whatever appropriate.
this.parent.grid1.SetFocus()

and you are in your grid on newly added record.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform