axlWriteDatasheetForm
axlWriteDatasheetForm(x_axlSessiont_historyEntry) => t / nil
Description
Causes a form to appear so that you can specify various options for generating a datasheet.
Arguments
Value Returned
Examples
Opens the form that lets you specify the options for generating a datasheet.
axlGetWindowSession()
=> "session0"
axlWriteDatasheetForm("session0" axlGetHistoryEntry(1001 "Interactive.190"))
=> t
Return to top