<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: 12.6 MessageBox in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/12-6-messagebox/qaa-p/11586030#M4322158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The user has admin permissions.Not sure what compatibility mode would change, the calling program is able to display messagebox. The only difference I can tell is that one doesn't display a window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Mar 2016 20:47:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-03-15T20:47:28Z</dc:date>
    <item>
      <title>12.6 MessageBox</title>
      <link>https://community.sap.com/t5/technology-q-a/12-6-messagebox/qaq-p/11586026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on some apps recently upgraded from PB 5 to PB 12.6 and use a recent copy of PFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any experience like this and know what can be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 18:13:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/12-6-messagebox/qaq-p/11586026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-15T18:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: 12.6 MessageBox</title>
      <link>https://community.sap.com/t5/technology-q-a/12-6-messagebox/qaa-p/11586027#M4322155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roland;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; FWIW: Just a guess - maybe now you might need to use a Run &amp;amp; Wait approach vs PB's old Run ( ) method for the MB's to appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q1: Are you running from the IDE or an EXE?&lt;/P&gt;&lt;P&gt;Q2: Are you running in ADMIN mode?&lt;/P&gt;&lt;P&gt;Q3: What O/S version are you using?&lt;/P&gt;&lt;P&gt;Q4: How recent is the PFC layer (was it the PB &lt;STRONG&gt;12.6&lt;/STRONG&gt; version) - &lt;A href="http://pfc.codeplex.com/SourceControl/latest" title="http://pfc.codeplex.com/SourceControl/latest"&gt;http://pfc.codeplex.com/SourceControl/latest&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ... Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 18:23:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/12-6-messagebox/qaa-p/11586027#M4322155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-15T18:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: 12.6 MessageBox</title>
      <link>https://community.sap.com/t5/technology-q-a/12-6-messagebox/qaa-p/11586028#M4322156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Q1 - Exe&lt;/P&gt;&lt;P&gt;Q2 - No&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Q3 - Windows Server 2003&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Q4 - I believe it is the 11.5 version&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 18:52:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/12-6-messagebox/qaa-p/11586028#M4322156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-15T18:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: 12.6 MessageBox</title>
      <link>https://community.sap.com/t5/technology-q-a/12-6-messagebox/qaa-p/11586029#M4322157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Q2) Try ADMIN Mode&lt;/P&gt;&lt;P&gt;Q3: Try running the EXE in "backward compatibility mode" on W2003&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 18:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/12-6-messagebox/qaa-p/11586029#M4322157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-15T18:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: 12.6 MessageBox</title>
      <link>https://community.sap.com/t5/technology-q-a/12-6-messagebox/qaa-p/11586030#M4322158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The user has admin permissions.Not sure what compatibility mode would change, the calling program is able to display messagebox. The only difference I can tell is that one doesn't display a window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 20:47:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/12-6-messagebox/qaa-p/11586030#M4322158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-15T20:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: 12.6 MessageBox</title>
      <link>https://community.sap.com/t5/technology-q-a/12-6-messagebox/qaa-p/11586031#M4322159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Roland,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;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.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Correction...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From what I understand, messagebox does not work on Windows Server OSes &lt;SPAN style="text-decoration: underline;"&gt;when called from a non visual process&lt;/SPAN&gt;. I have had a similar experience using VBScript - msgbox. You should consider alternates like using a log file or creating an application eventlog entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 13:42:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/12-6-messagebox/qaa-p/11586031#M4322159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-22T13:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: 12.6 MessageBox</title>
      <link>https://community.sap.com/t5/technology-q-a/12-6-messagebox/qaa-p/11586032#M4322160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Good to hear it isn't a PowerBuilder bug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 21:03:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/12-6-messagebox/qaa-p/11586032#M4322160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-22T21:03:28Z</dc:date>
    </item>
  </channel>
</rss>

