Have a client running custom dbase4. It was running on novell 6.5 and I just cut them over to windows 2003. The program runs file after a few little workarounds by the way.
I'm having a major time with a software paging system. Dbase offers the advantage of being able to send text messaging to cellular pagers. It does this by printing to a file on the server, and another peice of software on a separate computer processes the file and sends out the page.
When I try to send the file from dbase, I get the error "file not accessible" and the path...
In the prg file, this is what prints to file, but is not working...
SET DEVICE TO PRINT
SET PRINT ON
SET PRINTER TO FILE <path to file>
any ideas???
~ K.I.S.S - Don't make it any more complex than it has to be ~
I'm having a major time with a software paging system. Dbase offers the advantage of being able to send text messaging to cellular pagers. It does this by printing to a file on the server, and another peice of software on a separate computer processes the file and sends out the page.
When I try to send the file from dbase, I get the error "file not accessible" and the path...
In the prg file, this is what prints to file, but is not working...
SET DEVICE TO PRINT
SET PRINT ON
SET PRINTER TO FILE <path to file>
any ideas???
~ K.I.S.S - Don't make it any more complex than it has to be ~