Ignore:
Timestamp:
Jan 4, 2010, 8:02:21 AM (14 years ago)
Author:
Kevin Toppenberg
Message:

Added HTML templating

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/tmg-cprs/CPRS-Chart/uReminders.pas

    r541 r654  
    45794579  txt: string;
    45804580  FldData: TORStringList;
    4581 
    4582 begin
     4581  HTMLMode : boolean; //kt added 12/28/09
     4582
     4583begin
     4584  HTMLMode := false; //kt added 12/28/09  NOTE: Later can figure out if/when appropriate to set this to true, and how to toggle.
    45834585  if (not (FReminder is TReminder)) then
    45844586    ScootOver := 4;
     
    45964598          //values from the visual control in the dialog window.
    45974599          if FReminder = CurrentReminderInDialog then
    4598              txt := ResolveTemplateFields(txt, TRUE)
     4600             //kt txt := ResolveTemplateFields(txt, TRUE)
     4601             txt := ResolveTemplateFields(txt, TRUE, FALSE, FALSE, HTMLMode, '', '')  //kt 12/28/09
    45994602          else
    46004603          //If this is not the CurrentReminderInDialog (i.e.: Next or Back button
Note: See TracChangeset for help on using the changeset viewer.