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, PB 2019 R3 We copy all PBDs, Exe file in a folder in the server machine and create a short-cut of that exe in every client machine.  In this scenario, where to install (which folder is better) the runtime files ? Run time files defaults to ...
Hi Team, I have using PowerBuilder 17 with Sybase DB connecting via ASE ( Sybase open client 16). Using DB connection method as 'ASE' inside application. Application using functional account to connect the db. sometimes users are getting db connecti...
is there an issue with pb2017 and Windows Server 2019 ? We have display performance problems using RDP and windows server 2019 which we do not have with windows 2008.  ...
如果是安卓9或之下的版本, 用 fileserver 服务可以正常 上传等操作, 但如果是 10 和之上版本 就不行,文件传送 是空的,也不知道是不是 10后 手机有什么安全 权限之类的, 但我应用的权限 已经给到最大了,可以读取 手机存储等信息, 请帮助解答, 想知道你们如果要通过手机上传文件你们是怎么实现的?谢谢...
Hello, PB 2017 R3 In one of our customers' place, preprinted output for sales invoice was going on smoothly so far.  Printer used was Canon LBP 2900.    Since the printer was ageing, customer decided to replace it with EPSON M100 printer.  They ju...
Hello, i've successfully created a small webapi used to communicate from a PB client application and exchange data to a remote asa database. The PB (2019R2) client app is using restclient to send and get data from a table and everything working great...
Solution:  Use the RowsDiscard() funtion.~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~PB2019R3, build 2703Windows 10, 64 bit platformSmall utility, non-PFC We found a way to read in large chunks of data. We selected 20,000 rows at a time to read. STRING      l...
Hi guys, I need help with the pbm_dwnkey event. I have a dropdown DW that the users select a value. I want to stop them to use the DownArrow! or UpArrow! keys. I am using the following code but it doesn't work. IF keyDown(KeyDownArrow!) or keyDow...
Hi, everybody. Getting below error when trying to send SMTP mail using CL32.DLL for encryption: cryptSetAttribute: Cannot open object It happens in some machines but not in others. It’s a client/server app using PB 2017 R3. Mail server is smtp.gma...
Hi All, I am implementing the use of new Powerbuilder Themes in our application.  For certain Datawindows we use a header with colour background and a different font colour to the rest of the DW. In the supplied themes that install with PB there se...
Hello, In my company we have several PowerBuilder programs that use PBNI (PowerBuilder Native Interface) with libraries written in C ++. The programs are currently compiled in 32-bit. It is possible to compile in 64-bit without losing PBNI functiona...
我试了下用  ln_camera.of_openalbums (ls_filepath)  ,这个可以打开选择的,但我看了说明,和测试了下,只能选择 照片或者视频才能返回 正确的 路径和文件名,如果选择其它文件比如word文件就直接闪退了, 请问用什么方法可以打开文件选择的窗口,并返回选择的文件的路径和文件名?    谢谢...
My Environment: PB 2019 Build 2170. I have a small app that reads a file into a blob, compresses the blob using zlib and then sends it to a web service. I am having all sorts of problems when the file is very large. The smaller file I am testing w...
How can I make a vertical line in powerbuilder that occupies the entire size of the page from the header to the footer. Thank you. Como puedo hacer una lineal vertical en powerbuilder que ocupe todo el tamaño de la pagina desde el encabezado hasta ...
Hi, Appeon Team   Please let me know about the bug described in the following website. https://support.google.com/android/thread/103561027/an-update-regarding-app-crashes-and-system-webview?hl=en   Does this bug also affect the "AppeonWorkSpace"...
Hello, I have a script in Java to upload a file to a https site with cookie context. My question : is it possible to do the same instructions with the new object HttpClient in PB ? I have put in attachment the java script that works. Thanks for your...
powerserver test is error...
Hello, Exploring the object WebBrowser i came out with a doubt   Is there a way to get coordinates of the cursor of a pdf/image that have been loaded with a webbrowser? Something like, if cursor is in top of web browser, show up coordinates x,y o...
Hello, I am curious if the Appeon Multi-browser plugin is supported with the auto update feature of Chrome? Basically, could the Chrome auto update feature be causing some issues around the plugin and require it to be re-installed? For instance, I...
I wish to use the BringWindowToTop Windows API in a 64bit environment. I have declared as follows: FUNCTION boolean BringWindowToTop(longptr w_handle) LIBRARY "User32.dll"  Alias For "BringWindowToTop" This works in the PowerBuilder 32bit IDE but ...


There are no discussions available here currently