Hello everyone,
I have searched this forum and came up with two methods of loading a form:
- ThisDatabaseDocument.FormDocuments.getByName(‘name’).open()
- ThisDatabaseDocument.CurrentController.loadComponent(ObjType, ObjName, LoadForEditing)
Other than the last parameter in the second option, are these basically the same?