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...
I've created with PB 2019 R3 Build 2670 a datawindow with external data source that has a column with richtext style. The application additional properties of PDF Export are 'Always use NativePDF! metchod for PDF export' and of RichTextEdit 'Built-in...
long ll_returnRestClient lnv_RestClientlnv_RestClient = Create RestClient // Set DataObjectdw_1.DataObject = "d_sq_gr_emp" // Send request using GETll_return = lnv_RestClient.Retrieve(dw_1, "https://demo.appeon.com/PB/webapi_client/employee/102") ...
Upgraded to 2019 R3 and made the recommended change to MSOLEDBSQL setting, downloaded the latest driver from Microsoft and now getting: SQLSTATE = 22007Microsoft OLE DB Driver for SQL ServerThe fractional part of the provided time value overflows th...
Hi A running program is not used for a long time (approx. 1 hour). After that, it can no longer be activated, but throws a new dump file every 2 minutes without a crash.does anyone know this problem? PB2019R3 2670 Regards Rudi  ...
Hi, I tried to get Response hander from web page but it return empty value when the header value get from Form.Data.  It worked when hardcode the value (refer to below dbweb.aspx ) :- PB logic:- int li_rc, li_status string ls_header, ls_body,ls_Co...
In ribbon bar control when you have a combobox how do you fire clicked event to set focus to the combobox? The intention is that as a user navigates the menu a category change will find first combobox on the category and click it so the user can sta...
Migrating from PB 11.5 using a datawindow column style type of RichText to PB 2019 R2, the runtime does not display these columns? Running thru the IDE of 2019 R2 it show properly, not not after EXE created? Triple checked i had all the DLLs, but jus...
After applying a theme, I can't seem to get the Head Band for this data window to change color anymore.The background for the data window and such is all white, yet it's gray when I run the software. What node do I edit in theme.json to change this ...
Hi, I'm working on my first .Net DataStore Web Api project and it is really different from PBScript. On DB Server we have many databases (same structure) for different customers (tenants) and I would like to send the database name via HTTP header li...
PBCRYPT.dll provided in Runtime package of 2019 R3 is not working. And this DLL is taking precedence over our existing dll. Please let us know the resolution for this. This is our existing declaration and call to a function of this DLL Declaration:...
I have created a datawindow graph that is a line graph. I am trying to set the line colour and the type of symbol; ll_return = this.SetSeriesStyle ('gr_1','AC MW',LineColor!,8257536)ll_return = this.SetSeriesStyle ('gr_1','AC MW',NoSymbol!) Both ca...
Can I insert data entry fields into a Rich Text document in a PB Rich Text control?   I understand PowerBuilder supports version 1.6 of the RTF standard, except for Formatted tables and Drawing objects.  The RTF 1.6 standard seems to support such fi...
I am using HTTPClient to call a web service. I need to set up basic authentication in the header with a username and password. Is there some documentation on how to do this or can you share a snippet of example code for this?...
Hello, I have a pop up window to prompt user to enter in "Customer Name" to search on. If I use "Edit Mask as my field type, when I type in "tst customer", then try to enter insert "e" in front of "s" the letter to correct my spelling mistake syste...
Is it possible to print a QR code or Datamatrix barcode on an info maker report?...
Hi,     I have upgraded from 2019 R2 to R3 and created a build for our application. When the user try access the exe getting the below error.  I have updated the 2019 R3 version runtime dll's to my source path. I am able to access the application fr...
Is it possible to compile to 64 bit machine code instead of Pcode?...
How so you get the milliseconds from a time value, without first converting it to a string?...
We are on PB & IM 2019 GA. Database is SQL Server using ODBC connection. One of our customers reports that in InfoMaker opening the SQL designer from the Report (DataWindow) painter is extremely slow, 8-10 seconds. I had the same issue with PB ...
Hello. The issue of this question is the next situation. We have txt files of 20MB and above, where it contains a json in base 64. Inside this json we have status, description and PDF in base 64 and more... Step 1: Loading file            li_fnum ...


There are no discussions available here currently