Re: Powerbuilder and GIT
I assume we're talking about Classic, not the .Net IDE. You would need a bridge product that converts the MSSCCI calls that the PowerBuilder Classic IDE makes into Git calls, similar to what PushOK...
View ArticleRe: MongoDB & PowerBuilder
PowerBuilder will talk to anything if you can find an ODBC driver for it. And there are ODBC drivers even for NoSQL databases like MongoDB: http://www.simba.com/connectors/mongodb-odbc
View ArticleRe: Error Calling External Function - PB 12.5.2
For the final release however we use a manifest file to make it availble to the PowerBuilder application with it being registered, I couldn't get this to work when running from the PB IDE. What you...
View ArticleRe: MongoDB & PowerBuilder
Thanks Bruce. Yes I was seeing that and it is like $199/single user license. Also the server license is even more. Not sure if we have that budget. I also saw this third party project that was...
View ArticleRe: PBTrace DBParm value does not affect tracing
It changed in 10.2. You can still use TRA (or TRACE, though only the first 3 letters matter, you could use TRAIN, TRAM, TRADE, etc as well). Beginning with 10.2, individual statement level tracing...
View ArticleRe: PBTrace DBParm value does not affect tracing
It looks like you've embedded PBTrace within your connectstring. DBPARM=ConnectString='DSN=david_citadel; UID=GOC;PWD=<******>;PBTrace=0;CON=GlobCon'Note that the single quote ending the...
View ArticleRe: MongoDB & PowerBuilder
Yes, I saw that one, just didn't know how well supported it was. It looks like something a few college students put together. Then again, Facebook was something that a few college students put...
View ArticleRe: [PB .Net] Object browser is empty
Hi Deise, I cannot repro the behavior here. What .NET frameworks do you have installed on your machine? Specifically do you have .NET 4.5 installed as that has caused some issues in the past with PB...
View ArticleRe: [PB .Net] Object browser is empty
Hi, Pat. 1 - I've tryed to run as administrator and it didn't work.2 - Then I've tried to run the two pbshell comands, and it didn't work as well. Now, I will try to create the Process Monitor, I...
View ArticleFont files
We use Wingdings 1, 2, 3 fonts in our apps.We recently realized that not all computers have theses fonts installed, because some of them are shipped with Office. Do you know how the license works for...
View ArticleRe: How to connect to chrome browser in Powerbuilder
It would be most helpful to know exactly what it is you are trying to accomplish. HyperlinktoURL will open a web address, ShellExecute can open local web page like a .htm file, both using the default...
View ArticleRe: Font files
You can't embed them. You would have to install them to the Fonts folder under the Windows folder. The purchase & license info can be found here: http://www.ascendercorp.com/font/wingdings/
View ArticleRe: Does PowerBuilder 12.5 Classic support these Webservice standards?
Thanks Bruce, I know you have several instructional videos. Do you have anything that would help me get an understanding of how to go about the PowerBuilder .Net solution that you recommended?
View ArticleRe: Does PowerBuilder 12.5 Classic support these Webservice standards?
I did a PowerBuilder TV session a while back where I walked through the process:...
View ArticlePowerbuilder Classic calling webservice and get message "can not be reflected"
We are switching to Ultipro Saas offering, so I need to convert a program that synchronizes data to use Web Services instead of the direct DB connection we had before. I created the proxy using .NET,...
View ArticleRe: PowerBuilder7 and MS Word 2010
Hi Chris,All the computers are identical (so it appears). Is there any other method instead of using "ole.application.selection.insertfile(as_file). Just to copy the text from one file in a new...
View ArticleRe: Powerbuilder Classic calling webservice and get message "can not be...
Is this a problem with ws-security? Bruce Armstrong -Paul-
View ArticleRe: Powerbuilder Classic calling webservice and get message "can not be...
I can't even get that far. When I attempt to create a proxy using that WSDL, either in PowerBuilder.Net or by running the .Net WSDL.exe tool against it directly, I get this: Error: Cannot find...
View ArticleWorkaround for Datepicker calendar cut off problem
(PowerBuilder Classic 12.5) Workaround is related to the problem that the datepicker calendar part is being cut off (left right edge) when using themes other than Windows Classic. The problem becomes...
View Article