Using Smart-Type on RTF Fields

Top  Previous  Next

Smart-Type can be used on RTF Fields.

 

Some things to note:

 

 

1.  The RTF field must use the standard ABC RTFControl temlate.

 

The template will loop through all the templates in the procedure and automatically find the RTFControl template that is associated with the Smart-Type enabled control
Hand Coders will need to manually assign this  (eg: MySmartType.SmartTypeRTF &= RTFControl5)

 

clip0007

 

 

2. The RTF Field must have a "Use Variable" that is a String or Cstring

 

clip0008