|
FUNCTION LOCAL AdditionalFilter() |
|
FUNCTION LOCAL BT_Add() |
|
FUNCTION LOCAL BT_ColumnSort() |
Button press logic for the Column Sort button on the dSelect dialog
|
| Returns |
[boolean] True for success |
|
|
FUNCTION LOCAL BT_Ok() |
|
FUNCTION LOCAL BT_Recalc() |
Button press logic for the Recalculate Total Selected Amount button on the dSelect dialog
|
| Returns |
[boolean] True for success |
|
|
FUNCTION LOCAL BT_Select() |
|
FUNCTION LOCAL BT_SelectInv() |
|
FUNCTION LOCAL BT_Unselect() |
|
FUNCTION LOCAL ChangeCB_ShowZero() |
|
FUNCTION LOCAL ChangeLB_Invoice() |
|
FUNCTION LOCAL PostLoaddSelect() |
|
FUNCTION LOCAL Recalc(showProgress) |
Recalculates total selected amount
|
| Parameter | Description |
| showProgress |
[input, numeric] non-zero to show progress bar |
|
| Returns |
[boolean] True for success |
|
|
FUNCTION LOCAL PERFORM SelectWindowLoadInvoices() |
|
FUNCTION LOCAL SortListBox(listboxCtl, columnSort$) |
Method SortListBox will apply the user selected column sorts to the list box
|
| Parameter | Description |
| listboxCtl |
[input, numeric] control value of list box |
| columnSort$ |
[input, string] list of column sort selections |
|
| Returns |
[boolean] True for success, False for failure |
|