dialog_button
Adds action buttons to list_view3 dialogs.
Available in:
Apps (win) |
Apps (char) |
Reportwriter |
RPC |
Standalone PL |
X |
  |
  |
  |
  |
Syntax
int dialog_button([index[,code[,text]]])
int index
int code
string text
Description
Manages the additional action buttons in list_view3 dialogs. You must specify
opt_buttons in the list_view3 option parameter.
index | specifies which button to manage, 0-3.
|
code | specifies the value to be returned when
the button is pressed.
|
text | specifies the text for the button.
|