Dear Rao Sir ,
I would request you to provide TDatarow Examples of Maridb to understand Tdatarow. I have tried existing examples which are not working for me.
Please provide the same. Thanks in advance..!
Thanks
Shridhar
oRec := TDataRow():New( uSource, [cFieldList], [lAppend] )
oRs := oCn:RowSet( cTable )
oRec := TDataRow():New( oRs )
oRec:Edit()
oRs:Record():Edit()
oRs := oCn:RowSet( cTable )
oRs:Edit()
oRec := TDataRow():New( oRsList )
ALERT(" acgrp_name ==> "+oRec:FieldGet("ACGRP_NAME") )
? oRec:fieldname
// or
@ r,c GET oRec:fieldname SIZE w,h PIXEL OF oDlg
oRec:Save()
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 52 guests