Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Faxing solution for VFP
Message
 
To
12/12/2001 10:18:16
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00592326
Message ID:
00593652
Views:
20
Here's an excerpt of the relevant stuff from one of the projects I use ZetaFax for:
TEXT
%%[MESSAGE]
Attach: <<lcAttachments>>
Format: ASCII
From: <<thisform.oParameters.cSender>>
Preview: NO<<iif(!empty(thisform.txtSendTime.Value), CR + "After: " + lcSendTime, "")>>
Priority:  <<iif(thisform.nCallType = FAX_MAIL, "BACKGROUND", "NORMAL")>>
Hold: NO<<iif(!thisform.chkCoverSheet.Value and thisform.chkCoverSheet.visible, CR + "Coversheet:" + CR + "Letterhead:", "")>>
Quality: <<iif(thisform.chkDraft.Value, "DRAFT", iif(left(thisform.oParameters.cFaxNumber,1) # "0","HIGH","DRAFT"))>>
Comment: <<lcComment>>
User: <<thisform.oParameters.cFaxUserName>>
Format: EPSON
To: <<thisform.oParameters.cRecipient>>
Fax: <<thisform.oParameters.cFaxNumber>>
Organisation: <<iif(left(thisform.oParameters.cOrganisation, 2) == '##', '',thisform.oParameters.cOrganisation)>>

%%[TEXT]
		ENDTEXT

		if thisform.nCallType = FAX_SEND or thisform.chkCoverSheet.Value
			TEXT
%%[BOLD:ON]


















			To: 		%%[NAME]


			Company:	%%[ORGANISATION]


			From:		%%[FROM]


			Date:		%%[DATE]






<<iif(LEN(alltrim(thisform.oParameters.cCoverSheetComments)) < 4, '',"MESSAGE:")>>		
%%[BOLD:OFF]		

<<alltrim(thisform.oParameters.cCoverSheetComments)>>

			
			ENDTEXT
>Do you have an example of using their api to fax a VFP report?
>
>Thanks,
>
>Jerryt
>
>
>>http://www.equisys.com/
>>
>>It's a very different product from WinFax - It's a server that sits somewhere on the network and has requests for faxing sent to it. It can even rasterise documents on the server (rather than having to do it on the client.
>>
>>I've found it to be extremely reliable, but I've not used WinFax extensively so I find it hard to make a meaningful comparison.
>>
>>Cheers,
>>
>>Andrew


If we were to introduce Visual FoxBase+, would we be able to work from the dotNet Prompt?


From Top 22 Developer Responses to defects in Software
2. "It’s not a bug, it’s a feature."
1. "I thought I fixed that."


All my FoxTalk and other articles are available on my web site.


Unless specifically identified otherwise, anthing posted here is purely my opinion and may or may not reflect the policies or practices of Microsoft.
Previous
Reply
Map
View

Click here to load this message in the networking platform