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...
PowerBuilder app is displaying the MDI frame toolbar as a separate window in VMWare environment. (check the attached picture) Any help to resolve this issue?  Thanks G...
I have a requirement to call an API to view an image or a pdf file. The API will return back a stream of bytes to my PB Application.  Is there any tool or an ActiveX control I can use to render this stream of bytes as an image on the UI?  Any h...
Hello, I display a PDF file by Microsoft WebBrowser (Powerbuilder 12.5), as follows:  Object.Navigate("file:///" + astr_pdf_wb.s_fileName + "#view="+ ls_view_pdf +"&pagemode="+ ls_pagemode & +"&toolbar="+String( li_toolbar )+"&navpa...
Hi,We are using the PBNISMTP object (pbnismtp.pbx) to send emails using SMTP. We are experiencing delays and sometimes timeout issues when sending emails. The server provider has detected a problem in its infrastructure and is trying to fix it. In th...
(PB2022 R2) - I have an OLE object which interfaces with Word.  It opens a document and inserts data into bookmarks.  If the user saves the document via the 'Save' button in our Powerbuilder app, or File...Save from Word, it works fine.  The problem ...
Trying to change my existing application to new Ribbon bar, Have a doubt how to adjust ribbon bar on the screen relative to other tabs. That is how to make ribbon bar floating. As we can see in the above screenshot, the yellow highlighted part is...
Hello, I am upgrading to PB2022 and will compile as 64-bit. There is a third party tool called coolmenu in our software that is 32-bit. So far I cannot compile in 64-bit because the 32-bit coolmenu.dll. Has anyone else ran into this problem and if s...
I have a problem with restclient is slow  at customer  ,  I am using methods "get" it takes about 8000 milliseconds to call in powerbuilder, but when calling from a browser it takes about 100 milliseconds. , Can someone help meOn the development mach...
Dear Experts, When a row is selected in a data window, it is considered the current row and is highlighted in blue. Is it possible to change the highlighted color to something else? Regards, and Thanks Deva S...
Team, We have an application called Occusource which is getting XML feed from other system and verifying in Occusouce by using XMLParseString function. We are facing issue like if there is any special character on the XML then it is returning -1 and...
Hi I am trying to achieve a lock method to edit records (rows) and notify users which user has the record locked, using SQL Server.  For that it would requiere to: Use WITH (UPDLOCK) in the select of the datawindow Have the id of the row with th...
Hi dear  now i am using desktop power builder program with SQL DB on cloud server , client access data base on cloud but it is working too slow can i find solution for that ? thanks...
Hi Experts, I have two projects, one with PFC (PowerBuilder Foundation Class) and another without PFC. In a scenario where a window is inherited from PFC windows, I need to move only the descendant window into another project without moving the PFC ...
Good morning!Is it possible to insert a watermark into a richtextedit object?Grateful....
Hello, would anyone advise on how to efficiently setup user impersonation in a datacontext? In PB I can connect a DB as dba and then issue the statement EXECUTE AS mmeoni, so that all subsequent SQL statements will execute as user mmeoni, but still...
Hello, I have to write a log to user actions, I want to get the current function / event name and row number in paint code. Can I do it dynamic? THanks, CHava....
We are currently in the process of enhancing our systems, and as part of this effort, we are looking to upgrade our PowerBuilder version from 2017 to PB 2022. In this transition, one critical consideration involves our internal reports that rely on t...
Getting "Unresolvable external pbdom_document when linking reference at line..." error when executing the following line: ldom_doc = CREATE PBDOM_Document   ldom_doc was declared as: PBDOM_Document ldom_doc In the PowerServer debugger, ldom_doc ...
Hi    I am using PB2022 Build1900. DB Mssql.  I have problem when 3 and above cloudpp/application running concurrently where it will update the same table for a value.  It always failed to update the table at the very last cloudapp/application. I dn...
Best regard. Is there a way to auto-adjust the font size in a datawindow field? This is in order not to enlarge the size of the field or column of the datawindow, but rather to adjust the font size. I require it, because I do not want the dimensio...


There are no discussions available here currently