Click here to Skip to main content
15,899,008 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I use an array or index in viewing multiple forms?

Please help me. I really need your help. :((
Posted
Updated 14-Nov-10 20:23pm
v2
Comments
JF2015 15-Nov-10 2:23am    
What exactly do you want to do - elaborate!

1 solution

You can create a property for the form which is an array. You can do it from the menu form, new property, then type arrName[1] in the property name.
Or you can do this from the code, e.g.

thisform.AddProperty('arrName[1]','')
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900