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.   :) ...
Hello,I'm currently working with PowerBuilder version 2019 R3 and I need to insert a Datamatrix into an existing Datawindow.What is the easiest way to do this?Thanks for your help...
Hi, good day!   I'm using the OLE object connection to Excel for treat information and files. Hi have the next code implemented in one of my applications.   //                 More code before this  li_connect_excel = lole_excel.ConnectToObject...
hello, i'm new infomaker user and just installed it. when trying to connect to my database i receive this message : Oracle library OCI.dll could not be loaded.   Any issue please.   Thanks...
i got the error (could not load file or assembly 'QRcoder,version=1.4.3.0, Culture=neutral,PublicKeyToken=c4ed5b9ae8358a28'.A strongly-named assembly is required.(0x80131044)) at line 18 in function of_generateqrcode() of object nvo_myclass.... pleas...
Hi I'm not sure how to request an enhancement to PowerBuilder. I note that 2022 R2 has enhancements for PDF documents. There is no print function though. Some of our clients prefer to print their documents that our application generates in house. W...
Hello,   when trying to connect to my database, i receive the error : Error Ora-12541 : tns: no listener.   I added correctly the right details of the database to the tnsname, paste this one into all \network\admin of my oracle installations, add...
I am trying to implement TabbedViews with PB 2022 GA, but I have not been able to, I can't find any sample code or step by step tutorial videos on how to implement this new feature. Defina a main windows calle w_main, mdi type with TabbedView checke...
Hi there,I'm wondering if there is any way what so ever to set the Width of either a Panel or a LargeButton on the RibbonBar control? Currently, the width of the buttons change depending on the size of the text, and it looks very messy as they are h...
Hi, can I set "Packaging custom font in the generated PDF file" Application parameter from code for a specific datawindow? There's application variable nativepdfincludecustomfont but it's inaccessible from PowerScript. I can't embed fonts to all p...
Bruce Armstrong has a great sample app for Google Authentication and seems to work fine in earlier versions of PowerBuilder including PowerBuilder 2019 R3.  However, that code does not provide the same or correct code when upgraded and ran on PowerBu...
We're using PB 2022 R2 and our cient needs us to use Okta for authentication.  I couldn't find any examples on Code Exchange and the documentation covers PowerServer. I set up an app with Okta and have the url, client id and client secret but when I ...
Hi,I have a problem when executing the function setrequestheaders() to which the following string is passed as a parameter: "content-type: text/xml; charset=utf-8" This call sometimes throws me the following error: "Bad runtime function referenc...
Has someone experiences with the timeout for HTTPClient? Using the example from the PB Help causes no errors, but the is no timeout effect: http = CREATE httpclienthttp.Timeout = 120 ... ll_rc = http.SendRequest ( 'POST', gs_webservice, ls_data )...
Hi, Today, I installed and migrated my application to PowerBuilder 2022 R2. I enabled Tabbed Windows based on this instruction: https://docs.appeon.com/pb2022r2/application_techniques/Displaying_sheets_in_tabbed_view.html . It's working fine, but I ...
  Hi,      I need to capture the NavigationStart event when a link  with target='_blank' is clicked : <a href="https://www.appeon.com/" target = "_blank" >Appeon</a>Can anyone give a suggestion?...
According to the documentation for PowerBuilder 2022 R2 Build 2819, the following runtime files are required for WebBrowser support:   pbwebbrowser.dll, webbrowserapi.tlb, and "PBWebView2" folder "PBWebView2" folder is required for WebView2 Runt...
The example: https://docs.appeon.com/powerbuilder/CRUD_Operations_with_.NET_DataStore/index.html is not working well with SnaDevelop 22.1.0.2819 Reason: Does not exist/Does not create Startup.cs file   Perhaps the link should be updated to the new...
Has anyone used PowerBuilder to retrieve files from Box using the Box REST API? My company is phasing out FileNet in favor of Box and we need to change a PowerBuilder application to that end. We were able to put together a clunky .NET assembly in Po...
Hi folks  I have upgraded to 2022 R2  and am testing deployment of our appliications using the latest runtime in IDE AND in the projects.Windows 10/64bit  &  32 bit IDE/project I try to connect to MS SQL Server (2014)using the following transact...
Does GitHub Copilot or Microsoft Copilot work with PowerBuilder?...


There are no discussions available here currently