DDE server option hanging the application
Hi, My application uses DDE to exchange the data between two Powerbuilder applications[GetRemote ()]. But recently we are facing the issue application not responding. We are uising StartServerDDE to...
View Articleplease help stored procedure not executing
My code is as followsDECLARE spgetname PROCEDURE FOR spGetName @Customer = :ls_customer, @Type = :ls_type, @CName = :ls_name OUTPUT USING SQLCA; EXECUTE spgetname ; do while sqlca.sqlcode = 0 FETCH...
View ArticleAny news about Powerbuilder 15 or future roadmap from July-2014?
Does anybody know some news about Powerbuilder 15 or future roadmap fom July-2014?
View ArticleWindows DLL in CITRIX Environment : PowerBuilder 12.5.2
i am using PB 12.5.2...advapi32.dll, mpr.dll is working fine in Windows Env. while calling functions as.. WNetGetUser or LogonUser ... to authenticate the user with windows username and password. I...
View ArticlePowerbuilder 12.5 database connectivity issue
Hello, We are trying to migrate our application from powerbuilder 9 to 12.5. The migration and compilation of files from the previous version is completed successfully. We have also been able to run...
View ArticleNew laptop, PB 11.5 licensing questions
It seems that my company will get me a new laptop because the old one became so crappy that it is almost non-functional. My only drawback is that I always had issues when changing PCs with PB...
View ArticleOle(Microsoft Web Browser) unable to display spanish characters
We are trying to pass Spanish characters to a window(attached) which has an OLE object of type Microsoft Web Browser. Using ASCII code, the ole displays special characters but Spanish characters are...
View Articlepbdebug in limited quantities
PB Classic 12.5.2 Build 5583OS Doesn't matter I'm working on tracking down a strange app crashing problem, and the results from /pbdebug would be ideal IF I could turn it on/off as needed within the...
View ArticleIs there a future after PowerBuilder 12.6?
Could someone at SAP elaborate on this topic?
View ArticleEAServer6.3.1: java.lang.OutOfMemoryError: unable to create new native thread
Hi Herr Helmut Arnold, Chris Pollach & All Earlier I had similar kind of discussion on this forum with Herr Helmut Arnold & Chris Pollach on below thread and their suggestion worked to nail...
View ArticlePB 11.5.1 - any options for scheduled reporting?
Hi, Our PB 11.5.1 uses the usual PB reporting mechanism - as a datawindow preview screen which gets retrieved when the user double-clicks on the report (report definitions stored in the database). But...
View ArticleError after installing Powerbuilder 12.5.2 - build 5602
Hi, guys, how have you been? We have a machine here with Powerbuilder 12.5.2 - build 4953After a process of installing EBFs up to build 5602, we were not able to open the PB Classic IDE anymore.If we...
View ArticleDatawindowChild issue
Hi, guys, how are you? We are using PB Classic 12.5.2 ( build 5629 ) and there's a problem here concerning DatawindowChild. We would like to know how to realize that the user has picked up an item...
View ArticleWill PB 12.6 Manuals be available in pdf?
I would like to mention that we don't have manuals in pdf (like sybase used to do and sap continues to do for other products). For PB 12.6 we only have 3 documents as you can see in the following link:...
View ArticleFeature Request - Sort database table in Datawindow Painter
Not sure if this is the right venue, but... After I select the required tables when creating a datawindow, I would like the ability to sort the column names alphabetically. Some of the tables I work...
View ArticleHow to remove root indentation in a treeview control
Hi guys, I'm trying out the treeview controller and have come across a strange issue. When I insert an item in the controller it looks ok like this: But if I've added a picturename and changed my mind...
View ArticleType Ahead - Against Database / Google Maps
Greetings All, PB 12.5.1 I am creating a new application and I am hoping to include what I think is called 'Type Ahead' to access database tables in one control and to access the Google Maps API. I...
View ArticleMenu Vs. Toolbar
Greetings All, Oddly, in all the time I have used PB, I have never tried to create a toolbar. Trying now in 12.5.1. I 'see' the icons that I have associated with the menu items, but in the preview...
View ArticleParameterized constructors and inheritance
Hi, guys. I am trying to create a non visual object with a parameterized constructor.Suppose this following situation: 1) I've created 'nvo_test1' with a parameterized constructor:2) Next, I've...
View Article