- Romesh Bhavsar
- PowerBuilder
- Wednesday, 20 January 2021 06:39 PM UTC
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
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.