Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace cursor
Message
From
03/02/2003 04:15:00
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
 
 
To
03/02/2003 02:27:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00748127
Message ID:
00748297
Views:
24
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform