Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Close Current Area
Message
From
27/04/2004 08:14:47
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
27/04/2004 07:24:18
Mazahir Naya
Kuwait United Co.
Kuwait, Kuwait
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00898423
Message ID:
00898454
Views:
12
It is hard to read code that has alias name "A". It is not good to ...
SELECT A
USE
because you have to:
LOCAL lnSelect
lnSelect = SELECT()
SELECT A
USE
SELECT (m.lnSelect)
.

It is best to do this instead
USE IN SELECT("alias")
.

>hi Borislav
>i m using this command
>
>Select A
>use
>
>regards
>Mazahir
Previous
Reply
Map
View

Click here to load this message in the networking platform