Table of Content
HAL Forum
procedure WebOutText (
record NameVc Namer,boolean TransToHTML,string param)
Description:
output for big text field from the record to web
Parameters:
Namer the database record with big text field
TransToHTML true - to translate text to html
param link string
global
procedure WebOutNoteText(record NoteVc Noter,Integer htmltrans,string param)
begin
  WebOutText(Noter,htmltrans,param);
  return;
end;
Related topics:
««