Find Field

3270 5250 VT
Yes Yes Yes

The Find Field function returns information about the specified field to the client. It can be used in two ways.

Send the message as follows:
PostMessage( hServerWnd,
             WM_DDE_REQUEST,
             hClientWnd,
             MAKELPARAM(cfFormat, aFIELD) );
where:
cfFormat
Identifies the format for the field information. This value can be CF_DSPTEXT or CF_TEXT.
aFIELD
Is the atom that specifies the Find Field function. The string identified by the atom can have different values depending on the value of cfFormat.