NGOGetForm

This call can be used to get the FormBuffer data for a particular Form.

 

Input Parameter description

View sample InputXml

Output Parameter description

View sample OutputXml

Errors and Warnings

 

 

Input Parameters description

Name

Parent Tag

Description

Valid Values

Default

Values

Option

Root

Unique option for the call.

NGOGetForm

N/A

CabinetName

Root

Name of the Cabinet to which the User wants to connect.

 

N/A

UserDBId

Root

UserDatabase ID, which  that is returned in the NGOConnect

Cabinet call.

 

N/A

CurrentDatetime

Root

Current Date and Time at which the call is made.

 

Current Date Time

FormIndex

Root

Index of the Fform whose FormBuffer data is required.

 

N/A

 

Output Parameters description

Name

Parent Tag

Description

Option

Root

Unique option for the call.

Status

Root

Status of the call. If Status is 0, then the call is successful.

Form

Root

It contains the complete information about a form Form using various tags.

FormIndex

Form

Index of the formForm.

FormName

Form

Name of the formForm.

FormType

Form

Not Used.

Owner

Form

Owner of the formForm.

CreationDateTime

Form

Date and Time when the form Form was registered for the DdatadDefinition.

RevisedDateTime

Form

Date and Time when the form Form was last revised.

AccessedDateTime

Form

Date and Time when the form Form was last accessed.

DataDefIndex

Form

Index of the datadefinition DataDefinition with which the form is associated.

DataDefName

Form

Name of the dDataDefinition atadefinition with which the form is associated.

Comment

Form

Comments added with the formForm.

FormBuffer

Form

Binary data that represents the formForm.

LockByUser

Form

Name of the user who has locked the Form.

LockedBy

Form

Index of the user who has locked the Form.

LockMessage

Form

Message to be displayed if the Form is Locked.

Locked

Form

Whether the Form is locked or not.

‘Y’ – Yes

‘N’ - No

 

Errors returned from call

Code

Message

Comments

-50148

Form not exists.

Form whose index was passed to fetch its properties Properties does not exist.