on 2016 Mar 15 6:13 PM
I'm working on some apps recently upgraded from PB 5 to PB 12.6 and use a recent copy of PFC.
The main app uses the RUN() function to execute several windowless PB apps. If the windowless apps try to use MessageBox, the message never appears. At first I thought it was nulls in the string being displayed but even hard coded messages don't appear.
Does anyone have any experience like this and know what can be done?
Thanks!
Request clarification before answering.
Hi Roland;
FWIW: Just a guess - maybe now you might need to use a Run & Wait approach vs PB's old Run ( ) method for the MB's to appear.
Q1: Are you running from the IDE or an EXE?
Q2: Are you running in ADMIN mode?
Q3: What O/S version are you using?
Q4: How recent is the PFC layer (was it the PB 12.6 version) - http://pfc.codeplex.com/SourceControl/latest?
Regards ... Chris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Roland,
From what I understand, messagebox does not work on Windows Server OSes. I have had a similar experience using VBScript - msgbox. You should consider alternates like using a log file or creating an application eventlog entry.
Correction...
From what I understand, messagebox does not work on Windows Server OSes when called from a non visual process. I have had a similar experience using VBScript - msgbox. You should consider alternates like using a log file or creating an application eventlog entry.
Hope that helps.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.