Wrox Home  
Search P2P Archive for: Go

  Return to Index  

ado_dotnet thread: Printing


Message #1 by "Gopakumar" <gopakumar@c...> on Mon, 17 Mar 2003 16:39:58 +0530
Hi,
    While clicking on a button in a webform (asp.net), I need to run an SQL query and pass the results of the query directly to the
Printer. How is this possible ?. It should not create any text files or documents.

Please help.

Thanks in advance,
GK

Message #2 by Christian Wenz <christian@w...> on Tue, 18 Mar 2003 01:12:34 +0100
Hi,


>     While clicking on a button in a webform (asp.net), I need to run an SQL query and pass the results of the query directly to
the Printer. How is this possible ?. It should not create any text files or documents.

for obvious security reasons, no website can direcly access the user's printer. The best you can get is to use client-side
JavaScript - window.print() opens the browser's print dialog.

Regards
Christian


Message #3 by "Modesto Radilla Chavez" <linux_mode@h...> on Mon, 17 Mar 2003 18:26:23 -0600
Hello!
 
I would like connecting with SAP R/3 from  C# or VC++,  somebody can help me.
 
ThanksCharla con tus amigos en línea mediante MSN Messenger:  Haz clic aquí  

  Return to Index