Dialogs Component
Fnd_Dlg_SetProgress
Fnd_Dlg_SetProgress (to or from{; to})
Parameters
| Parameter | Type | Description |
|---|---|---|
| to or from | Longint | Starting number or ending number |
| to | Longint | Ending number (optional) |
Description
Call Fnd_Dlg_SetProgress routine to set the from and to numbers in a message window. If only one number is passed to the to or from parameter, the from is assumed to be 1. If to is greater than from, the progress indicator will go backwards (from right to left). This routine can be used in conjunction with the Fnd_Dlg_MessageOpen routine.
Extracted source text
Fnd_Dlg_SetProgress (to or from{; to})
Parameter Type Description
to or from Longint Starting number or ending number
to Longint Ending number (optional)
Call Fnd_Dlg_SetProgress routine to set the from and to numbers in a message window. If only one
number is passed to the to or from parameter, the from is assumed to be 1. If to is greater than from, the
progress indicator will go backwards (from right to left).
This routine can be used in conjunction with the Fnd_Dlg_MessageOpen routine.