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:
01017086
Views:
25
Fabio,

>Sin, for one simple what therefore, I must write code.

It's a real shame to have to write 6 lines of code that could be stored in a builder for easy reuse...
* AddTableProperties.prg
local laForm[1], laFields[1], i, n
aselobj( laForm, 1 )
n = afields( laFields )
for i = 1 to n
   laForm[1].AddProperty( laFields[i,1] )
endfor
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform