Controlling MSJOB
MSJOB MiddleMan • ODBC/32 • JDBC • OLEDB • NFT Some of the features noted in this document require new versions of MSSERVER and SERVER. Please contact Minisoft for assistance installing the new ...
MSJOB MiddleMan • ODBC/32 • JDBC • OLEDB • NFT Some of the features noted in this document require new versions of MSSERVER and SERVER. Please contact Minisoft for assistance installing the new ...
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 ...
The MDMDA session object is being called from a Visual Basic 5.0 application. This sample includes references to an item array (12J1). The dataset and items are defined as follows: ITEMS: ...
The MDMDA session object is being called from a Borland Delphi 3 application. This sample includes references to an item array (12J1). The dataset and items are defined as follows: ITEMS: ...
The MDMDA session object is being called from a PowerSoft PowerBuilder 5 application. This sample includes references to an item array (12J1). The dataset and items are defined as follows: ITEMS: ...
The MDMDA session object is being called from a Microsoft VC++ application. This sample includes references to an item array (12J1). The dataset and items are defined as follows: ITEMS: ITEM-NO, ...
The MDMDA session The MDMDA session object is being called from a Visual Basic 5.0 application. This sample will return the data requested in an InputBox so that it is available for cut and ...