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...
We have a PS app working fine with internal URLs, cloud servers, all over https, but as we want external access to the application we have created external URLs.  Access to external URLs is controlled by MS AppProxy.   We can access the URLs through...
Hello, It is said that a process running in 32 bit Windows can consume up to 2 GB of memory. In my experience, a PB application crashes when it is approaches 1 GB. For example, the following script fails with a runtime error "Not enough memory to ex...
请问下,在手机端 怎样可以取到一个网页的源码内容 , thank ...
My web developer put in a series of alerts to help us find a problem with a web page and they work fine in the Chrome browser but do not display when the page is opened in the new web control....
窗口我放了个 webbrowser 控件,用下面代码打不开,提示 返回是 0 ,没用,是不是不支持手机端?有什么方法可以在手机端 用自带控件打开网页?能提供下打开的代码吗?谢谢Integer li_rtnli_rtn = wb_1.Navigate("http://www.baidu.com") messagebox("",li_rtn)    ...
Hello, It seems that pbc190.exe generates the XML file where the path to runtime libraries is specified. Is there a way to tell pbc not to do it? Best regards,Konstantin...
Hi, we are trying to replace native MS web browser control with new web browser control in our application. we need to navigate to different web pages using HTTP POST methods.  Does this new Web Browser control provide an option to send data using ...
The window is getting freeze which is having the MS-office(we are using O365 version) control attached on that window via OLE control. When we open that window, while initializing the WORD component, it is getting freeze for sometime. And because of...
Hello, I need to find and highlight a user entered value in a large datawindow (~280.000 rows).Therefore I created a findstring (upper(column1) = value OR upper(column2) = value OR ...).The search takes about 15 seconds, especially when the value is...
Hello I'm not sure if this is a bug or not but it looks strange to me. I use PowerClient for deploying my application. What's going on: If I start the application from the generated desktop link then it works fine. The link targets this: C:\Prog...
When i call a .net assembly which has a winform window , powerbuilder 2021 trigger  a error, error message remind me  must call  setcompatibletextrenderingdefault first, but how to setcompatibletextrenderingdefault  ?  please help me!!...
Good evening In the database painter when I connect by ODBC to SQL Server I can see the Stored Procedures without problem; but when I connect using MSOLEDBSQL SQL SERVER Or SNC SQL Native Client the Stored Procedures don't show complete, they only l...
Hi, How do i run PowerClient on VPN environment? There is a scenario where the client wants PowerClient to be hosted into the cloud server and Powerclient is more like deskstop application. what the best way to handle this request. Am of the idea ...
Hi Is it possible to show mhtml (mht, mhtm) files in the Chromium based webbrowser control? Chrome supports it from local storage. CHromium suports it (according the documentation I've found). But if I try navigate to a local mhtml file the WebBrows...
Dear Support Team, Following code is not working in my environment. Connect using SQLCA; integer cmpnt_Id_var DECLARE my_cursor DYNAMIC CURSOR FOR SQLSA ; PREPARE SQLSA FROM "SELECT cmpnt_Id FROM Component" ; OPEN DYNAMIC my_cursor ; IF SQ...
Hi, All   I have a question about playing media files. Our media team has to generate MXF files. But our current media player doesn't support MXF format. Is there a media player I could use to play it? This is for Powerbuilder 2019 R3.   Thanks, ...
Hello; My name is Simon, I help my client for a application APPEON mobile  Register the app developed by APPEON in the Google Play Store. In the past, it was possible to register as an APK file, but now it is possible to register as an aab packag...
I am writing an admin program to check if a certain program is running on all workstations on my network. This will allow an admin to make sure all users have exited a program prior to updates being rolled out. I can do this with a command prompt an...
We have both Appeon PowerBuilder 2019 and 2021 installed.  I created an executable from 2021 and the .exe file required admin rights to run.  Appeon 2019 does not work this way.  Is there a setting on 2021 I should set or unset to stop this behavior?...
Hello, I am moving an old application from Powerbuilder 9.0.2 to Powerbuilder 2019 R3; part of the application collects pieces of RTF documents, and composes them together, into the Rich Text Editor. In PB9 to achieve this we had queries using SELE...


There are no discussions available here currently