Re: Powerbuilder and SSO
Define your machine's user ID in Oracle as an externally authenticated account. Leave the user ID and password blank in SQLCA and if you have setup everything properly you will connect. There is no...
View ArticleRe: PB 15 window.resize() crashes when running application
I am having this issue as well. During Beta are we going to be able to get fixes rather quickly so it doesn't slow us down too much? Chris Craft
View ArticleRe: Question with Automated Builds using OrcaScript & PB 12.0.1
Hi: I want to thank everyone for responding (again - it appears when I first did it a couple of weeks ago, it did not go through). I added the target to the source control and everything worked...
View ArticleRe: Question with Automated Builds using OrcaScript & PB 12.0.1
No idea why people are using work libraries in an app under source control. That makes no sense. But if they insist in continuing that way create a new empty library and add it to your target. The...
View ArticleRe: Question with Automated Builds using OrcaScript & PB 12.0.1
It's not necessary to add the workspaces to source control - only the targets. But - the SCC connection details are properties of the WORKSPACE, not the TARGET, so it's a good idea to have at least...
View ArticleRe: Question with Automated Builds using OrcaScript & PB 12.0.1
Work PBLs are ancient history Don't use them anymore. They're absolutely not necessary in a good SCC setup. You should all be working from your local drives anyway (meaning, don't have everybody...
View ArticlePB15 Beta - question on OData joins
PB15.Net allows you to paint "joins" between two OData entities. I've got some basic questions about this functionality. 1) The detection of the join columns seems to be based solely on matching...
View ArticleRe: Question with Automated Builds using OrcaScript & PB 12.0.1
The developers that need to have work libraries can just make a copy of the standard target file under a different name (in Windows Explorer) and then add it to their workspace. Now they can add all...
View ArticleSupport for SQL Anywhere 64 Bit in PB 15 64 Bit Deployment
One of the Primary Reasons we wanted to move to the 64 Bit Deployment version of PB Classic was so we could use the 64 Bit ODBC Drivers for SQL Anywhere. Reading the PB15 beta notes there is a comment...
View ArticlePB15 Native Crashes Almost Immediately with No Specific Error
Starting testing our app (PB 10.5 and 12.5) PFC based app with PB Native (Classic) and find that it has this bizarre behavior were the app stops painting the screen and as I move the cursor over where...
View ArticleRe: PB15 Native Crashes Almost Immediately with No Specific Error
Obviously, open source PFC has not been released for PB15 (See PFC - Home for more details about the upcoming PFC for PB15)To determine if this is the root cause of your problem, can you replicate the...
View ArticleRe: PB and Ghostscript
Look at please the source file of PBTools. It is using inno setup. http://myelkovan.codeplex.com/ To install pdf printer follow this instructions.. I remember how much time spend for the following code...
View ArticleRe: PB and Ghostscript
Why don't you use 3rd party tools within your PB application to accomplish this instead of GhostScript. For instance: Convert pdf to image - Convert pdf to jpg - pdf to jpg, png, gif, bmp, tiff Hope...
View ArticleRe: PB and Ghostscript
What version of PowerBuilder are you using? PDF generation using GhostScript was added as a native feature in 9 and later: New in PowerBuilder 9 - Saving as PDF and XSL-FO
View ArticleRe: Support for SQL Anywhere 64 Bit in PB 15 64 Bit Deployment
Thanks ! Looks like I misread that...
View ArticleRe: PB15 Native Crashes Almost Immediately with No Specific Error
Hi Jacob Our application is quite large and there would not be an opportunity to replicate outside of the PFC in any reasonable time. Also, to be precise the App is not generally crashing. It just...
View ArticleRe: PB15 Native Crashes Almost Immediately with No Specific Error
As it turns out commenting the PFC preference service that restores the window (sheet) size in the MDI frame causes the window to appear. My next step is to find out what about this service is causing...
View ArticleRe: PB15 Native Crashes Almost Immediately with No Specific Error
What appears to be the issue is that in the following code in of_restore pfc_n_cst_winserv_preference the SetRedraw(FALSE) on the Frame is called and the routine never returns from the li_rc =...
View ArticleRe: PB15 Native Crashes Almost Immediately with No Specific Error
And by the way - debugging this results in frequent crashes of the IDE - the last one An unhandled win32 exception occurred in PB150.EXE [6580]
View Article