getordernumber Method
Object:
frmorderentry
Source Code
*-- Returns the current order number
RETURN
RIGHT
(
thisform
.
txtOrder_Number
.
Value
,
6
)