Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create from array bug
Message
From
13/10/2002 18:04:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Create from array bug
Miscellaneous
Thread ID:
00710776
Message ID:
00710776
Views:
59
VFP 7.0 Sp1 seems to not handle leading underscores in field names when creating cursors from arrays.
LOCAL laflds(1)
CREATE TABLE test (_name1 c(20), _name2 c(30))
= AFIELDS(laflds,'test')
CREATE CURSOR curtest FROM ARRAY laflds && Pop goes the bug
Next
Reply
Map
View

Click here to load this message in the networking platform