Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What property is an array ?
Message
From
23/06/2001 17:02:10
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00522620
Message ID:
00522824
Views:
9
>You should have refernce to the parent object, like TYPE('thisform.lvVar[1]').
>It is not quit clear why "(TYPE('lvVar(1)')<>'U' did'nt work". Do yuo get any error message?

Hi Yuri,
You are right, I mean TYPE('thisform.lvVar[1]')

My Problem is that easy to reproduce:
in command window:
MODI FORM
*move mousepointer over the form
*enter in command window
lcCtrl = SYS(1270)
gives you a link to the form.
Now enter
?TYPE('lcCtrl.NAME(1)')
an "C" appears on screen. But we all now that name is character ...

This works with any other property even logicals as VISIBLE or so.

Look also at
?lcCtrl.NAME(1)
Lutz
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform