Table of Content
HAL Forum
procedure StopAlert (
string MsgStr)
Description:
Displays a message on the screen. If called in routine procedures (reports, exports, etc.) message will be written to hansa.log. Nothing will be displayed If string is blank.
Parameters:
MsgStr Message string
global 
procedure INSpecsm()
begin
  StopAlert("Hello, World!");
return;
end;
Related topics:
««