Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Code for Cursor Readwrite
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01057981
Message ID:
01058011
Views:
19
Try this. It seems to be working.
USE IN ( SELECT("qm_cond"))
USE IN ( SELECT("qm_cond_table"))


USE qm_cond IN 0 

SELECT * FROM qm_cond_table into CURSOR crs_qm_cond READWRITE ;
   WHERE f_query_id like qm_list.f_query_id+'%'

USE IN ( SELECT("qm_cond"))

USE DBF("crs_qm_cond") Again IN 0 ALIAS qm_cond
INDEX ON F_QUERY_ID TAG F_QUERY_ID
SET ORDER TO TAG F_QUERY_ID
USE IN crs_qm_cond

...

USE qm_cond IN 0 ALIAS qm_cond_table
SELECT qm_cond_table
APPEND FROM DBF('qm_cond')
>Your help is always appreciated.
>
>Guess I will keep my sloppy code, it does accomplish what is needed.
>
>Thanks for the help
>
>Brenda
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform