|
|
|
|
Testimonial:
|
|
| Before the UMRA, we had to modify through the windows components, also we couldn\'t easily delegate tasks to helpdesk without instructing how to use active directory, now we can easily create a customized webpage and we are just scratching the surface... We can automate import functions, import global adressbooks from different companies. Our exchange migration was easy with UMRA. The support is a... Information Technology / Management Services KPMG http://www.kpmg-ct.com/ | | read more... |
|
|
|
|
Accessing the data of a form table
UMRA Form projects can contain a form. The form can contain a table presented with UMRA Forms. The table data can be access using UMRA COM using the following procedure:
- An instance of the following UMRA COM objects must be created: Umra, UmraFormProject, UmraFormTable.
- The Umra.Connect method is used to connect to the UMRA Service.
- The method Umra.LoadFormProject is used to load a form project in the UMRA COM object. As one of the arguments, the UmraFormProject object is passed. On success, the passed COM object UmraFormProject contains the form of the project, including the form tables that are part of the form.
- The method UmraFormProject.GetFormTable is called to load the UmraFormTable object. The object UmraFormTable is one of the arguments of the method.
- On success, the COM object UmraFormTable contains the table data. The method UmraFormTable.GetCellText can be used to access the table data.
| |