CGibson
2015-08-04, 12:36
Hello,
How do I clear a section (form/grid) in a web client?
If I have a desktop app, the section can be cleared various ways, such as:
Lianja.get("page.section").where = "1=0";
OR
Lianja.get("page.section").requery("1=0");
OR
Lianja.get("page.section").clear();
Lianja.get("page.section").refresh();
None of the above methods seem to work when viewing the app in the web app view or in a browser.
Cory
How do I clear a section (form/grid) in a web client?
If I have a desktop app, the section can be cleared various ways, such as:
Lianja.get("page.section").where = "1=0";
OR
Lianja.get("page.section").requery("1=0");
OR
Lianja.get("page.section").clear();
Lianja.get("page.section").refresh();
None of the above methods seem to work when viewing the app in the web app view or in a browser.
Cory