Here are the common problems with FRX2RTF Demo I've been informed of so far:
- Cannot find an output RTF file anywhere on the disk.
	Make sure, full path name of your output file is less than 30 characters long.
FoxPro has some problems with long macro substitution in case of:
	REPORT FORM TO FILE &fileout

- Windows File Error [TTY.DRV not found] during the execution.
	You have to install Generic/Text Only Printer Driver on your PC.

- Different types of errors when trying to open file in MS Word, for example:
	[Word cannot open the document ACT_INFO.RTF] or [Invalid style name]
	Do this:
	1) Go to Windows Contol Panel
	2) Click on Printers Icon
	3) Select Generic/Text Only 
	4) Click Setup
	5) Turn On Options "Wide Carriage" and "No Page Break"
	6) Save
	7) RERUN THE APP!!! (dont try just open the file in Word - that won't work!)

Please let me know if you experienced any other problems.
Thanks for your interest in FRX2RTF.