Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Collection item warning when compiling
Message
De
19/10/2004 11:00:17
 
 
À
19/10/2004 10:06:50
Lutz Scheffler (En ligne)
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00952599
Message ID:
00952635
Vues:
8
Thank you Agnes.

>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
>>
ramil
~~ learning to stand still
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform