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.   :) ...
Hi, Good day... My boss wanted to add payment method in our system using the Powerbuilder Classic... Is there any method or codes useful to solve our problem? Thank you very much in advance... ...
hi all   How do i return string formatted as xml  by .Net ws target i have the rows retrieved rows , now i have so save it as xml how do i do that ?? thanks ...
Hi   I want to display some Javascript component in a PB OLE Browser component. That works? I receive clicked and doubleclicked events. Is there a way to trigger PB events (anything) or event call PB functions from the Javascript executio...
Hi, When I consume a Web Service with a PB client, response comes in XML-format and is stored in a variable created by Web Service Proxy Wizard. I can then process the contents of that variable in code but is there any way I could save the content...
Greetings All, It seems like I have created all of my datawindows in all of my applications using an SQL Login that has dbo rights. So now we are trying to implement new SQL Logins without DBO rights and the tables appear as 'dbo.table_name...
Hello All, im using this code to call a WS in a Appeon 2016 PB 12.5 APP this code work g_ws_caller = Create appeonwebservicecomponent  g_ws_caller.calltype = "1"    g_ws_caller.proxydllorurl="http://appeon-01/ws_sicaj/n_ws_sicaj.asm...
Greetings All, I have Appeon web portal clients complaining as: "Another concern is the time-out after a bit of inactivity on the Portal. Personally I don’t have an issue with it, but perhaps the time window for it can be increased to accommodate ...
Greetings All, I had a workstation crash and had to re-install Appeon 2016 on a new workstation.  I finally got the Appeon Toolbar running on 12.5, but of course it does not know anything about the configurations from my old workstation.   Is t...
Years ago, we used a function in the FUNCKY32 dll library to delete files (fEraseAll). While our app was compiled in PB 11.5, we deprecated use of FUNCKY32 and replaced fEraseAll with a WinAPI global function. It worked fine in 11.5 and 12.5, but cra...
All, I have an odd scenario happening with 1 datawindow.  We're running PB 2017 Build 1681 32 bit on virtual machines. When I view the datawindow, it seems to be resized, see images below.  It even appears to be a different font and the label...
Hi Eeryone, I a getting the below error,i deleted everythng related to that but still it showing with that message. Where I can see and fix it,and also it is not allowing me to proceed further. Application Terminated Error: Name not  foun...
Our PowerBuilder application is 2017 Build 1666 on Windows 7.  We have also tried this in PowerBuilder 12.5.1, unsuccessfully. We are implementing new functionality that will require us to implement a dll.  We are creating the dll using the minGW ...
Hi All, A .Net target DLL generated with PB 2017 R2 is called from a web service. It is fast  and works as expected with a single web service request. With concurrent requests to the web service (two Users or more) the behavior is as follows:  ...
I got a notification that the MR 1769 is available:  "New MR Version (Build 1769) for Appeon PowerBuilder 2017 R2 English/Japanese and Appeon InfoMaker 2017 R2 English/Japanese have been officially released!"   But, I only see stuff from 3/2...
Free version of PB Ultimate Suite by Brad Wery is available here. ...
I have the below code to call PostURL function of the n_cst_internet object in powerbuilder. ll_status_code= iinet_base.PostURL (a_url, lblb_args, ls_headers, data) IF ll_status_code = -1 Then ls_status_text = "There was an Error accessing Rest ...
Hello All, if i use this syntax caller=create appeonwebservicecomponent caller.proxydllorurl="http://localhost/webservice.asmx" The Localohost will be the server where appeon Server is running or the machine where the application  it ...
Good morning. I'm trying to convert an application from oracle db to the PostgreSQL db. In the DW SQL we have some proprietary syntax that does not work in the destination db. Is there a utility that checks DW sintax to understand its c...
Good morning. I have a problem in finding information on a structure of type any. Let's go by order: 1) I declare a variable of type amy: 2) I call a WS that returns an array of structures (see down) 3) at this point, how do I acces...
I'm having trouble getting Appeon Plugin to work with Google Chrome version 64 with SSL.  It keeps downloading the plugin for installation over and over again.  I have no problem when using a standard http call to run the application.  I have a v...


There are no discussions available here currently