Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you stop the BROWSE from appearing after the SELE
Message
From
11/05/1999 07:19:47
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00216492
Message ID:
00217108
Views:
26
>>------
>>Hi Pablo.. I tried it... what I am trying to do is SET A FILTER, make
>>changes, and save those changes.. I am trying to us a SELECT statement to
>>make my FILTER. If I use SELECT * FROM mytable INTO CURSOR mycursor...
>>my FILTER is the data in mycursor... I need the FILTER to be in mytable...
>>when I am finished... I will SELECT * FROM mytable to recover all of the table.
>>any ideas?
>
>Yes, then you musn´t use the select, you need an updatable view, issue a CREATE VIEW (usually a local view), make your changes, and then do a TABLEUPDATE, and all your changes will be in your table, if you dislike your changes do a TABLEREVERT. If you dont get up with this I'll send you a sample.
>
>Review the solutions in:
>
>SET DEFA TO (_SAMPLES)
>DO ? (search the solution.app)
>
>and see the trastade sample,
>
>Regards,
--------------
Hi Pablo ... Could you send me a small sample of code... :)
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Reply
Map
View

Click here to load this message in the networking platform