by Rochinha » Thu Jan 12, 2006 11:08 pm
Friend,
You can try use the API interface in 32BitFAX. Is a text file based API and easy to use.
You create a DELIMITED text file and save in 32BitFAX directory:
Format:
"Y","Name","Phone","date to delivery","time to delivery","subject"
Example:
"Y","Rochinha","55-11-3903-4461","03-15-2006","10:30:00am","Rochinha is a nice guy"
The 4 e 5 parameters is not necessary.
Generate the file named Send2Fax.del with all recs number you decide and save in a ?:\32BitFax directory.
Code Example:
set printer to Send2Fax.prn
...
your code here
....
set printer to
__CopyFile( "Send2Fax.prn", "C:\32BitFax\Send2Fax.prn" )
__RenameFile( "Send2Fax.prn", "C:\32BitFax\Send2Fax.del" )