Comments
Sort by recent activity
Hi,
Computer with my software usually works off-line, but from time to time it is connected to network.
Is there any solution that I can achive something like this:
1. Save the reports using the SDK (using reportExceptionEventArgs.SaveEncryptedReport(fileName))
2. When computer goes on-line - application sends all the reports using webservice, so I don't need e-mails and this command line tool.
Can I use webservice directly? Is there any documentation for its methods? / comments
Hi,
Computer with my software usually works off-line, but from time to time it is connected to network.
Is there any solution that I can achive something like this:
1. Save the reports using the SD...