ScriptRoom
Monday, December 1, 2008
Send Variabel to Datawindow
send variabel tertentu to data windows :
d_1.setitem( baris , 'field_datawindows ' , variabel )
contoh:
dw_1.setitem(dw_1.getrow(),'alamat',ls_alamat)
for baris = 1 to dw_1.rowcount()
dw_1.setitem(baris,'alamat',ls_alamat)
next
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment