Good morning
I need to generate a pdf of the contents of the richtexteditcontrol control.
These may be the possibilities.
I saw that it does not have the saveas feature in pdf mode.
I need to generate a pdf of the contents of the richtexteditcontrol control.
These may be the possibilities.
I saw that it does not have the saveas feature in pdf mode.
Thank you early for the answer.
Nice solution, but how can i convert: rte1.InputFieldInsert ( ColumnName ) ?
dw_1.InputFieldInsert ( ColumnName ) is not supported.
In particolar:
1. I create my external richtext dw with my fields,
2. i set my document ( rtn = dw_1.InsertDocument(PathName, TRUE,FileTypeRichText!) )
after that the inputfield go away.
=)