BL-Printer und V028 =================== Leider bin ich bei der Version 2.7b geblieben und kann die Probleme mit Vo2.8 daher nicht nachvollziehen oder beheben. Eusebio hat sich dieser Probleme jedoch angenommen und eine Loesung gefunden. Hier ist ein Auszug aus dem Schriftverkehr mit ihm und die zugehoerige AEF BL_PRINTER_Vo28: Zitat: ---------------------------------------------------------------------------------------------------------------------- Sent: Tuesday, February 26, 2008 10:55 PM Subject: Re: BL_PRINTER and Vo28 Hello Bernhard and Massimo I have solved the problem. It was in the CcPreview:Dispatch(). It seems like in CaVo28, the instantiation of a ScroollEvent don't fill the ScroollEvent:Position property. CaVo27b does it. I send to you the new version of the library Regards Sent: Monday, February 18, 2008 8:27 PM Subject: BL_PRINTER and Vo28 Now (with Vo28) I try to use this library with Vo28 SP1 but I have problems. When I am previewing the report, I can't scroll the window. It is the option "Preview like acrobat". I have done these changes in BL_PRINTER in order to compile with Vo28 SP1 In DtaPreview:MenuInit(), changed oPrinterMenu := oE:Menu for oPrinterMenu := oMenuInitEvent:Menu In CcPreview:CalculateSize(), changed fZoom := 96/2540 * self:fZoomPercent / 100 for fZoom := FLOAT(96) / FLOAT(2540) * self:fZoomPercent / 100 It seems all works well except to scroll the report. I have left a post in http://groups.google.com/group/comp.lang.clipper.visual-objects, the day 16-Feb-2008 but I don't get any satisfactory response. Thanks in advance Eusebi --------------------------------------------------------------------------------------------------------------------------------- Viel Erfolg und Dank an Eusebio Bernhard