Xbasic
FORM.ACTIVEPREVDRILLDOWN Function
Syntax
Object_Name as C = Form.ActivePrevDrillDown()
Returns
- Object_NameCharacter
Return the name of the previous active object.
Description
The .ACTIVEPREVDRILLDOWN() method returns the name of previously active object, drilling down into container objects (embedded forms and browses).
Example
If your form name is MYFORM, then the following statement returns the name of the previous active object.
prev_obj = MYFORM.activePrevDrillDown()
Limitations
Desktop applications only.
See Also