10-12-2009 10:08 AM
hii
I am using client server model for my application. How can I send generated report to the client. How does TCP communication supports it.
Please let me know
Thanks
Prashh
10-12-2009 10:30 AM
Hi Prashh,
if you have your report as a file, then you can load it and send it over tcp/ip. Another solution would be to send the content of the report over tcp/ip and to create the report at the client.
Mike
10-12-2009 01:49 PM
Hello Mike
How can we send the file over TCP/IP
10-12-2009 04:40 PM