Versions Compared

Key

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

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

...

     Global iSession as Integer   ' declare as global as all functions 
                           ' will use it as a parameter

'Get Session ID
iSession = LceGetSessionId()
If iSession = 0 Then
   MsgBox "No Session ID"
   End ' nothing you can do
End If