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...
Saw this and thought it was perfect. Note the angry mob in the background on panel 4.   :) ...
I'm having to calculate the initial and end coordinates to draw a trend line (linear regression line). To do so, I put the values of my points in a graph in a datastore and one of the computed columns is X2.  The only problem I'm having, is that my...
Two questions.1) SDI I have a PBv12.1 exe complete with one DLL called INVOICING.There is only one window, of type MAIN.The goal was for this to be an SDI application, and maybe I did that  ???? but I can find no documentation on how to create an SDI...
Hi We successfully migrated our Powerbuilder 11.5 app source with SVN to Powerbuilder 2019 R3 source with Git. We now want to go a step further and automate the Powerbuilder exe and pbd compilation.  We want to use pbc to compile the app, but befo...
Hello, I am wondering how to rely on database context variables with PS 2021. We're using Oracle but the question applies to any DB. In a c/s PB app, there are DB variables whose value lives for the life of the connection. The PB app can fetch thes...
Is there any additional configuration in PowerBuilder to sign out from my account. I have multiple environments using PB, in the user account section there is a checkbox to enable/disable "Sign out on Exit". But I noticed the option is not working a...
Greetings,   My boss has requested that I extract all of the source code from a PowerBuilder application to a separate single file for him to review.  Does PowerBuilder have an option or a utility application to extract all the source code from a w...
We are migrating an application using Oracle from PB9 to PB 2019 R3 build 2703.  They have a test version of the application that users can launch directly from a network share via a batch file that is called from a shortcut.  I created a new folder ...
Hi Experts, In generally, to create a datawindow / datastore, I use SyntaxFromSQL function, but my current scenario is creating External DW dynamically. I have already tried with the following SQL, SyntaxFromSQL PowerScript function & DW Create Met...
Dear ,                We are created mobile application when user will login and attempt our first shop then we insert the time in database and mark there attendance. But user reach to market at 11 a.m and change there mobile time to 9.am and visit ...
In my project users need to be able to copy data from SingleLineEdit, MultiLineEdit and similar controls event when they are not supposed to edit that data. To achieve this functionality instead of disabling controls I set them to DisplayOnly and cha...
Hi there, I have done the procedure to run my app as IWA. The IWA shortcut successfully displays on my desktop, but when I run it, I get the following message: AppeonIWAShell: Failed to launch the PB application. URL address is https://www.sinergylow...
Hi Team,   We are facing some problem in PowerBuilder 17 version upgrade. Actually we searched one field value from our application screen but it was fetched the description id instead of description name.   Previously it was works fine in the ea...
Hi I have a strange behavior with powerbuilder application running in a VM (ESX Server). After the VM is resized sometimes the powerbuilder application pop ups a strange dialog and want to save a SSE file (see attachment). After closing the dialog t...
Hi guys, i'm writing again about a problem about LDAP over SSL authentication. Using PB2LDAP (downloaded from APPEON download area) i can connect without problems with LDAP connection. But there is no way to connect with server using LDAPS (using ...
How do I modify theme of an object, that is added with function OpenUserObject(), like this: uo_StaticText luo_StaticTextTHIS.OpenUserObject(luo_StaticText, 270, 380)   I've made a custom theme-custom.json file in my theme folder, it looks somethi...
Estamos tentando criar um cliente de serviço da web. Este serviço da web é um ponto de extremidade MEX (https: // xxx / MEX? Wsdl)     Versão Powerbuilder: 2017 R3 Testamos com SoapUI e funciona bem Att.,   Fabricio...
If possible, please share it on CodeXchange and post the link here.   Thanks!...
Hi All, Just wondering where I can download a copy of the Sales Application Demo desktop application as referenced in the PB Help. Thanks Michael...
I'm upgrading from PB 12.5 to 2019 R2 (build 2353) and have come across a problem.  We have a structure that is a set of arrays of each type of variable, that we use to generalize passing parameters.  One of the variable types is an array of powerobj...
PB2019R3Pbc12.1The PBv12.1 code is a separate EXE called from the PB2019 app using the RUN command.The PBv12.1 code starts and gets the Windows Handle of the calling window.What I want to do is to cast the Handle into a datatype so I can directly ref...


There are no discussions available here currently