|
-
Jan 22nd, 2002, 11:35 AM
#1
Thread Starter
New Member
-
Jan 22nd, 2002, 12:15 PM
#2
I have no idea how you would sent it automatically. My question would be, how do you send it manually? Once this question was answered, automating the manual process shouldn't be difficult (he said with a wary smile).
As far as pulling invoice data, it would seem as simple as an SQL query based on date, and whatever else you require to build an invoice, that creates a recordset, and then feed the recordset into your fax process. Each day that goes day that goes by tickes off another day on the calendar, so you could have something in your Form_Load that scans the Db each time it is open for all stuff that fit within a time parameter.
-
Jan 22nd, 2002, 01:48 PM
#3
Thread Starter
New Member
Well the way we send a fax is like this:
We pull out an invoice from the database. Then we go to Print and we choose the printer that we want. But in this case we choose the RightFax. Once we chose that option, there is a window that pops up where we put the name of the person and the fax number to where we will send the invoice (we can also attach different files if we want to). The client's fax number is also in the invoice (which is pulled from the Database).
I want this process to be automatic. Without any human intervention.
I spoke to many representative from the RightFax Company and they haven't had the clue on how to do it (beleive it or not).
So I need your help instead.
I would greatly appreciate it.
-
Jan 22nd, 2002, 01:55 PM
#4
Then we go to Print and we choose the printer that we want. But in this case we choose the RightFax.
This is easy to programmatically select (although the code for is a mile and a half long.)
there is a window that pops up where we put the name of the person and the fax number to where we will send the invoice
What generates this window? Is it the RightFax software?
-
Jan 22nd, 2002, 02:22 PM
#5
Thread Starter
New Member
Hi Again!
First, I want to thank you for your time, and I hope that this problem or question will be solved . Yes it is the RightFax that makes this particular window pop up.
-
Jan 22nd, 2002, 02:32 PM
#6
Ok, so its a RightFax Window. After you type in your stuff, what happens. Do you click an OK button?
-
Jan 22nd, 2002, 03:05 PM
#7
Thread Starter
New Member
Once I entered all the necessary information, I click on "Send". The RightFax reads the documents and then sends it. In some cases the RightFax is converting the document in a way so it can read it (usually happends when you want to send pictures, graphs, or any other image).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|