At 08:33 PM 5/25/2009, Bernard Lis wrote:
Is there a way to launch a pdf and go to a particular page immediately.
Using R:BASE 7.6, Turbo V-8, or R:BASE eXtreme 9.0, if implemented correctly, use the "PROPERTY PDFViewer PAGENUMBER vPageNum" command to achieve your goal. Supported PROPERTY commands for "PDF Viewer" control: Syntax: PROPERTY <PDFViewerCompID> property value Examples: . PROPERTY PDFViewer GOTOFIRSTPAGE TRUE . PROPERTY PDFViewer GOTOPREVPAGE TRUE . PROPERTY PDFViewer GOTONEXTPAGE TRUE . PROPERTY PDFViewer GOTOLASTPAGE TRUE . PROPERTY PDFViewer PAGENUMBER vPageNum A sample application is also available to demonstrate the use of PDF Viewer control and more ... 2009 SAT Sample Applications: http://www.rupdates.com/sat2009 Folder: \UsingPDFViewerControlProperties Database: PDFViewer Form: PDFViewerControl Command File: UsingPDFViewerControlProperties.RMD Very Best R:egards, Razzak.

