I’m concerned about CPU overhead. Is this an issue with NetPrint?
No. Netprint has a interval setting which allows it to ‘sleep’ (in seconds) between scanning your spoolfiles. This value can be adjusted accordingly based upon the needs of your ...
No. Netprint has a interval setting which allows it to ‘sleep’ (in seconds) between scanning your spoolfiles. This value can be adjusted accordingly based upon the needs of your ...
Using a configuration file, which is easily edited, spoolfiles can be selected based upon a device number, spoolfile name, priority, copies, etc… You can combine your selection criteria ...
Yes. One of the major advantages of Netprint is the ability to print to a vast number of different model printers (ie Epson, Lexmark, Printronix, etc..) and servers. A destination setting allows ...
Q. How do I upload ASCII files greater than 50,000 records? A. Use a file equation to preset the size of the host file. From the MPE Commands menu selection, type a FILE equation like this: Be ...
Using Host Command This sample streams a job and waits for it to complete before downloading a file. Option Explicit Const gcUpload = 0 Const gcDownload = 1 Const gcASCII = 0 Const gcBinary = 1 ...
Translation tables provide a means to substitute characters during ASCII file transfers. They are used in Secure 92, ODBC/32 and NFT. These tables are available from Minisoft, Inc. Contact ...
MdmFTP in VBA The MdmFTP session The MdmFTP session can be called from any Visual Basic for Applications (VBA) application. Sub FTP_Upload() 'Exists Action Const gcCancel = 0 Const gcReplace = 1 ...
The MdmFT in VBA Session The MdmFT session can be called from any Visual Basic for Applications (VBA) application. Sub FTSession() 'Exists Action Const gcCancel = 0 Const gcReplace = 1 Const ...
The following files, available for download are a simple sample of how a custom server could be written. VB SA01 Option Explicit Dim SA Private Sub Form_Load() Set SA = ...
The MDMDA session The MDMDA session object is being called from a Visual Basic application. Download sample code [FTP] [HTTP] Option Explicit Dim DA As Object Dim FMPE As Object Private Sub ...