DDEClient.request Method [AX 2012]

Requests the data that belongs to an item.

public str request(str Item, [int Wait])

Run On

Client

Parameters

Item
Type: str
The Dynamic Data Exchange (DDE) server item.
Wait
Type: int
The wait time in seconds; optional. The default value is 5. A value of 0 indicates asynchronous transactions.

Return Value

Type: str
The data for the item.

Community Additions

ADD
Show: