Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replace cursor
Message
De
03/02/2003 04:15:00
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
 
 
À
03/02/2003 02:27:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00748127
Message ID:
00748297
Vues:
25
How about:
SET EXACT OFF
m.i = AUSED( a1 )

FOR m.j = 1 TO m.i
   IF a1[ m.j ] = "cursor"
      USE IN ( a1[ m.j ] )
   ENDIF
NEXT
>Thank you
>I found better way:
>In the init of the form I added:
>
nalias=0
>in the command button beginning:
>
nalias=nalias+1
>if nalias>1
>use in cursor1
>use in cursor2
>use in cursor3
>use...
>endif
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform