[Gambas-user] DataReport Example

Ramon Orticio rporticio at ...43...
Thu Dec 29 07:34:01 CET 2005


may i pose the following inquiries regarding 
DataReportExample written by Rizky Tahara Shita
(rizky at ...225...).

1. This Sub routine

PUBLIC SUB TableView1_Data(Row AS Integer, Column AS
Integer)
  'the array's field name's
 
 arrtable[0]="name"
  arrtable[1]="dept"
 
 
  WITH Mglobal
    .rs1.MoveTo(Row)
    tableview1.data.Text = Str(.rs1[arrtable[Column]])
  END WITH
END

1.1 this routine immeidately get focus and runs  even
if not called. 

1.2   when i tried to debug this routine it appears
that there is an automatic looping even without the
control structure to loop it.

1.3 how did the above happen? this is very nice but
rather unusual in vb.

2. can textboxes be bound to a data in a particular
field of
   a recordset. i can't see a data property in
textboxes.

thanks

ramon


	
		
__________________________________ 
Yahoo! for Good - Make a difference this year. 
http://brand.yahoo.com/cybergivingweek2005/




More information about the User mailing list