I have a datawindow with Datetime column which uses stored procedure to save data.
when I change the date and tab out, and click on Save button the old data passes to the stored procedure and the new date doesn't save. I'm using the stored procedure update in my datawindow and not calling it directly from script and the date column is one of the arguments.When I use the dw.update() in the script, the old date is passed to the stored procedure not the new value.
This Scenario works on the thin client but not on the web.
Appeon PowerBuilder Cloud Pro
Version 2019 R2 Build 2353
PowerServer 2020 (PB Edition)
Windows 10
for example select t1.a, t2.a from t1, t2...It works on the thick client , but thin client doesn't like it. Gave names to the columns and the value got saved.