Good morning

 

A while back I posted a message on the list regarding printing a report to a
field in a form. Bill D  gave me the solution 

 

PRINT BID2FBTXT WHERE BIDNUM = .VBIDNUM +

OPTION ETXT +

|SHOW_CANCEL_DIALOG ON+

|FILENAME .VCT5

|OPEN ON

 

set var vmn text

 

SET VAR vFileName TEXT = .vct5

SET VAR vCommand = ('SET VAR vFileContents VARCHAR = [''' + .vfilename +
''']')

&vCommand

update CUSTEXT set CUSTMEMO = .vFileContents where memonum = .vmemonum

PROPERTY TABLE custext 'REFRESH'

 

This works except  I have a report that has a richtext field  when I print
it to the file the rtf portion of the report does not print .

 

Mike

Reply via email to