| This is the table structure used for received faxes. You have complete programmatic access to this data and can use it as required. |
AFEInbox FILE,DRIVER('TOPSPEED'),RECLAIM,PRE(AFEInbox)
SysID_Key KEY(AFEInbox:SysID),OPT,PRIMARY
BrowseAll_Key KEY(-AFEInbox:RcvDate,-AFEInbox:RcvTime),DUP,OPT
RoutedAll_Key KEY(AFEInbox:RoutingData,-AFEInbox:RcvDate,-AFEInbox:RcvTime),DUP,OPT
RoutedNew_Key KEY(AFEInbox:RoutingData,AFEInbox:Viewed,-AFEInbox:RcvDate,-AFEInbox:RcvTime),DUP,OPT
DynIndex1 INDEX,NOCASE,OPT
DynIndex2 INDEX,OPT
Notes MEMO(4000)
Record RECORD,PRE()
SysID ULONG Unique ID assigned by AFE
RcvDate DATE Date received
RcvTime TIME Time received
Viewed BYTE T/F, viewed by fax viewer provided with AFE
RcvServerID LONG ID assigned to AFE server during installation
RcvPort BYTE COMM port number of receiving fax modem
RcvSpeed LONG Speed of conversation
RcvDuration LONG Count of seconds during conversation
LowResolution BYTE T/F, fax was sent in low resolution
Pages SHORT Count of pages in fax job
HangUpCode SHORT Code returned by fax modem at end of conversation
AFE_dwID ULONG FaxMan ID
AFE_fs USHORT FaxMan fax status code
AFE_fe USHORT FaxMan error code
RoutingData CSTRING(41)
Description CSTRING(81) Defaults to received Sender ID
SenderID CSTRING(22) Text displayed on top of a fax indicating sender
FaxFilename CSTRING(31) Filename of received fax image file (path already known)
DeleteSafety BYTE T/F, do not allow deletion when using AFE fax viewer
DeveloperUse_C1 CSTRING(256)
DeveloperUse_C2 CSTRING(256)
DeveloperUse_L1 LONG
DeveloperUse_L2 LONG
FutureUse_C1 CSTRING(256)
FutureUse_C2 CSTRING(256)
FutureUse_B1 BYTE
FutureUse_B2 BYTE
FutureUse_L1 LONG
FutureUse_L2 LONG
END
END |