home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global CDXSub, CDXSelected, CDXSomething, DriveLtr, MGIIndexNAme
- go(the frame)
- CDXHelpButton()
- if CDXSub = 1 then
- set CDXSub to 2
- CDXDefault()
- if the machineType > 200 then
- dbuse(DriveLtr & "DBFs\" & MGIIndexNAme)
- updateStage()
- else
- dbuse(DriveLtr & "DBFs:" & MGIIndexNAme)
- end if
- end if
- if (CDXSelected = 1) and (CDXSomething = 1) then
- CDXTurnPage()
- end if
- CDXMenuHeadings()
- CDXSearch()
- CDXPressEndSearch()
- CDXQuitCD()
- end
-