I am receiving invalid datawindow / row column specified at line number even though both line and column exists in a datawindow.
code line is as per below.
dw_rhwork.setitem(1,"invoice",getitemstring(getrow(),"tch_in"))
dw_rhwork.setitem(1,"invoice_date",getitemdatetime(getrow(),"invoice_date"))
line #1 is okay but line # 2 is giving me error. Since first line is not giving any error 1 row is there in dw_rhwork and also getitemstring is having getrow.
I verified that invoice_Date field exists in both rows.
The code is working fine for most of the cases but sometimes it is giving error. We are working in citrix environment and application is accessed through exe file.
requesting a help on this because this is a business critical application