Xbasic

BROWSE.GET_BACK Function

Syntax

Previous_Object as C = .Get_Back()

Description

The .GET_BACK() method returns the name of the object that was displayed before you toggled between screens with F8.

Discussion

Example

put description hereThe following script was attached to the OnInit event of a browse.

dim last_object as C
last_object = topparent.Get_Back()
ui_msg_box("Last Object", last_object)

Limitations

Desktop applications only.

See Also