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.   :) ...
I am using PB2017 R3 to create web service. I tried to use the Base64Encode in CoderObject:     CoderObject lnv_CoderObject    lnv_CoderObject = Create CoderObject     ls_Base64Str = lnv_CoderObject.Base64Encode(lblb_data) There was no error when ...
Hello.   We have an issue with DW in some machines. In our project, the is a DW_1.SAVEAS(). it will generate a pdf file, but the issue is that this dosent work in some machines, and in other ones, it those generate. Dw.object.dataexport.method is ...
I'm considering testing the new WebBrowser control to see whether it can be used to invisibly load HTML files then save them as PDF. The idea would be to load the HTML into an invisible WebBrowser with Navigate(), then when that is complete, print th...
Hi All, How I can check encoded string is correct, which is converted blob data using Base64. We are uploading encoded (using base64 Encoding) Blob data to "Docuware", some time it is not accessible from "Docuware", so before uploading, want to dou...
I'm doing some testing of the built in GIT with PB 2021. I ran the Add to Source Control on the workspace and it created the ws_objects folder with sub folders for each library. The target files (*.pbt) are not in ws_objects even though they show w...
We have a PB application that uses Imagemagick to join one or more tif files into one tif file. We use Ole to connect to imagemagick. Sometimes this process of joining one or more tiff files takes a long long time. Our database or the firewall is set...
Hi Team,   While deploying application over Web (PowerServer Configuration toolkit), I selected all necessary DLLs in Deploy .Net/ DLL components section. When I run application in Browser getting 20021 - Loading DLL failed.  We have below v...
Hi, is there any way to handle JSON with more than 20 MB?  We want to create a Webservice in SnapDevelop, that sends or retrieves E-Mails. Our application sends the data to the Webservice and the Webservice sends the E-Mail or the retrieves them. T...
Hi all,   I am currently receiving this message on the Powerbuilder IDE when looking at a Rich Text Edit control.   I am pretty sure I need to place the pbtxttext.dll somewhere, but not sure where. If anyone has encounter this issue please let ...
Hello All, I am a .Net c# developer who took over a PowerBuilder application. I have been doing some of the tutorials and had a question about the SQL connection part. In going through the tutorial for PB (https://docs.appeon.com/pb2019/getting_sta...
Dear all,   I am having a problem with setting a columns status to NotModiefied!, look here dw_list.SetItem(ll_row, "workitemstatus", 'Y')ldws_status = dw_list.getItemStatus(ll_row, 'workitemstatus', Primary! ) -->> now it is dataModified!ll...
We use the following code to be able to get a reference to the TX Text Control ActiveX 15: uLong iul_hWin//, iul_hWin2 iul_hWin = Handle ( rte_note) iul_hWin = FindWindowEx ( iul_hWin, 0, "PBTxTextControl", 0 ) iul_hWin = FindWindowEx ( iul_hWin, ...
Hello :)I have a table, which contains relations between, let's call them "symbols". Looks like this:I want to prevent user from saving data when inputs 2 records like marked on the screen (symbol => symbol_to, and in another symbol_to => symbo...
Hello, PB 2019 R3 Trying to convert a print option datawindow into a Ribbonbar menu item.   Users will select the Printer, set paper size, set Margins etc.   Now to set1.  Printer ->  Combo Box option is available2.  Paper Size -> Combo Box O...
I'm having a strange issue with composite DataWindows in my PB app. When I deploy it to a remote (client) server, these DataWindows look fine (see attached screenshots). But when running the app locally, my composite DataWindow are cut off on the rig...
We have a PS2021 that works great on localhost, so we tried deploying it to a Win2019 / IIS server.  Initially the client deployment went great and we got the launcher and it downloaded a shortcut to the desktop, but it didn't work because the Server...
Hi Team, My Application Caching the Master records at the time of User login, So it causes the Application slowness at the time of Login, To over come this latency issue, I have decided to do Multithreading, but i didn't work before in multithreadin...
Hi. I have a question about powerclient & powerserver deployment. It’s about the option: "Download the app files as necessary". For powerclient, I guess that this mean that when the application starts it won’t download all files (the splitted pb...
Hello fellows, Are there tools to provide code protection, obfuscation and software system licensing for applications genertated in Powerbuilder (powerscript)?. Thanks....
PBAutoBuild210 whit GIT   15:56:47 [Error] The PBG file does not exist. I'm compiling and this message appears. I would like to compile without the need to use PBG files    ...


There are no discussions available here currently