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'm trying to add a subreport to a grouped report.  I added retrieval arguments to my subreport.  When I added the subreport to the grouped report, I filled in the criteria with fields from the grouped report (including the ID_Num that the report is ...
I'm trying to encrypt something with AES , but i have to use PKCS7 padding. Is there a way with PB2019R3 ? ...
Hi, We wish to save attachments to our local server for cloud deployed application. The PB application will store only path of the attachment document. How is this possible.   Kind regards, Falguni...
I have a user asking about the recommended DPI settings for PNG files for printing.  the png is loaded into a datawindow using either the bitmap() function in a compute or the display as picture on a column.  The datawindow is then printed to a laser...
Hello, We're experiencing an odd issue with computed expressions, specifically the following. Why does this expression equate to 1: IF(NOT (1=1) AND (1 = 2), 1, 0) While this expression correctly equates to 0: IF( (1 = 2) AND NOT (1=1), 1, 0) I...
Hi all, I'm on PB2019 R3 2703, and using the new webbrowser control. Some events are missing from this control clicked losefocus Also, the Navigate function does not return an error if the url is incorrect. Always returns 1. Any ideas? TIA...
How to send from PB application a custom trusted certificate filename (when connecting to Test or Dev environments) in order to Override the default trusted certificate. ( PB 2017 R3, connects via open client)...
Hi all,   What is your experience with the PowserClient.    i'm keen to use it, but during the R3 beta it just didn't work very well and no updates were provided during the beta.. so I'm curious as to how well it works before I invest any more ti...
I'm working on a report that will double for a contract.  The report is grouped by employee id number.  I have data in the group header and group footer.  The Detail section lists the courses the employee is teaching.  Everything works fine, unless t...
I am using PowerBuilder 2017 R3, connecting to Sybase DB via Open Client. How do I override the default trusted certificate with dev_trusted when connecting the DB dev and test environments.  ...
There isn't a tutorial that I can find for the PowerScript Migration. I gave it a try and pretty much everything has a red underline. Are there detailed instructions somewhere?...
I'm seeing some weird behaviour where I suddenly get null object references on instance variables in an object. When I see it in the debugger, all instance variables have disappeared. One example is I detect a problem, put up a messagebox (at which ...
I had my pc in my house, working remotely and using a vpn and my PB19 with GIT was working normaly, but when i return to my office and connect to my LAN (obviously turn off my vpn) my pb19 git didnt work: ---------- Source Control: Errors (09:25:43)...
Need: To implement a method in a Powerbuilder web service to save a file in a network directory receiving the file (blob) and the full path as parameters. IssuesScenario 1: Method implemented with Powerbuilder file functions.Problem: It works when u...
Hello, I want to display a toast notification from Powerbuilder desktop applications.  Is there any free tool or code snippet available ? I saw PowerToast and PB Toolbox, which are very costly for this one component [ they offer a lot of other usef...
I have the AdventureWorks2012 database in my local SQL Server 2017. When I connect in PowerBuilder, the tables named HumanResources.Something, Person.Something, etc. only show the right hand part in the db painter and I get object not found error tr...
HI Guys A question about PowerClient. I'm looking at using this for a project and the client has users that run in TerminalServer/Citrix. I have only tested using Windows 10, I was wondering if anyone had tried PowerClient in this environment or if ...
hello friends! if anyone needs help or advice at oracle sql , pl/sql  you can write me. have a good day...
使用英文的应用名称可以,用中文就报错,是什么原因?...
PB 2017R2, using Query Mode for retrieval.  I need to change a where clause to use "like" instead of "=". Code from retrieval event: ls_sql = this.GetSQLSelect() if pos(ls_sql, "S%") > 0 then   ls_sql = Replace(ls_sql, pos(ls_sql, "mtk_nb_docume...


There are no discussions available here currently