[vb-script] coment creer un document word

coment creer un document word [vb-script] - Programmation

Marsh Posté le 05-04-2001 à 11:10:00    

comment peut on creer un document word a partir d'un formulaire
en asp ?


---------------
Chasser sans bière c'est comme... pêcher sans bière.
Reply

Marsh Posté le 05-04-2001 à 11:10:00   

Reply

Marsh Posté le 06-04-2001 à 09:20:52    

:??:


---------------
Chasser sans bière c'est comme... pêcher sans bière.
Reply

Marsh Posté le 06-04-2001 à 10:01:53    

Ca doit ressembler à ça (il faut bien sur word sur le serveur) :
 
Dim toto
Set toto = Server.CreateObject("Word.Document" )
toto.Selection.TypeText Text:="blabla"
toto.Selection.TypeParagraph
toto.SaveAs FileName:="C:\TEMP\blabla.doc
Set toto = Nothing
 
Par contre je sais pas comment tu peut l'envoyer au client simplement.

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed