Viewing 1 post (of 1 total)
You must be logged in to reply to this topic.
Detect If Running In PowerBuilder Or Executable
1 2 3 4 5 6 | //Check If Running By PowerBuilder Using GetApplication() If Handle(GetApplication()) = 0 Then MessageBox("Infor", "Running in PB environment") Else MessageBox("Infor", "Running in standalone executable") End If |
Link: https://pblib.com/knowledge-base/detect-if-running-in-powerbuilder-or-executable/
Good Luck!
You must be logged in to reply to this topic.