6 24 2 C Example

LANSA Open Guide

6.24.2 C Example

BOOL fOK;

int  iSession;

char strHelpText[4096 + 1];

 

         /* Return help text to calling program */

fOK = LceGetFieldHelpText(iSession, "SURNAME", "U", "\n", (char far *) strHelpText,

                      (long)sizeof(strHelpText));

         /* Display help text in a dialogue box */

fOK = LceGetFieldHelpText(iSession, "SURNAME", "U", "\r\n", "", 0L);