Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

FormSetData

  • Last UpdatedJul 18, 2023
  • 1 minute read

Sets all the edit data from the string buffers into the form. You should call this function only while the form is active.

Syntax

FormSetData(hForm)

hForm:

The form handle, returned from the FormNew() function. The form handle identifies the table where all data on the associated form is stored.

Return Value

0 (zero) if successful, otherwise an error is returned.

FormGetData, FormNew

Example

INT
FUNCTION MyNextRec(

INT hForm,hField;
FormCurr(hForm,hField);
FormSetData(hForm);
RETURN 0;

END

See Also

Form Functions

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in