You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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);
 
[ |../../index.htm#lansa/srvgudba_0190.htm]

  • No labels