I have one vi where I save a .rtf file to a database like so:
Later, I get the file from the database and save it as an .rtf before I open it with another vi (rtf viewer.vi):
However, Although rtf viewer.vi will work with files that are not uploaded to the database, it cannot read these files. Opening a file in Notepad++ gets me the following:
Ā萀ĀĀ ᄠĀ �{\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Calibri;}
{\f1\froman\fprq2\fcharset2 Symbol;}} \viewkind4\uc1\pard\sa160\sl252\slmult1\b\f0\fs22
Known Issues:\par \pard\fi-360\li720\sa160\sl252\slmult1\b0\f1\'b7\tab\f0 VI Displays no error
when "Print." is Selected with no printer attached\par \f1\'b7\tab\f0 Arduino driver does not
currently initialize with startup\par \pard\sa160\sl252\slmult1\b Improvement Points:\par \pard\fi-
360\li720\sa160\sl252\slmult1\b0\f1\'b7\tab\f0 Time numeric constants are listed in numeric format time
format\par \f1\'b7\tab\f0 Does not support test steps longer than 50 days\b\par
\pard\sa160\sl252\slmult1
Change Log:\par \pard\fi-360\li720\sa160\sl252\slmult1\b0\f1\'b7\tab\f0
[Date] Fixed Issue with Results Display - JLS\par \f1\'b7\tab\f0 [Date] Added Arduino Control -
JLS\par }
I can see that the data appears to be there in the file. I'm not sure what I need to do though to get the data back into RTF format.