Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange 1575 - object name is invalid error
Message
From
27/06/2008 09:30:58
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01326492
Message ID:
01327219
Views:
10
Sergey,

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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform