drfb
Programmer
- Jul 5, 2002
- 23
Dear All,
I would like to create a winword page with some information included in a database. Searching on the web I find only few commands:
V = CreateOleObject("Word.Basic");
V.Exec(Procedure("AppShow"));
V.Exec(Procedure("FileNew") << "Normal");
V.Exec(Procedure("FontSize") << 24);
V.Exec(Procedure("FileSaveAs")<<Table1Nome->Value);
V.Exec(Procedure("AppClose"));
could somene help me ?
ciao,
francesco
I would like to create a winword page with some information included in a database. Searching on the web I find only few commands:
V = CreateOleObject("Word.Basic");
V.Exec(Procedure("AppShow"));
V.Exec(Procedure("FileNew") << "Normal");
V.Exec(Procedure("FontSize") << 24);
V.Exec(Procedure("FileSaveAs")<<Table1Nome->Value);
V.Exec(Procedure("AppClose"));
could somene help me ?
ciao,
francesco