Table of Content
HAL Forum
procedure FieldIsLocation (
String Location)
Description:
Index help
Parameters:
Location Name of the field
 RecordBegin(StockTakeVc,-,"");
  RecordField(SerNr,M4Long,0,0);
  SerialNoBlock(StockTakeSerBlock);              
  RecordField(Math,M4Matrix,0,0);
  RecordField(TransDate,M4Date,0,0);
  FieldIsTransDate(TransDate);
  RecordField(OKFlag,M4Mark,0,0);
  RecordField(Location,M4Code,10,0);
  FieldIsLocation(Location);
  RecordField(Comment,M4Str,60,0);
....
Related topics:
««