Create a 'HtmlShowFunction' type Application Shortcut to show some HTML generated from a built-in function.

Syntax

ISfinSupport.CreateApplicationShortcutHtmlShowFunction(function, [forceBuiltIn], [title], [parameters], [modal], [width], [height], [formKey], [popup], [popupStyle], [icon])

Parameters

NameTypeOptionalByRefDescription
function String
forceBuiltIn Boolean Optional Indicates whether to run the built-in function even if Global Settings (or another mechanism) is configured with an overriding Script. If omitted, a value of False is assumed.
title String Optional The Title for the HTML viewer form.
parameters ISKeyValueList Optional Any additional Parameters to send with the Form Action. If omitted, a value of Nothing is assumed.
modal Boolean Optional Indicates whether the HTML viewer form should be displayed as a modal form. If omitted, a value of False is assumed.
width Integer Optional The Width in pixels or zero for the default Width. If omitted, a value of 0 is assumed.
height Integer Optional The Height in pixels or zero for the default Height. If omitted, a value of 0 is assumed.
formKey String Optional If specified, a Form Key will cause the HTML viewer form to preserve the size and position as the User changes them.
popup Boolean Optional Indicates whether the HTML should be displayed in a special 'Popup' form that will be closed immediately it loses focus. If omitted, a value of False is assumed.
popupStyle String Optional The Popup Style. One of: "Note".
icon String Optional The icon to use in the form header for the HTML form displayed.

Return Value

ISApplicationShortcut

An ISApplicationShortcut object.

Member of:
ISfinSupport
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0