Table of Content
HAL Forum
procedure StrSetBegin (
Integer setcode)
Description:
starts string set description in startup event. Existing set couldn't be overwritten in hal-customisation
Parameters:
setcode code of string set
event startup
begin

  SetLangMode(LangEnglish,"ENG",0); 
 
  StrSetBegin(86);
  StrSetText(Orders,"Order Entry");
  StrSetText(Invoices,"Invoice Entry");
  StrSetText(Quotes,"Quotation Entry");
  StrSetText(Mail,"Mail and Conferences");
  EndStrSet;

  return;
end;
Related topics:
««