Featured Questions

Saw this and thought it was perfect. Note the angry mob in the background on panel 4.   :) ...
Hi, PB2019R3 We're using the WebBrowser Control to display PDF in our app. It works fine but it seems to be an issue when the PDF filename contains the # character It seems that in Chrome the # is replaced by %23   is there a workaround to ...
Hi, How to encrypt (TLS 1.1 or 1.2) Database connection from PowerBuilder application? PB Version: 2017R3 SQL Client: SQL Native Client (sqlncli11) DB Server : MS SQL SERVER 2016 If it is not supported in PB2017, Please let me know whether is it...
I am using PB2019R3 consuming with an API that returns a PDF in Blob. I use HttpClient supports Blob response, checking the size of the file I use Len and it is correct. My problem is how to convert or decode the Blob to PDF to save on local mach...
Hi all, I'm upgrading to PB 2021 and the latest version of PFC.  Trying to upgrade some of my application windows, object, etc. to make better use of the PFC.  Does anyone know what the difference is between pfc_w_master and pfc_w_sheet? Thank you,...
Hello, We have recently upgraded our powerbuilder app to PB2019 and upgraded out PFC libraries to PFC2019. One change in the PFC libraries is hindering our ability to print when using File\Print from the menu bar. With the upgrade to PFC2019 the pfc...
Hi all I came across a script at work and am a bit confused by how the data type of Decimal works. Here is what I understand - If a variable, say ldec_test, is declared as Decimal (7, 2), it would have a value like 12345.67 (for example).  Is that...
Hi Friends, I'm migrating to PB 2021, and the most recent PFC.  My old PFC files are over 20 years old!  We have several windows that use something like "home made" split bar in conjunction with the linking service.  We had written code to do our ow...
Hello I want to show the version of my application in About box. Is there a more "PB-way" how to read these values from a project than C# FileVersionInfo.FileVersion()? I mean an environment variable, contextinformation etc. ...
Dear Support Team, I have created the PSR report in Info Maker. PSR file having the Column, Text, Image, etc. controls. I have linked the database field name for the Column controls. Now I have created the Sample Application in Power Builder in whi...
powerServer 2020   I can send a commandline to start a process in my powerserver application:    something like this: https://mywebserver.com/?/U myuuser /P mypwrd /R exportfile {"rptl_cd":"xyz","format":"CSV","file":"c:\temp\myfile[MMDDhhmmssss0...
I wonder if it is possible to use <RuntimePath>   in  <application>.xml    to put the pbd's in a different folder? Does the application have ability to look elsewhere for pbd's without using OS PATH? Companies are becoming strickter on ...
Using Git hosted by DevOps. PowerBuilder 2021 There are no *.PBG files present, of course. From the command line... orcascr210.exe XxXxxx21_Build_Script_PRODUCTION_v04.orca ...there are no explicit errors displayed in the console. However, the ...
Hi I've currently got a PB application which already has GIT setup locally for it. I've created an Azure DevOps repo to host the master and configured the PB application with the source control options on the workspace. My Git commit to master and...
I am maintaining an application in Powerbuilder 2021. The application previously constructed a script that was sent to the report server via IE to retrieve a report in pdf format. IE would prompt the user to either save or open the pdf file. We are g...
我的內容如下 : SQLCA.DBMS = "ADO.Net"SQLCA.LogId = "xxxx"SQLCA.LogPass = "xxxxxxxx"SQLCA.AutoCommit = Falsesqlca.dbparm = "Namespace='System.Data.SqlClient',DataSource='192.168.20.3',Database='saphana'"connect using sqlca;return sqlca.sqlcode 在開發環境 return...
We plan to migrate a PowerBuilder classic application to PowerServer 2021. Once migrated, can PowerServer 2021 REST API's be called from a non-PowerBuilder application? ...
Hello, Need to PostData to a URL and read the result.   My code to PostData is and Read the response is String ls_email, ls_einvoice_json ls_email = test@test.com ls_einvoice_json = /*JSONVALUE*/ This JSON is verified to work ls_url =...
Hello, I was wondering if anyone knows how to change the size of the font that PB IDE is using in its main and popup menus, dialog windows (e.g. any Options window, any window in the datawindow painter like Filter, Sort, Update properties, etc, etc)...
Everything was going OK... got my app migrated and a few things debugged.  I'm using the latest PFC files.  Was trying to debug an error when running the app from with the IDE, I decided to just copy my old pfc extension libraries and re-migrate.  T...
PB 2019 R3 2728 This seems like a dumb question but I cannot get the PrintScreen function to print the screen of a secondary monitor (or third, etc).  It only prints the primary.  What am I missing? Chris Craft...


There are no discussions available here currently