Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems to Requery a View.
Message
 
To
07/06/1999 22:10:04
Anderson Girardi
Athenas Automação de Escritório
Porto Alegre, Brazil
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00226929
Message ID:
00227327
Views:
46
I just edited the piece you need to change.
Let me know if it works.

it starts at this line:

SELECT ItemConfig

*!* You are updating the table called ItemConfig not the view
*!*try this instead

*!* =TABLEUPDATE(.T.)
=TABLEUPDATE(1, .T., "vItemConfiguracao")
*!* If you want to update the table to then add this.
=TABLEUPDATE(1, .T., "ItemConfig")


=REQUERY("vItemConfiguracao")
THISFORM.REFRESH



>Ronald i thank you nowly
>
>see my code:
Ronald L. Thorp
http://www.Fox-Pros.com
Fox-Pros, Inc.
Office 407-498-0100
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform