Programming with Reflection

image\rwnprg32.gif Xfr400OutputDest property

 

Syntax

object.Xfr400OutputDest
object.Xfr400OutputDest = Value

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) whether host data should be received to a PC file or to your display.

This property affects AS/400 data transfer and is only relevant for 5250 sessions.

Values

The default is rcAS400File.

rcAS400Display Receives host data to your display.

rcAS400File Receives host data to the file specified by the Xfr400LocalFile property.

rcAS400Spreadsheet Receives host data to a .dif file. If you have a spreadsheet program on your PC that has a Windows association with .dif files, selecting this option also opens the .dif file in that program.

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property