Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Synchronization with MsAcces Table vs Vfp Table
Message
From
27/02/2004 06:04:16
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00881100
Message ID:
00881394
Views:
23
>Hi,
>i know remote views and i am using sometimes but i couldnt find any good vfp code idea for seek&insert loop .

The idea is you use just database in your project, but try the code follow.
SELECT <remote view>
go top

SCAN
    IF SEEK(<expressino>,<alias|workarea>, index)
       insert into table (...)
    ENDIF
ENDSCAN
Atenciosamente,
Welington Lourenço Melo de Paula BH / MG
welingtonl@yahoo.com.br
Previous
Reply
Map
View

Click here to load this message in the networking platform