|
FUNCTION CopyFrom(value$, constant$, detail$, cost$, qty$) |
Logic to execute when copying data
|
| Parameter | Description |
| value$ |
[input, string] copy from estimate number |
| constant$ |
[input, string] Flag for copying constant data |
| detail$ |
[input, string] Flag for copying estimate detail information |
| cost$ |
[input, string] Flag for copying estimate cost information |
| qty$ |
[input, string] Flag for copying estimate qty information |
|
| Returns |
[boolean] True if successful, false if failure |
|
|
FUNCTION Delete(key$) |
Deletes current record
|
| Parameter | Description |
| key$ |
[input, string] key value of record to delete |
|
| Returns |
[numeric] 1 = success, 0 = failure, -1 = warning |
|
|
FUNCTION ValidateCopyFrom(value$) |
Validates Copy From field
|
| Parameter | Description |
| value$ |
[input,string] value being validated |
|
| Returns |
[boolean] True if successful, false if value fails validation |
|