Re: How to use Team foundation Server for Powerbuilder version control
We use Team Foundation Server for source control in our office with Powerbuilder and it works well as long as you understand, as far as I can tell, that TFS does not do compares to see if you have the...
View Articlecheckout vs GLV
Who came up with the idea of putting the check out menu option directly below the get latest version option? Would it have killed you to add a warning that you are about to checkout everything?
View ArticleRe: checkout vs GLV
Or how about "Search" directly above "Incremental Build" on the target menu. Really need a "do you really mean to do that option" there.
View ArticleRe: checkout vs GLV
You shouldn't do a Get Latest Version of everything either... That option makes no sense.
View ArticleRe: Appeon Text Alignment
Dear Zulkifli, Thank you for reporting this issue!We have been working on this issue and will need some time to do research, we will get back to you once we get it fixed.Thanks for your patience and...
View ArticleOLE Resuorce release
Hello, allI have the following problem when attempting to change files, which were accessed by OLE objects.For example, I sent a file as attachement. THe sending program is an OLE object. Even after I...
View ArticleRe: OLE Resuorce release
Hi... I think we need more info about that... Anyway, before executing the disconnect object have closed the files you were using? Example: if you work with excel, you have to close the files you were...
View ArticleRe: OLE Resuorce release
Thank you, AndreasI wish this was that easySome of my OLE's are third party and non-visual, so I have no access to what they are doing. I was wondering if I can tell PB to "kill this damn thing and...
View ArticleRe: OLE Resuorce release
I believe that you achieve that with:disconnectobjectdestroy command on your obect instance..So if ole_1 is your object you should write: ole_1.disconnectobject()if isvalid(ole_1) then destroy ole_1....
View ArticleRe: OLE Resuorce release
Thank you, AndreasI guess, I will have to talk to my OLE provider.Thank you.
View ArticleRe: OLE Resuorce release
Another thing you could try is to use the ole object in a separate runtime session... Although this may sound strange, there is a possibility it will solve the issue you are facing as it's a different...
View ArticleRe: Global external functions using power builder 12.5.2
You can create ,net assemblies with PB. This is also powerfull. Andreas.
View ArticleSAP Price List
Hello, We have been told that PowerBuilder is now on the SAP price list. Can someone please tell me how to find it in the SAP store? I need some pricing information. Also can someone please refer me to...
View ArticleRe: Runtime Error - R6016 - Not enough space for thread data
Hi Avishek; I have similar issues using the Tesseract OCR and ImageMagicK software when performing bulk activities. The solution I came up with is to use PB Classic's multi-threading (SharedObject)...
View ArticleRe: Install of PB 11 on win 7-64 bit fails
Hi, FYI : PB 11 was certified for Window 7 with EBF 19109.You have to install PB 11.5.1 GA build 4011 and then install the EBF 10109.Not sure if you can still get this EBF from SAP site. Regards.Abdallah.
View ArticleRe: Install of PB 11 on win 7-64 bit fails
Erratum :You have to install PB 11.5.1 GA build 4011 and then install the EBF 19909 (build 5097)
View ArticleRe: Maximizing App that is minimized
I use the Windows API that is for this purpose: Function boolean ShowWindow(Long hWnd, Integer nCmdShow) Library "user32.dll" CONSTANT Long SW_SHOWMAXIMIZED = 3 ShowWindow(Handle(this), SW_SHOWMAXIMIZED)
View ArticleRe: SAP Price List
Hi, Here is a link for Europe : Pricing | PowerBuilder Regards.Abdallah.
View ArticleRe: SAP Price List
what is : PowerBuilder Application Server Plug-in (Enterprise Edition 1.1) ?
View ArticleRe: SAP Price List
Hi Gimmy; ASP is basically a "stripped down" version of EAServer (Sybase's J2EE application server) that supports the instantiation of the PowerBuilder PBVM so that you can run NVUO's under EAS. The...
View Article