Re: How to force ToolBar Text
Its confusing, Works on some windows and not on others Yes, using RDP
View ArticleRe: tag datwindow property object not functioning in background color
I guess I'm not understanding the issue here, but if all you're trying to do is to use a column's tag value in a background colo(u)r expression, why don't you just use describe as suggested by my...
View ArticleRe: Problems installing PowerBuilder 12.5.2 in W7
Hi Kyle; What types of errors specifically are you getting with 12.6 vs Mariano's 12.5.2? Regards .. Chris
View ArticlePB 12.6 classic; Installer fails to install on WIN 7 64
OK, I know there was previous mention about this in another blog post and I saw where it was mentioned that it was possible that the installer fails due to the 4.5 .NET Framework, and to uninstall the...
View ArticleRe: PB 12.6 classic; Installer fails to install on WIN 7 64
Hi Kyle; I have installed PB 12.5.x and 12.6.x on W7 64bit PC's with no issue. My suggestion here would be to first boot the PC in "SAFE" mode (with networking) and try the install from that option....
View ArticleRe: PB 12.6 classic; Installer fails to install on WIN 7 64
Hi Chris, I found a old post that was suggesting that, which I'll give it a try. The issue was the same, the PB install pane for PB itself just hangs and hangs. Thank you for getting back to me....
View ArticleVersion Control for Powerbuilder
Hello All, We are looking to implement version control for our Powerbuilder Classic applications. Do you have any recommendation? Thanks
View ArticleRe: Version Control for Powerbuilder
Did you see this existing thread on the topic? Source Code Control for PowerBuilder Classic & .Net
View ArticleRe: Trying to make DataWindow.Net work on .NET 3.5 and beyond
Got it! Thx a lot for the reply!
View ArticleRe: PB 12.6 classic; Installer fails to install on WIN 7 64
You were right Chris, thank you again.
View ArticleRe: Trying to make DataWindow.Net work on .NET 3.5 and beyond
Great news! Have you hugged your DataWindow today?
View ArticleHow can I can call try catch mathod to get the error from datawindow save as
HiHow can I write , Try Catch Method to get error if there is -1 when I use Datawindow SaveAs dw_1.saveas(lsfilename,dBase3!,True)
View ArticleRe: Pass additional parameter to SOAP header?
Hi Ashish; Is this for a PB.Net or a PB Classic application? Regards ... Chris
View ArticleRe: How can I can call try catch mathod to get the error from datawindow save as
Hi Polachan; Have a look at the help text and examples around the TRY..CATCH keywords in the PB Help file. HTHRegards .. Chris
View ArticleRe: How can I can call try catch mathod to get the error from datawindow save as
AFAIK, if dw.SaveAs () fails (returns -1 ), no exception will be thrown.Also no hints/information, why the saveas() failed. hth Arnd
View ArticleRe: PowerBuilder Classic Connecting to WCF Web Service over HTTPS
Hi Chris Certificate is served by Server. So cannot SetClientCertificateFile, No Login Options or authentication. Unless I have misunderstood. I am not setting any of these as I assume the default...
View ArticleRe: Pass additional parameter to SOAP header?
Hello Chris, Its PB Classic. Thanks,Ashish
View ArticleRe: How can I can call try catch mathod to get the error from datawindow save as
Wouldn't that be a lovely enhancement!
View ArticleCall c# dll through web service
I have a c# web service library that has a reference to a C# class library (dll). I am trying to call web service through PowerBuilder 12.5 and i was able to do it. So i expose a method in the web...
View Article