I inherited an application which automatically sends out faxes. There are a couple of issues I have discovered and am hoping someone can help me....
1.) The Retries command for the FaxServer object doesn't appear to work and doesn't appear to be valid. After declaring the FaxServer object the application connects and so forth and sends faxes. However, when I am editing the program I type the object name with retries(lowercase r) the r stays lowercase. When I type the object name with retrydelay it switches it to RetryDelay. When I check the value of retries it's not the value I tried to make it.
2.) The app. runs on a timer and makes a Connection each time but how do I tell if the Fax Modems are on or off? Sometimes the modems go off and crash the application. If I need an error handler what specifically do I look for?
Thanks much....
1.) The Retries command for the FaxServer object doesn't appear to work and doesn't appear to be valid. After declaring the FaxServer object the application connects and so forth and sends faxes. However, when I am editing the program I type the object name with retries(lowercase r) the r stays lowercase. When I type the object name with retrydelay it switches it to RetryDelay. When I check the value of retries it's not the value I tried to make it.
2.) The app. runs on a timer and makes a Connection each time but how do I tell if the Fax Modems are on or off? Sometimes the modems go off and crash the application. If I need an error handler what specifically do I look for?
Thanks much....