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
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 oDlgoRec:Save()Dear Rao Sir ,
Many Thanks ! Its working as expected.
Thanks
Shridhar