Featured Questions

A recent post included some PowerScript code, and I thought I would pass along a tip for pasting code snippets that produces a slightly more readable result than simply pasting code into the website's text editor. The toolbar contains a button to as...
hi  I want to know what the following messages in te image are about within Xcode 10 to distribute an Appeon Workspace regards...
Is there possibilty to f.e. on clicked button: - to block row changing/mouse selection and leave only focus on current row,- mayby grey out rest of rows?I want to higlight as much as possible which row is now editing, since every row on start is blo...
Hi team, Need some advice how to encrypt text to SHA1 using PowerBuilder. I have a PHP code below that SHA1-encrypts a string: yields: f49182154133c2a2d9b4098cede92642b013110c   However trying to achieve the same using PowerBuilder: String l...
We have an application that is executing web-service functions on an external web-service host. Each invocation of these functions can be slow to respond - they can take 5 to 30 seconds. What we observe for our calling Powerbuilder application, is t...
Hello Everyone Before opening a support ticket, I would like to check if you have some advices for my deployment issue: When I use conditional expressions with user define functions to highlight information in a DataWindow object, for example, to c...
Hello, I am looking to set a TimeOut for my REST calls from PB12.5.2. Below is my code:   loo_xmlhttp = CREATE oleobject loo_xmlhttp.ConnectToNewObject("Msxml2.ServerXMLHTTP.6.0") loo_xmlhttp.setTimeouts(100,100,100,100) // invoke POST method fo...
Our PB code in 2017 R3 was migrated to windows 10 environment. mail functionality which was working on Win7 no longer works on Outlook 365 (Outlook for Office 365 MSO (16.0.10730.20155)). We get Microsoft Outlook Error  "Either there is no default ...
Has anyone created unit tests for a service in SnapDevelop using xUnit?  I have a simple test shown below which builds fine.  When I run the test I get the attached error.  Would love to see a working example from someone.  Given that the service met...
Hi, My powerbuilder code calls a stored procedure that call many stored procedures; something like this proc1->proc2->proc3->...... when there is an error on one of the stored procedures, dberror event is giving me the error code and syntax but no...
In PowerBuilder I have a workspace that includes an Application Target as well as a C# Assembly Target.  Within our Application Target I have a window.  In the C# Assembly Target i have a class with methods.  How do I call/access the methods found in...
Our software is developed using PowerBuilder 2017 Build 1666. It works fine in many distribution environments, except in the Microsoft app-v. The performance is greatly degraded when deploying the app on the Microsoft app-v. Appeon bug 3120 has repor...
Hi,   I'm using Power Builder Version 2017 R3 Build 1858.   There is a window in our application and it takes around 11 seconds to open from desktop version. The same window is taking around 30 seconds to open in web version. From PB, I have ta...
Hi,  I have a PB 12.0 application that needs to be migrated to PB2017.This application has a non-visual object that calls functions of a DLL.This DLL was built in C ++ with the watcom compiler version 1.0.I would like to recompile this DLL so that i...
Hello     How I can change the JVM in IDE?. Im use powerbuilder 2017 R3. this produc have a versión 1.6.0_24 and I need to 1.8.22 Thanks...
Hi, I'm opening a sheet using the OpensheetDocked method. The window has an OLE object on it. If I move the window the OLE object stay stuck to the frame! Any code executed for the OLE then only works on the object that is stuck to the frame and not...
Hi All, We are migrating a NVO to REST C# Web API. One of the methods that has to be migrated gets as argument a datastore and return, by reference, two (02) string arrays: column_names and dataTypes_names The PB method get the number of datastore ...
The new HTTPClient object in PB 2017 has a Timeout property which is described as: The TimeOut property specifies the timeout seconds. The default value is 60 and 0 means no timeout. The low level WinHTTP API timeout has 4 separate properties wit...
Picture control property powertiptext in Web.  "New line/char return" does not work. Example: PowerBuilder Classic p_object.powertiptext = 'line 1~nline2' In Classic looks like this line 1 line 2 IN WEB  line 1 line 2   Is '~n', char(13) or ...
Hi All,   I have created application in Power Builder 2019 and deployed it to PS Web 2019 but i can not see application in AEM , do we have any AEM file where can i validate that applications entry is created or updated ?    ...
Hello I am trying to migrate powerbuilder 12.6 to powerbuilder 2017. But I get some problem while connectiong to database. I use SYBASE DB.  The error which I get id "Error loading client library DLLs. Unable to connect to server" Can you please help...


There are no discussions available here currently