Table of Content
HAL Forum
procedure StrSetText (
list strcode,string strtext)
Description:
defines string constant in string set
Parameters:
strcode string code
strtext string text
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:
««