Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

[ Image Removed |../../index.htm#lansa/srvgudba_0190.htm]
You are here:

...

     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);