Specifying a folder for a Goto Explorer Folder event
You can use a form event and handler to redirect the focus to a particular Mongoose Explorer folder.
To do this:
- Open the form that has a component you want to use to trigger the event.
 - Go into Design Mode.
 - Select the component.
 - Select the Events property sheet.
 - Click the ellipsis (…) button associated with the type of event you want to create (usually Primary).
 - In the Event Handlers dialog box, click New.
 - In the Event Handler Properties dialog box, Event field, name the event.
 - From the Response > Type drop-down list, select Goto Explorer Folder.
 - Click the ellipsis button associated with the Parameters field.
 - In the Event Handler Parameters dialog box, click Type Specific Parameters.
 - In the Specify the Explorer Folder... dialog box, from the Root Folder drop-down list, select the Explorer folder you want to use as the starting point.
 - 
				In the Folder field, specify the
					path of Explorer folders that will take the user to the desired folder. 
				Note: Each folder name must be prefixed with a lower-case 'x' and followed by a forward slash (/). For example, to go to the System folder in the Master Explorer folders, you would specify xModules/xSystem/ in this field.
 - Click OK repeatedly, until you arrive back at the form.
 - Save your work and close the form.
 - Refresh the metadata cache (Ctrl+U), reopen the form, and verify that the system moves focus to the correct Explorer folder when the event is triggered.
 
Related topics