... más que el usuario se desloguee, seguirá ejecutándose. Como muestra de una aplicación que se ejecuta como proceso de servicio se encuentra Symatec WinFax. El programa este recibe siempre los faxes entrantes, por más que el usuario se encuentre deslogueado. Hay dos ventajas principales de correr ...
Al hilo de este tema, tengo una aplicacion para la que tengo que incorporar el envio de fax. En su dia hice pruebas con WinFax, y funciona perfectamente, el tema es que este producto creo se ha descontinuado, o bien a cambiado de fabricante/nombre. Con winfax, la verdad es que es bastante ...
Gracias Rochinha por contestar, con respecto al primer link NO lo he probado porque no tengo el WINFAX, y con respecto al segundo, instalé el servicio de Fax para windows xp, y compile el código, pero siempre me sale un mensaje de alerta poniendo nil, que pienso que es ...
Are you sure that WinFax can convert a .DOC file attachment on the fly like that? I have not used WinFax, but other fax programs I have worked with could only handle TIFF files (standard fax format) or the application (MSWord) would ...
Rene, I have problems with xHarbour tOleAuto + FWH 2.7 I am doing some test using WinFax and go error in oFax:AddAttachmentFile oFax = TOleAuto():New( "WinFax.SDKSend" ) oFax:LeaveRunning() IF oFax:SetTo( cDes ...
The only *PROBLEM* that we have is when select a different printer in preview screen, the output does not fit in the new printer. Please try selecting differents printer (e.g. Winfax)
... ACTION SENDFAX() ACTIVATE DIALOG oDlg; CENTER RETURN NIL STATIC FUNCTION SENDFAX() LOCAL oFax := CREATEOBJECT( "WinFax.SDKSend" ) oFax:LeaveRunning() oFax:SetCoverText( "This is the fax cover." ) IF FILE( ...