Table of Content
HAL Forum
procedure Export (
string NameStr,string WinCode,string ExpProc,stirng ModCode)
Description:
Declaring an export in interface
Parameters:
NameStr Name of export in interface
WinCode Internal window code for export's specify window
ExpProc Procedure name wich is called to do the export
ModCode Module wich will contain the export
event startup
begin

  SetLangMode(LangEnglish,"ENG",0);
  Export("Banking File",MPEClass,MPEn,modNL);
  return;
end;
Related topics:
««