Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace cursor
Message
From
05/02/2003 17:17:21
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
 
 
To
05/02/2003 09:41:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00748127
Message ID:
00749601
Views:
30
(VFP 7.0)

This assumes you're "selecting" from open tables ...
use dbf\fpclm in 0 again
use dbf\fpdpm in 0 again

m.n1 = aused(a1)

select * from fpclm into cursor fpclm1
select * from fpdpm into cursor fpdpm1
select * from fpclm into cursor fpclm2

m.n2 = aused(a2)

for m.i = 1 to m.n2
   if !(ascan(a1, a2[m.i,1], -1, -1, 1) > 0)
      ?  "It's a Cursor: " + a2[m.i,1]
   endif
next
>The problem is that I dont know using woth arrays.
>can you code somthing like your offer?
>Thank you!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform