Function DbJob() Foundation
Retrieves the code block associated with a work area.
DbJob() --> bAreaBlock | NIL
The return value of DbJob() is the code block associated with a work area when calling DbRelease(). If no code block is passed to DbRelease(), the function DbJob() returns NIL.
The function DbJob() is an alternative to DbRequest() where the code block associated with a work area is retrieved by passing a parameter by reference. A work area's code block is used in conjunction with the two functions DbRelease() and DbRequest() (see there).
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.