Can someone let me know how to do this for VFP, specifically how do I set the path where the incoming faxes will be saved.
My program initialization looks like this... but don't know where the ReceivePath property is located.
application
.AutoYield = (.F.)FOR I = 0 TO thisform.ofaxman.devicecount-1
thisform.ofaxman.DeviceRecv(I) = .T.thisform.ofaxman.serverOption = 'AutoReceive'
thisform.ofaxman.ServerOptionSetting = "On"
ENDFOR