Appendix B : Function List
Function syntax
Description
Screen Function
PrintText(x,y,font,text)
Prints text on HHR's LCD
PrintField(x,y,font,col_name)
Prints consistence of field on HHR's LCD
PrintExp(x,y,font,expression)
Prints an expression on HHR's LCD
PrintAnimalMark(x,y,font,col_name)
Prints 1
st
digit from Transponder number on LCD
PrintRetagging(x,y,font,col_name)
Prints 2
nd
digit from Transponder number on LCD
PrintUserInfo(x,y,font,col_name)
Prints 3-4 digits from Transponder number on LCD
PrintReserved(x,y,font,col_name)
Prints 5-6 digits from Transponder number on LCD
PrintAddInfo(x,y,font,col_name)
Prints 7
th
digit from Transponder number on LCD
PrintCountryNumber(x,y,font,col_name) Prints 8-11 digits from Transponder number on LCD
PrintAnimalNo(x,y,font,col_name)
Prints 12-23 digits from Transponder number on LCD
PrintCountryCode(x,y,font,col_name)
Prints country code on HHR's LCD
PrintCountryName(x,y,font,col_name)
Prints country name on HHR's LCD
PrintGlobal(x,y,font,global_no)
Prints global on HHR's LCD
DrawLine(x1,y1,w,h)
Draws a line
DrawRec(x1,y1,w,h)
Draws a rectangle
EditMaskedField(x,y,font,col_name)
EditReadField(x,y,font,col_name)
EditChoiceField(x,y,font,col_name)
EditChoiceFast(x,y,font,col_name)
EditGlobalField(x,y,font,col_name)
EditDataField(x,y,font,col_name)
EditTimeField(x,y,font,col_name)
Each of this function enables to edit a value in
pointed column at current record; during creating
Application Program you must remember to match
function with column type.
EditGlobal((x,y,font,gl_no,gl_mask)
Edit Global according to given mask
EditCounter(x,y,font,gl_no,count_no)
Edit value of counter.
EditSeekField(x,y,font,col_name)
Find value entered from keyboard, move to its record.
IconDelete(x,y,db_ident,oper_el)
Place icon deleting a record
IconDeleteRel(x,y,db_ident,oper_el)
Place icon deleting a record, and records related to it.
IconFindCol(x,y,col_name,oper_el)
Place icon 'finding a record in table'
EditCounter(x,y,font,counter_no)
Set the maximum value for counter
SetDate(x,y,font)
Set Date
SetTime(x,y,font)
Set Time
SetPin(x,y,font)
Set Pin
SetBTName(x,y,font)
Set device name in Blue Tooth
SetBTOnOff(x,y,font)
Turn Off/On Blue Tooth
D01B2.4 HHR 3000 PRO Manual
52/75