_TRANSPORT System Variable

Included for backward compatibility.

This system variable is undocumented in the original VFP9 help file,
but the following documentation was found in the FoxPro for Windows 2.6 help, and may still be valid:

Specifies the program used to transport screens, labels and reports across different FoxPro platforms and versions.

_TRANSPORT = program name

Parameters

file name specifies the name of your conversion program and can include a path.

If you write your own transporter, it must accept one parameter - the name of the report, label or screen form to transport. Your transporter must return one parameter. The parameter can be one of the following values:

Return Code Meaning

1 Successfully transported

2 Opened without transporting

3 Transportation canceled

For more information about transporting screens, labels and reports, refer to the "Transporting Files Platforms" chapter in the FoxPro Developer's Guide.

Expand imageRemarks

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic