HI ,
here i am trying to execute a statement like this.
glaccount.INIT;
str3:=desttbl1 +'."'+ tempname[1] +'"';
//MESSAGE(FORMAT(recordset2.Fields.Item(1).Value));
str3:=str3+ ':=' +FORMAT(recordset2.Fields.Item(1).Value);
dynamically i am getting str3 as
glaccount."No.":= 001
now i would like to execute str3 .
how could i execute this statement.
thanks in advance....
Comments
To do something like this, you need to use recordreference and fieldreference.
Something like.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!