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_0265.htm]
You are here:

6.33.1 VB Example

dim sFileType as string 
' get file type and append it to list label
sFileType = string (FILE_TYPE_LENGTH + 1, chr(0))
iRet = LceGetFileType(iSession, "PSLMST", sFileType)
lbFileList.Caption = lbFileList.Caption  " Type:"  sFileType 
 
[ |../../index.htm#lansa/srvgudba_0265.htm]

  • No labels