Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replace cursor
Message
De
05/02/2003 17:17:21
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
 
 
À
05/02/2003 09:41:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00748127
Message ID:
00749601
Vues:
31
(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!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform