Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Requery
Message
From
25/03/1998 11:21:23
 
 
To
25/03/1998 11:19:56
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00087009
Message ID:
00087014
Views:
32
>The error is occurring in the following code in Grid1.Refresh.
>
>ContactId = Thisform.ContactId
>=Requery()
>
>The code was taken from the book: VFP 3 Unleashed (2nd Ed., P. 229).
>
>How would I go about implementing you suggestion.
>
>Thanks.

ContactId = Thisform.ContactId
Select View1 && use real view name here
=Requery()

or

ContactId = Thisform.ContactId
=Requery("view1")
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform