|
|
|
|
Testimonial:
|
|
| This software is just THE tool any Microsoft Active Directory Administrator needs. Invest a couple of hours on understanding how it works and safe weeks through out the year. Customer service is just amazing and they even help you to build your script if you get stuck. Superb!!! Fernando Mahamud IT Deputy Manager Somerville College http://www.some.ox.ac.uk | | 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.
| |