Re: PB windows not drawn properly
Ashutosh, Can you provide a simple testcase with clear steps to reproduce for this issue? Pat Steinhardt
View ArticleRe: PB windows not drawn properly
Hi Pat, That is a problem. I am unable to reproduce that issue on my side. When I set default zoom to 125%, on my PC, I get scroll bars to scroll. The problem is only with this one user. If you look at...
View ArticleRe: Inhertit from .NET assembly
I found this from the doc Runtime Errors: You can change the PBTrace key value from enabled to disabled to avoid having a PBtrace.log created at runtime HTHJacob
View ArticleRe: PB windows not drawn properly
Ashutosh, Unfortunately I am not able to repro the behavior either. Let me know if you do come up with a repro and I'll look into it for you here.Pat
View ArticleChange Font size in RichText Datawindow 1 column
Running PB 12.1 Classic.Whatever I do; font size does not want to change in a Richtext presentation style external datawindow size of column = string 20000000 bytesWhy = long story - converting unix...
View ArticleRe: Easerver 64bit
Hi Chris, Minor correction, EAServer support has been extended through July 2016 for Windows, Solaris and Linux platforms.Regards,John
View ArticleHow to open external document like pdf / tif inside the form
Hi,Please I am looking for an advice to keep employee related document like .pdf, .tif extension file to keep inside the window object.If the window is closed the document should also be closed. Also...
View ArticleRe: Easerver 64bit
Hi John; Thanks for the update. I had heard originally that the end date was January 1, 2015. Regards ... Chris
View ArticleRe: How to open external document like pdf / tif inside the form
Hi Polachan; 1) For the TIFF image you can use either the Picture Control, InkEdit or InkPicture controls. The same control support is also available in the DataWindow (if you have a newer PB version)....
View ArticleRe: Does PB 12.5 work with TFS 2013?
Hello, For information, we are using PB 12.5.2 with TFS 2013 and we did not encounterany issue. Anthony
View ArticleRe: Change Font size in RichText Datawindow 1 column
Hi Nathan, Appreciate your answer, the DataWindow Modify function as far as I know, all Numbers/integers must be specified using only SINGLE quote. Like src = " DataWindow.Print.Orientation='1' "...
View ArticleRe: PB windows not drawn properly
Hi Pat, Here is a thought. Is it possible that I am missing a dll? I deploy the following dlls along with my app:...
View ArticleRe: PipeLine crash
Hi Adrian. Are you deploying pbd's with your executable? The pipeline dataobject should be deployed in a pbd (or a pbl of course).Also you need to deploy the pbdpl125.dll with other runtime libraries...
View ArticleRe: PipeLine crash
Ok, I found the problem. It’s the Localized Spanish runtimes that are causing the problem. I’m using 12.5.1 Spanish Build 4953. If I use normal runtimes it works fine. Any ideas? Regards,Adrian
View ArticleRe: How to open external document like pdf / tif inside the form
Also Please I have one question. Sorry for hassling you again.If I am using InkEdit control for tif file, is it possible to email from as pdf file. Also is it possible to change the size of the image...
View ArticleRe: PipeLine crash
Hi Adrian; Latuberíano hablaespañol OK .. all kidding aside - it could be related to characters set support.BTW: Did you ....1) Use a TRY..CATCH around the PL code?2) Monitor the "RowsInError"...
View ArticleRe: How to open external document like pdf / tif inside the form
Hi Polachan; I do this in some of my PB & Appeon applications by utilizing the ImageMagicK product to convert the TIFF into a PDF. FYI: TIFF to PDF with compression - ImageMagick HTHRegards ......
View ArticleRe: PipeLine crash
Hi Chris, It seems it doesn't want to speak spanish... LOL!! I did a /DEBUG and it seems it is crashing on the PL's Start() method. So I guess is runtime dll related. Debug output: Executing object...
View ArticleRe: PB windows not drawn properly
Hi Ashutosh,If you are not using the PB runtime packager you could try using that instead of manually deploying the runtime files. A missing PB dll usually results in a crash. Sometimes a difference...
View Article