Dear Sir, 
If I have a group of textbox, a string array access data from database, How do 
I write a 
program to set text for each textbox sepqrately ? like the following
dim str[10] as string
dim i as integer
.....
.....      'after this line, str get the data from database 
for i = 0 to 9
         myTextBoxGroup[tag].text = str[i]
next
This is the last question, I have't other problem now.
Thank  you


_______________________________________
 辣茩妏蚚閉湮⺍講捇誥蚘眊 
 http://cn.mail.yahoo.com 
------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to