Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Inputfield + QV 10 + Session Recovery

I've created an inputfield in the loadscript and am populating a column of editable values with this field. It works fine and I can change the values in AJAX.

Inputfield Qty1;

tbl_Suggestions:

Load *,
Qty AS Qty1
;

SQL SELECT * FROM tbl_Suggestions
;

I'm running into a problem though - the field won't clear upon reload. I have "Prohibit Session Recovery" checked on the QEMC (doesn't appear to be working).I need this value to clear every reload.

Isn't there also a new way to end user session in AJAX through QV10? Thanks in advance for your help.

0 Replies