You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Case ( //-- If PDF, display page preview ListContains ( typesToShowRaw ; Filter ( fileType ; "abcdefghijklmnopqrstuvwxyz" ) ) ; FileViewRaw ( FILE::RECORD_ID ; FILE::FILE_PATH_FROM_BASE_EU ) ; FileView ( recID ; folder ; height ; width ; resolution ; style ; backgroundcolor ))/* —————————————————————————————— //NAME: FileViewConditional ( recID ; folder ; height ; width ; resolution ; style ; backgroundcolor ; fileType ; typesToShowRaw ) PURPOSE: Fetches file from SuperContainer for viewing in solution. Shows raw data view if file type is in specified list of types. This allows for centering of images (applet view) and browsing of PDF's (raw data view). This is a wrapper for the core function, adding extra validation for record selection, etc.EXAMPLES: HISTORY: Created: 2011-Apr-14 09h52 PST — Donovan A. Chandler*/