1
Suggestions and Requests / Re: RTF Capable Notes Fields.
« on: September 29, 2005, 04:49:09 pm »
The meta-tags are interesting option but I see it adding a level of complexity to reading the notes fields within the application and also requires a custom processor to format the text. :-/
As for dealing with RTF text within Automation, there is a couple of solutions:
1. EA provides a both a rtf and plain text interface to the notes.
or
2. Use RTF objects within your code to interpret the rtf notes and manipulate as you wish.
Cheers.
As for dealing with RTF text within Automation, there is a couple of solutions:
1. EA provides a both a rtf and plain text interface to the notes.
or
2. Use RTF objects within your code to interpret the rtf notes and manipulate as you wish.
Cheers.