Event handling from third-party non-visual .NET assemblies
With the advent of PB15, we're taking another look at the .NET versions of Powerbuilder. We have one problem which has always been a show-stopper for us. Perhaps now there's more experience with the...
View ArticleSAP PowerBuilder Classic 12.5 - Web application (window size)
Hello Folks, I created a simple web application using PowerBuilder Classic 12.5 When I run the application, I always notice that the window that I open is maximized and takes up the whole screen...
View ArticleHow to use AutodiscoverURL
anyone use this call... it belongs to the ExchangeService of the Exchange web Services APIIt is overloaded... first one has just email address the second version is email address and some sort of...
View ArticleRuntime Error - R6016 - Not enough space for thread data
Dear All, Please help me for the following problem. I am using Ghostscript 9.14 for Windows(32 bit), iTextSharp & PostScript toprint datawindow in PDF & digitally sign. It works find. But I...
View ArticleInstall of PB 11 on win 7-64 bit fails
Like everyone else, I'm being forced to upgrade my machine to Win 7.(because XP has been desupported)I tried to install PB 11 on the win 7 machine.It installs infomaker fine... but, when it gets to the...
View ArticleMaximizing App that is minimized
Hello folks, Lets say I have an application called test.exeWhen a user clicks on test.exe , I use CreateMutex to prevent users from opening multiple instances of the application. My question:If the...
View ArticleProblems with using Powerbuilder 12.0 on Windows 7 64-bit
Hi, Until today, I was developing applications using Powerbuilder 12.0 Build 5530 (Classic ; not .NET) on a Windows XP laptop.I work within a small team, so I routinely use the 'Source Control' (PB...
View ArticleProblems with Lotus Notes Interface via OLE session in PB12.5..
Hello All, I am facing some weird & intermittent issues when triggerring email from a PB12.5 developed application to Lotus Notes 8.5.3 on a Windows 7 64 bit environment. The problem is that the...
View ArticlePowerbuilder 12.5 did not return the identity value in the datawindow after...
Hi There, Powerbuilder 12.5 did not return the identity value in the datawindow after datawindow insert and update. My database mysql 5.6. I already did the following. 1. In my .INI...
View ArticleDatawindow export to PDF
Hello I am trying to export datawindow to PDF format using Distill method. But it is showing error as "Save rows as failed."I have GhostScript ver 9.14 and Powerbuilder 12.5 Classic on windows 7 64bit...
View ArticleWeb Application Crashes (PB 11.5 Build 3127)
Hi Everyone, First of all, I am newbie when it comes to using PB 11.5 (so please bear with me). I would like to ask for help regarding my issue. IE browser crashes with a message like this "Unexpected...
View ArticleDatabase tables not showing in database profile although connection is...
I am using jdbc driver jtds 1.2.6 to connect to sybase db via powerbuilder.The connection is established successfully,still,it just shows the profile as connected but loads no table or contents of...
View ArticleHow do I turn off "save retrieval values/args(?)" in data window painter.
I checked "save retrieval <whatever>" in the data window painter and now I want to change the value but can't figure out how to get to it. TIALAS
View ArticleCopying column controls in a datawindow.
I have a datawindow that contains 6 sets of 12 columns. The column names differ only by one digit. I'd love to be able to get one set all fixed up as to placement and size and then copy it into new...
View ArticleMy software needs to detect if it's running on a windows server
I would like ti disable a license check routine if I can determine the software is being run from a server operating system, for example Citrix Is there a way to detect this in Powerbuilder 12.5 I have...
View ArticlePB 12.5 Classic how to return a C# dll array
I created a dll in visual studio and using it in PB. I am able to connect to the dll with no problems from PB.If I call a function on the dll with a return of int or string it works fine but when I...
View ArticleAbsolute position of a control
Hello community, I need to find the absolute position (x,y) of a control (eg: column ) I'm able to get the parent datawindow position by using: Function boolean GetWindowRect( ulong hWnd, REF...
View ArticleStrange Problem with WCF service
Hi ,I have built a very simple WCF service. Just a method with return type stringI have used the defaults without changing anyhting else .I have deployed the msi to IIS and I am able to see my...
View Article