Receive Fax

Function:

Receive fax into a tiff file.

Parameters:

FaxFile

A tiff file to be received.It can be:

1.A tiff file name specified directly.

2.Field or varible or combination or them. For exampe, [Name]{Time}.tif. [Name] mean a column in the table for telephone numbers. {Time} is the current system time. If the value of the [Name] column of the current record is Tom, current time is 2006-1-1:8:30, then the fax file will be Tom20060101_0830.tif

The fax file created will be in format TIFF Group III or TIFF Group IV format. If fax is received in ECM(Error Correct Mode), then the file will be in TIFF Group IV format. ECM mode is more reliable, but not necessary with good telephone line quality. In fact, some modems do not support ECM mode at all.

Son Phases

OnDone

When the fax successfully received,the flow enter the OnDone phase.

OnError

When a error occured during the phase,the flow enter the OnError phase.