I'm unable to save single record on line post in scrolling window.
*This post is locked for comments
Thanks Almas Mahfooz.
release table Sample_Table;
change first table Sample_Table;
Field1 of table Sample_Table='Field1' of window 'Sample_Window';
Field2 of table Sample_Table='Field2' of window 'Sample_Window';
Checkbox of table Sample_Table='(L) Flag';
save table Sample_Table;
local string field= 'Field1' of window 'Sample_Window'
range clear table Sample_Table;
range table Sample_Table where physicalname('Field2' of table Sample_Table)
+ CH_SPACE + "=" + CH_SPACE + SQL_FormatStrings(field);
release table Sample_Table;
change first table Sample_Table;
'CheckBox' of table Sample_Table = '(L) Flag';
save table Sample_Table;
share your code, definitely it has issues.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,219 Super User 2024 Season 2
Martin Dráb 230,056 Most Valuable Professional
nmaenpaa 101,156