📚 SAP Business One SDK Help

ClickPicker Method
See Also 
rowIndex
The row index

Description

Simulates a user click (main mouse button) on an icon to open a picker, setting the focus on the item and opening the picker form.

Syntax

Visual Basic
Public Sub ClickPicker( _
   ByVal rowIndex As Long _
) 

Parameters

rowIndex
The row index

Remarks

If the item does not have a picker, an exception is thrown.

See Also