At 03:07 PM 6/5/2009, Tom Frederick wrote:
Is there a way to select PDF files into the PDF viewer (and in particular the PDF Viewer Control Form) by variable names?
Tom, Use the "PROPERTY <PDFVComponentID> FILENAME varname" command to achieve your goal. -- Example: PROPERTY PDFViewer FILENAME .vFileName The variable name should include the path and filename as one concatenated text string. For a sample application with all details and un-documented PDF Viewer PROPERTY and GETPROPERTY commands, take a look at the 2009 SAT Sample Applications. 2009 SAT Sample Applications: http://www.rupdates.com/sat2009 Folder: \UsingPDFViewerControlProperties Database: PDFViewr Sample Form: PDFViewerControl Command File: UsingPDFViewerControlProperties.RMD Have fun! Very Best R:egards, Razzak.

