Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reset a NON Parameter Remote View to Nodata
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP1
Database:
MS SQL Server
Miscellaneous
Thread ID:
01292638
Message ID:
01292978
Views:
14
>That's what parameterized view is for.
>
>>
>>I have a form and a grid, the grid has a remote view as record source in the DE the cursor has the property NodataOnLoad set to .T. so no records show.
>>
>>in the form i add some records to the RV but after a button click i want the RV set to NoData Again.
>>
>>any way i can do that with out parameterizing the view?


Thnks , I think i just found a solution by closing the tables and open them again through the DE events
.......
DO WHILE .T.
      ME.Work()
ENDDO
Previous
Reply
Map
View

Click here to load this message in the networking platform