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'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 ...
Hi,   When deploy my application on client Windows 10 64bit pc crash application the same application run proper on same client with different Windows 10 64bit PC. Record Error in Event viewer Faulting application name: myapp.exe, version: 40.0....
Hi, our organization is currently using a rich client desktop application developed with PowerBuilder 11.5.  We would like to migrate our application to the currently available PowerBuilder 2017 or 2019.  We were wondering if anyone had experiences m...
Power Builder 2019 R3 can not execute Maillogon for MAPI.  Refer below code. Mailsession  ims_mses ims_mses = create mailSession mRet = ims_mses.mailLogon (mailNewSession!) Above code gives mRet = mailReturnFailure! Please note I am using Power...
Hi all in CMD  env. when i wrote       ping 8.8.8.8  > E:\out.txt the output of this command is written to e:\out.txt   but in PB env when i wrote Run(" ping 8.8.8.8  > E:\out.txt") or even   Run(" ping 8.8.8.8  > E:\out.txt", Maxim...
Hello, When I try to navigate from first page to second page in My Questions area of this Community Forum, I reloads the first page again.   I could not navigate to page(s) 2 or 3 or 4.  Seems the end page is working fine, when we click button. ...


There are no discussions available here currently