IT_MacTCPInit

4D - Documentation   Français   English   German   4D Internet Commands, Theme List   4D Internet Commands, Alphabetical List   Back   Previous   Next

version 6.8.1 (Modified)


IT_MacTCPInit Integer

ParameterTypeDescription
This command does not require any parameters
Function resultIntegerError Code

Description

The command IT_MacTCPInit opens the TCP driver for use with the 4D Internet Commands. The command acts as a function and returns an integer value error if the TCP driver cannot be opened.

It is recommended that users place this command in the On Startup Database Method of their 4th Dimension database if they are not dial-up scheme users. In this case, the command only needs to be executed once.

Users of dial-up schemes which are utilized by TCP such as PPP or SLIP may wish to delay use of this command until a TCP connection is needed as use of this command will cause these commands to open and initialize their dial-up connection (see IT_PPPStatus command).

Note: This command must be executed before any 4D Internet command can be executed.

See Also

IT_PPPConnect.


4D - Documentation   Français   English   German   4D Internet Commands, Theme List   4D Internet Commands, Alphabetical List   Back   Previous   Next