Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create cursor from array command doesnt work??
Message
 
To
03/01/2003 11:15:21
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00737698
Message ID:
00737716
Views:
24
>It works. Would you provide exact code that's not working.


nCnt = 1
DIMENSION aMapFields(RECCOUNT('CM_fields_rrvw'),4)
SELECT CM_fields_rrvw
SCAN
aMapFields(nCnt,1) = CM_fields_rrvw.field_name
aMapFields(nCnt,2) = CM_fields_rrvw.field_type
aMapFields(nCnt,3) = CM_fields_rrvw.field_width
aMapFields(nCnt,4) = CM_fields_rrvw.field_decimal
nCnt = nCnt + 1
ENDSCAN

...like I said works in 7 but not 8.
ICQ 10556 (ya), 254117
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform