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.   :) ...
Hi We have migrated our client server application to PB 2019. For our new project ,would like to consume a web service. Web service proxy wizard is not available anymore in PB 19. Am I missing something? How do we consume web service in PB 2019 ...
Environment : PB2017 R3 , Windows 10  Batch file has the following command to open "abc.exe" executable from "destination" folder  start "" "%destination%\abc.exe" "Parm1" But the Parm1 is not passed to application, although the Run command works...
Built web service with below transaction Object on window 10 machine which has SQL native client 11 Installed  SQLCA.SERVERNAME = 'XXXXXX'SQLCA.DATABASE = 'DDDDDDDDDD'SQLCA.DBMS = "SNC SQL Native Client(OLE DB)"SQLCA.LogPass = '********'SQLCA.LogId ...
Hi, I am trying to read data records returned from a web service in json format.  It contains a complex structure and starts as an array.  Please find bellow a sample text.   I need to read all records and from each record find some values. ls_Er...
Hi all One of the features I like most about PB19 R2 is the support .net assemblies. The C# class importer is a very useful tool.  I noticed that C# events are not yet supported. The message I am receiving is "Delegate classes are not supported". ...
Hi, I'm listing all fonts installed on a pc in a dropdown. If a user chooses a font, I want to apply that to a dw column. To do so, I need to set the "font.face" and the "font.family" (values 0 - 6, "Modern", "DontCare", "Roman", "Swiss", etc.) wi...
Hi Appeon & community,   Appeon lists support for the OLEDB driver for MSSQL in PB 2017+. https://www.appeon.com/developers/roadmap/support-sql-server-2017.html   The third generation of OLEDB drivers, and only one currently supported by Microso...
Hello Team, I am using PowerBuilder 2017 R3 version. As per the business requirement in my project, data will load from excel and display it in screen. But I am finding problem to read data from each sheet around 5-sheets in the same excel file.   ...
Hi PB users, Migrating to x64 our application, I m facing big Crash if my client is wrong configured. (No ORACLE_HOME env variable). CONNECT; is crashing. And I'm not able to catch the error wit Try... CATCH.   gf_info_64 ("Just Before Connect")...
Hi PB users, I'm not familiar with the AMAZON AWS subject and our customers are wondering how they will be able to send emails from our application on AWS. At the moment, on Windows, we have two methods: PB MailSession (MAPI) and SMTP. Do you think...
I have this issue in PB 10.5 and PB 2019. My base DataStore object has a function with the following line of code: Return this.Object.DataWindow.Data.XML   The output has an extra CRLF after the xml header line and another extra one at the very e...
Hi. In the Ribbonbar tutorial ( https://docs.appeon.com/appeon_online_help/pb2019r2/pbug/ch13s03.html#_Add_the_RibbonBar ), it says that you must uncheck the control menu of the sheet windows. How does the user manage the size of sheets windows (ma...
Hello, is it possible to validate XML against XSD file i Powerbuilder? I have XML string (of XML file) and local copy of XSD file. I found XMLParseFile and XMLParseString functions, but i don't know how to tell which XSD file to use... Thank You, ...
Hi, we generate grid-dw-syntax dynamicly.The width of the columns is 200 with width.autosize=1. All works fine so far the autosize changes the width of the column. But now we want activate the powerfilter on that datawindow. (Powerfilter is a gr...
I have a block of datawindows that are formatted as IRS forms, primary among which is a nasty little piece of work known as the partnership Schedule K-1.  This schedule requires the use of the font Arial Narrow at 7pts. The datawindows I ported over...
I'm getting this error when opening a workspace on a local feature branch in the PowerBuilder IDE (PB 2017 R3). After reviewing many of the Git questions/issues it appears that the IDE is hardwired to only look at the "master" branch. Is that correc...
Hello, how can i consume Rest API given that i have to pass API key and header request. I want to retrieve the response in a datawindow. Thank you in advance....
He instalado PowerBuilder 2017 R3 en una maquina con window 10 y al registrar el usuario  me aparece el siguiente mensaje de error: Alguien me puede ayudar, qué puede ser?...
Summary: server down, lost files. Details: Trying to recreate production environment for database network server. Have the purchased disc for SQL Anywhere v8.0 and the patch for v8.0.2, but need patch for v8.0.3. Can anyone direct me or provide the ...
We  are thinking of migrating our PB Classic application (2017 build 1769) from DB2 v11 to Microsoft SQL Server 2016. Currently we connect to DB2 via ODBC. Any suggestions on what to do? Are they any tools that can help? Will native connection be bet...


There are no discussions available here currently