SetQuickLook(FileboxName As String, QuicklookName As String)

 

Get first selected file from the filebox FileboxName, load it to temp folder and

show its preview on the quicklook control QuicklookName.

 

 

 

Parameters:

 

Name

Type

Description

FileboxName

String

ScreenFieldName of the filebox control.

Ctrl+Click onto a control to retrieve its fieldName

(= ScreenFieldName)

QuicklookName

String

ScreenFieldName of the quicklook control.

Ctrl+Click onto a control to retrieve its fieldName

(= ScreenFieldName)

 

Available in:

 

WindowMain

WindowLink

YES

YES

 

Used in:

 

XojoScript Name

GUID

Preview file from filebox

357C53EC-BFF8-411E-BCD4-B009E61C224D

Show files of seminar registration

A8739B3D-7F70-4B6A-8683-DA4E8A0EAAB9

Show quicklook files on events

AD37B1B2-D436-4E70-B107-AE64DA942414

 

Hint: You can find references to XojoScripts which make use of this function by sending the following SQL statement to the database:

Select id,GUID, ScriptName,ScriptCode from im_scripts where ScriptCode Like '%SetQuickLook%'

 

Example XojoScript:

 

SetQuicklook("imFB_inf_Files","imQL_inf_Preview")