Skip to Content
0
Former Member
Nov 02, 2009 at 09:02 AM

can OfficeControl replace some words of ms-word content.

26 Views

can OfficeControl replace some words of ms-word content.

i develop with nwce 7.1.1(ehp1)

i want use it such like GP's template.

can OfficeControl do such like follow:

there's a file name "lettet.doc" on server.

the content follow:

=========================================

Dear X01

X02

BR

X03

=========================================

when user push the button "Open". it will copy a new one, replace X01,X02 and X03, then user can see the file, it will like:

=========================================

Dear Mr.Bill

thank for your order. ....

BR

user's name

=========================================

then, user can save or change it.

can it?

thank you.