Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange 1575 - object name is invalid error
Message
 
 
À
27/06/2008 09:30:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
01326492
Message ID:
01327222
Vues:
12
The same as before. It's undocumented feature. Use it on your own risk.

>
>This is interesting:.
>
>
>thisform.Postit is an array
>
>
>so I have tested succesfully following code:
>
>
>Local lnCnr, lnI
>With Thisform
>	Dimension Thisform.Postit[16]
>	For lnI = 1 To 8
>		lnCnr = "(" + Transform(lnI)+ ")"
>		.AddObject('Postit'+lnCnr,'edtPostit')
>		.Postit(lnI).Left = 159+(lnI*56)
>		.Postit(lnI).Width = 27
>		.Postit(lnI).Visible = .T.
>	Endfor
>Endwith
>
>
>edtPosit.vcx is an container with editbox e.s.o.
>
>Any severy objections?
>
>Best regards,
>
>Koen
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform