Re: [Gambas-user] How do you set text for a group of textbox ?

2009-06-28 Thread Steven James Drinnan
On Fri, 2009-06-26 at 15:41 -0700, Swee Kwang Tan wrote: 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 . .

[Gambas-user] How do you set text for a group of textbox ?

2009-06-26 Thread Swee Kwang Tan
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