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

Compare with Current View Page History

Version 1 Next »

[ |../../index.htm#lansa/srvgudba_0480.htm]
You are here:

6.65.1 VB Example

' Set Numeric padding
If iRet = LceTrue Then iRet = LceSetSessionOption(iSession,   _
         LCE_OPT_NUMERIC_DATA, "STRIP")
' set alphanumeric padding
If iRet = LceTrue Then iRet = LceSetSessionOption(iSession,  _
         LCE_OPT_ALPHA_DATA, "PAD")
' set edit characters retrieved with data
If iRet = LceTrue Then iRet = LceSetSessionOption(iSession,  _
         LCE_OPT_EDIT_DATA, "Y")
' set open files only on demand
If iRet = LceTrue Then iRet = LceSetSessionOption(iSession,  _
         LCE_OPT_OPEN_FILE_ON_DEMAND, "Y")
 
[ |../../index.htm#lansa/srvgudba_0480.htm]

  • No labels