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

AVEVA™ Plant SCADA

FormGetCurrInst

  • Last UpdatedJul 18, 2023
  • 1 minute read

Extracts data associated with a field (set by the FormSetInst() function). You should call this function only from within a field callback function. This function is the same as calling the FormCurr() function and then the FormGetInst() function.

Syntax

FormGetCurrInst(iData, sData)

iData:

Variable containing integer data.

sData:

Variable containing string data.

Return Value

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

FormCurr, FormGetInst, FormSetInst

Example

INT

FUNCTION GetNextRec()

INT hDev;

STRING Str;

FormGetCurrInst(hDev,Str);

DevNext(hDev);

RETURN 0;

END

See Also

Form Functions

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