Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Collection item warning when compiling
Message
From
19/10/2004 10:06:50
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
19/10/2004 10:02:36
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00952599
Message ID:
00952604
Views:
7
This message has been marked as the solution to the initial question of the thread.
Ramil,

yes it causes an compiler error.

Work around:
>oThisItem = oItems.item(1)
Agnes
>Hi all,
>I can run the code below without problems. However, when I create a project and add that single program in, the compiler generates a warning when building an exe, maybe because it thinks oItems is a function. Is there a way to turn this on or off, like EXTERNAL ARRAY or something.
>
>local oItems as Collection
>oItems = createobject('clsItems')
>oItem  = createobject('clsItem')
>oItems.Add(oItem)
>
>local oThisItem as clsItem
>oThisItem = oItems(1)  && causes a warning in the compiler!
>? oThisItem.custProp
>
>*--------------------------------------------------
>define class clsItems as collection
>enddefine
>
>*--------------------------------------------------
>define class clsItem as custom
>	custprop = "Hello"
>enddefine
>
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform