 , --, 08.11.2007
  VFP 9.0  RTF.
 1.0

 :
	     - 
,  MS Office.  RTF 
 ,     ,
    .
     (Shape)  .

 .
    :
	outfile    -   
	marginleft -     
	mergintop  -     
	version    -   ()
     ,  
     .

 :
Set ClassLib to classlib Additive
ooo = CreateObject('report2rtf','out_file.rtf')
Report Form MyReport object ooo
release ooo


Set ClassLib to classlib Additive
ooo = CreateObject('report2rtf')
ooo.marginleft = 10
ooo.margintop  = 30
ooo.outfile = 'report1.rtf'
Report Form Report1 object ooo
ooo.outfile = 'report2.rtf'
Report Form Report2 object ooo
release ooo

  .

1. 
    ReportListener,  RL.
      RENDER
        .

       
       
  report form ... object ... .

2.   ( LoadReport).
2.1.     
     CommandClauses.FILE    .
2.2.    .
2.3.      RTF,  
         .  
       .
2.4.     RTF.  
        .
2.5.       RTF
          , ..  RENDER
      RL     .
          , 
     ,   ( ),  
     ( ),   ( ).
           .
2.6.   :   ( ANSI),
       ,   ,
     ,     .
:
      .

3.    RENDER.
3.1.        ,
          .
3.2.      - ,  
     ,      
         .

4.  .
4.1.  RTF     '}'.
