Re: [Gambas-user] RE: Gambas-user Digest, Vol 37 , Issue 42

2009-06-25 Thread Steven James Drinnan
Part one loading multiple text boxes. there is no simple way but there is this you can go through all the controls of a form and see if is a text box. Example: You need one form, create 10 text boxes and one button rename the text boxes to txt01 txt02 . txt10 this is important so the progra

[Gambas-user] RE: Gambas-user Digest, Vol 37 , Issue 42

2009-06-24 Thread sktan007
Dear Sir, Thank you for Mr. Steven solve my problem, my program can work now!!! But I've another two problem, the first is that I've a input form , there is ten textbox belong to a group, I wish to initial the the ten textbox by a string array, like this dim sName[10] as string dim i as integer ..