setForm method
dynamic
setForm(
- dynamic formName,
- dynamic context
Implementation
setForm(formName, context) {
myLogAll('setForm');
if (_formLists[formName] != null) {
return;
}
sendRequestOne(
gGetForm, {gFormid: formName, gEmail: _globalParam[gMyid]}, context);
}