"+Chr(13)+_ "Report"+Chr(13) Print ||+_ ||+_ |+_ etc Print|| Print |
Pippo o valore del campo x......
| ">
> |  
re... : Creazione documento WORD da WEB
maci
File word non ho mai provato, ma ho provato ad aprire un file excel e compilarlo, magari ti serve come spunto iniziale.
Questo il codice da inserire nell\'agente
Print |Content-Type:application/vnd.ms-excel|+Chr(13)+_
|Content-Disposition:Attachment; filename=Report.xls|

Print "<html><HEAD>"+Chr(13)+_
"<TITLE>Report</TITLE><style>.Intestazione{font-size:14px; font-family: arial,verdana,times,sans-serif; color:#990000;font-weight:Bold; }"+Chr(13)+_
".Testo{font-size:12px; font-family: arial,verdana,times,sans-serif; color=\'03488D\'; }"+Chr(13)+_
"</style></HEAD>"+Chr(13)


Print |<table border="1">|+_
|<tr><td width="120" VALIGN=TOP ALIGN=CENTER><FONT class=Intestazione>Pippo o valore del campo x</font></td>|+_
<td width="80" VALIGN=TOP ALIGN=CENTER><FONT class=Intestazione>......</font></td>|+_
etc
Print|</tr>|
Print |</TABLE>|





Creazione documento WORD da WEB - FabioVSD -
    re : Creazione documento WORD da WEB - michele -
        You are here re... : Creazione documento WORD da WEB - maci -
    re : Creazione documento WORD da WEB - FabioVSD -
        re... : Creazione documento WORD da WEB - Giuseppe -