Umra.LoadFormProject
long LoadFormProject([in] BSTR FormProjectName, [in] IUnknown * pFormProject)
Argument
|
Type
|
Description
|
FormProjectName
|
In
|
The name of the project for which the form must be obtained.
|
pFormProject
|
in/out
|
The returned form project. The argument must be specified as another UMRA COM object: UmraFormProject. This COM object can then be used to obtain form table objects.
|
The interface method retrieves the form of an UMRA Form project. The method is used to obtain table information from a table of an UMRA Form project.
On success, the return value is zero. If the specified form does not exist, or if the user has no access rights for the form, a non zero value is returned.
|