Re: Maximizing App that is minimized
Hi Roland; 1) I think you would want to "Restore" the window not maximize it.CONSTANT Long SW_RESTORE = 9 2) Will this technique work on an external application (ie another instance of itself)? Regards...
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 ArticleRe: Problems with using Powerbuilder 12.0 on Windows 7 64-bit
Sophie, That one error message that you are getting "Unable to open this project because the add-on software that was used to create it could not be found" happens when there are multiple pb runtime...
View ArticleRe: What's this I see Vishal Sikka is leaving SAP?
I found this phrase amusing... "frustrations over SAP's dense bureaucracy"
View ArticleRe: Runtime Error - R6016 - Not enough space for thread data
Hi Avishek; The basic concept is that your PB application is scanning the O/S looking for the error dialogue that you have encountered. When it locates this, it automatically sends a mouse event to...
View ArticleRe: What's this I see Vishal Sikka is leaving SAP?
LOL .. I think the key word there is "dense".
View ArticleRe: SAP Price List
Hi David; => most people are still running EAS5.5 so are quite happy with an unsupported situation so why should they worry A: They are not because they are already rewriting their systems in...
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 ArticleRe: release date of powerbuilder 15
There isn't a date yet. My guess is they will announce it only 1-2 weeks in advance. This week they are hosting several customers at their headquarters in Germany for a beta test session.
View ArticleRe: Datawindow export to PDF
Ram, The problem may be with the ghostscript executable. Check the gs9.14\bin folder and if you have a gswin64c.exe just rename it to gswin32c.exe. The information is also listed in KBA...
View ArticleRe: Datawindow export to PDF
Hi Ram; Check out this thread ... http://scn.sap.com/thread/3438717 HTH Regards ... Chris
View ArticleRe: Datawindow export to PDF
Hi Beverly/ Chris,Thanks for you reply. Renaming .exe file solved my problem
View ArticleRe: Powerbuilder 12.5 did not return the identity value in the datawindow...
Yes, I did select the identity column the the "Update Properties" of the datawindow. Thanks. -Rhex
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 ArticleRe: Web Application Crashes (PB 11.5 Build 3127)
Hi Jeff; Yes, I have seen that error before and many others. Looks like you are trying to use the WebForms feature from the overall description of the issue. 1) Webforms is EOL and was removed from...
View ArticleRe: Database tables not showing in database profile although connection is...
Hi M; Roland is correct ... OC is free and it comes with the ASE installation. While ASE requires a license, the OC can be installed on any number of PC's. Regards ... Chris
View ArticleRe: Powerbuilder 12.5 did not return the identity value in the datawindow...
Hi Rhex, Did you try to enable the log of mysql connector to see if the "Select @@identity" is well sent to the database by the datawindow after the update? Regards Patrick
View ArticleRe: How do I turn off "save retrieval values/args(?)" in data window painter.
FYI, PB keeps those settings in the registry under your current target. Here's an example:...
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 Article