Re: Powerbuilder 12.5.2 Classic and .net 4.5
Hi Maurice; 1) Neither PB Classic nor PN.Net 12.5.x will work with .NET 4.5! In fact, if that .Net framework version is installed it may either stop the Install/IDE, give you compile errors or crash...
View ArticlePB12.5.2, MS Web Browser, IE 10
We have been using the Microsoft Web Browser that comes with the Internet Explorer to open up PDF images from our PB application. This has been working fine until we upgraded the InternetExplorer to...
View ArticleRe: Multi-stage check-in with PB Classic
Our organization has sort of done this by maintaining various branches within TFS. There is a 'current' dev branch. When something is ready for QA the developer checks it in (comments are mandatory)...
View ArticleRe: PB COM registration issue on Windows 7 machine
Have you tried this type of command? regasm fancyPB.dll /tlb: fancyPB.tlb
View ArticleRe: Multi-stage check-in with PB Classic
Thanks Matt, it does sound a pain, if PowerBuilder didn't use PBLs and used text files (as it does in PB.NET) I suppose it would be a bit easier. We don't really have enough people to have a build...
View ArticleRe: webbrowser OLE control - drag and drop mouse events
I am having issues with using IE 10. I am just trying to open PDF files using the MS Web Browser control, it works fine in IE 8. After I upgrade to IE 10, it opens up in Adobe and not in my PB window...
View ArticleRe: How I can display the 20 page pdf file in a window
Roland - Does PB support IE 10 Web Browser control? I am having issues opening PDF documents in my control when i upgrade to IE 10. Any ideas?
View ArticleRe: How I can display the 20 page pdf file in a window
What PowerBuilder supports isn't the issue. The WebBrowser control defaults to IE7 capabilities. There are supposedly ways to change that using registry settings but I have not had good luck with it.
View ArticleRe: Multi-stage check-in with PB Classic
In the olden days (before PB8), you could have a "work library" on the network. You would include each developer's work library in the library list when compiling the QA Build exe. The work library...
View ArticleRe: Multi-stage check-in with PB Classic
Ahah, you're on to something there, if only it wasn't so late in the afternoon I could think more clearly We actually do use work libraries anyway at the moment, copying everything over the top on the...
View ArticleRe: PB 12.5 Classic with web service proxy error
This ended up being a setting in the DB2 Connect Client that was the default setting specifying that the authentication to DB2 was to be client side, rather than server side. Once that was changed,...
View ArticleRe: Ws Security config file wont regenerate with current code changes PB.NET
Hey Bruce.Thanks again for all your help. I decided to give Username / Password. Works great. Not sure what was happening with using certificates on both end but Username / Password works great.
View ArticleRe: Powerbuilder 12.5.2 Classic and .net 4.5
Thanks a lot. Does anyone have any experience with the subject of the Exception I have posted [messagebox]. Method signature error. This error is now coming back to haunt me in PB12.5.2 as it did in...
View ArticleRe: Powerbuilder 12.5.2 Classic and .net 4.5
It might be a know issue with PB, see: http://search.sybase.com/kbx/changerequests?bug_id=644113 Or, as the message indicates, it may mean that the service is returning something that doesn't match...
View ArticleRe: Multi-stage check-in with PB Classic
Thanks everyone. I'm marking Paul's answer as the correct answer as I think what he's saying is the right way to do it.I t's not as straightforward as I would like it, but then I can't actually think...
View ArticleRe: Multi-stage check-in with PB Classic
Many people use ProDiff (formerly PBDelta). It is a PowerBuilder aware Diff & Merge tool.ProDiff for PowerBuilder
View ArticleCan't install PB 12.5 Eval
While I was able to install it with no problems on one computer (that had a previous install of PB on it), on another computer, that had never had PB installed on it before, the following sequence of...
View ArticleRe: Can't install PB 12.5 Eval
Hi Dan; Your not trying to install on a PC that has: 1) MS-Windwos 8.x O/S installed2) VS 2012 installed3) .Net 4.5 installed Any of the above combinations could negatively affect PB's installer....
View ArticleRe: Can't install PB 12.5 Eval
Hi Dan,If you haven't already try as Chris said and right click on the autorun.exe and run as administrator. Another thing you can try is renaming the C:\Program Files\Common Files\InstallShield...
View ArticlePowerBuilder7 and MS Word 2010
I have been struggling with this problem. I have an application where I am using Ole to store word documents and it has been working fine. I have 7 machines with the application 4 of them work fine...
View Article