Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ISSUE: ASELOBJ and scatter name
Message
 
 
To
24/05/2005 07:19:10
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01017000
Message ID:
01017005
Views:
25
Sure it'll fire an error because array ax doesn't exist. However if there's form open in Form Designer it works fine.

>Design time,
>I try:
>
>SELECT sometable
>aSELOBJ(ax,1)
>* next fire a Array error
>SCATTER MEMO ADDITIVE NAME ax[1]
>
>
>then:
>
>SELECT sometable
>
>aSELOBJ(ax,1)
>zz=ax[1]
>
>* next add the fields
>SCATTER MEMO ADDITIVE NAME zz
>* now save
>* now reopen : none added
>
>
>Sin, for one simple what therefore, I must write code.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform