|
|
|
|
Testimonial:
|
|
Excellent Timesaver: the time needed for day to day tedious user administrative tasks is now free for serious admin work. You can get it up & running in as little as a few days, and if you want more: itīs there! LDAP/OLE DB/ODBC: all the interfaces you will need to create a user on any system you might have. You donīt need any real scripting or programming experience: you will grasp it within the hour. Also itīs absolutely vital when reorganising big departments: Gone are the many days of scripting, Itīs now all done with a few clicks of a mouse. Great tool. Niels Kuppens Gemeente Tilburg http://www.tilburg.nl | | read more... |
|
|
|
|
 |
|
|
|
Accessing the data of a table variable
UMRA supports many script actions that generate table data. Such a table is normally stored in a single variable and the action is part of a UMRA project script. When the project is executed using UMRA COM, the variable is returned. The following procedure describes how to access the data of the table variable:
- Instances of the UMRA COM objects Umra and UmraDataTable are created.
- The UMRA COM object Umra is connected to the UMRA Service and a project is executed. See Executing an UMRA project on the UMRA Service for more information. The list with variables maintained by the Umra COM object now contains a variable with table data.
- The member Umra.GetVariableDataTable is called to load the table data. The method requires two arguments: The name of the variable and the UmraDataTable object. On success, the UmraDataTable contains the table data of the variable.
- The method UmraDataTable.GetCellText is used to access the data of the individual table cells.
| |