Add a Row that contains two cells, a Caption and a Simple Wiki Text value that consists of a record's Code (bold) and Description (normal) where the code includes a FormShow type Application Shortcut.

Syntax

ISSummaryTableRows.AddCaptionCodeDescriptionWithFormShow(caption, recordPk, recordCodeDescription, form, [textCellClass], [tooltip], [tooltipClass], [rowClass], [otherParameters])

Parameters

NameTypeOptionalByRefDescription
caption String The Caption.
recordPk Integer The record's primary key.
recordCodeDescription I_ISRecordCodeDescription An object supporting the I_ISRecordCodeDescription interface.
form String
textCellClass iseSummaryTableCellClass Optional The CellClass for the Text value cell. If omitted, a 'Normal' class will be assumed. If omitted, a value of iseSummaryTableCellClass.None is assumed.
tooltip String Optional
tooltipClass iseSummaryTableTooltipClass Optional If omitted, a value of iseSummaryTableTooltipClass.PopupNote is assumed.
rowClass iseSummaryTableRowClass Optional If omitted, a value of iseSummaryTableRowClass.None is assumed.
otherParameters ISKeyValueList Optional Any other parameters to append to the Application Shortcut. If omitted, a value of Nothing is assumed.

Return Value

ISSummaryTableRow

A new ISSummaryTableRow object.

Member of:
ISSummaryTableRows
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0