Function DbRequest() Foundation
Transfers an alias name from the Zero space into the current work space.
DbRequest( [<cAlias>], [<lFreeArea>], ;
[<@bAreaBlock>], [<lWait>] ) --> lSuccess
The return value of DbRequest() is .T. (true) if an alias name is transferred to the current work space, otherwise it is .F. (false).
The function DbRequest() transfers alias names from the virtual work space (Zero space) into the current work space. It is the counterpart of DbRelease(), which transfers alias names into the Zero space.
The transfer of alias names follows the FIFO principle (First in first out). If the Zero space contains multiple alias names, DbRequest() transfers the alias that was released first. If <cAlias> is specified DbRequest() transfers the first alias name that matches <cAlias>. For more information, refer to function DbRelease().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.