Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Views update
Message
 
 
To
20/02/2000 20:22:52
Hector Garces
University of Texas At El Paso
El Paso, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00334664
Message ID:
00334684
Views:
27
>I'm having a trouble, I encrrypted a hole table for security reasons, and >using a view for printing reports and invoices, the problem is when I add a >new record to the table, I cannot print inmediately the invoice because it >cannot find the record I added until I release the form and run it again,

>I think the problem is the view doesn't update inmmediately after the table is >updated, any ideas?

This may be simple. Do you requery the view before you use it for printing? The view won't automatically update, you have to tell it to:

=Requery("myview")
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