Guest Card layout functions
 
Function
Description
Custom or in VFP subset?
%LKUP(GUEST NUMBER)
Used with any item that collects guest information. The guest number is encoded in a barcode and can be used for three different functions:
1. It can be scanned in Sales to look up the guest. When this is done, the Summary tab for the guest is displayed.
2. It can be scanned after clicking on the Other button (rightmost) on a line item in a sale in order to attach the guest to that item.
3. It can be scanned at a Rentals TechStation to look up the form history for the guest.
 
Typical code that uses this function in a layout is the following:
B code128(2:4) 400 400 70 <|'LKUP('+alltrim(str(guests->guest_no,12,0))+')'|>
 
The % is programmed into the scanner. For more information, see the Salesware Rentals document.
Custom