home *** CD-ROM | disk | FTP | other *** search
- on CDXDefault
- global WhichInxTopMenuList
- cursor(4)
- updateStage()
- set the editable of member "CDWordSearchField" to 1
- set the textSize of member "CDWordSearchField" to 12
- put " " into field "CDWordSearchField"
- set the boxType of member "CDWordSearchField" to #fixed
- if the machineType > 200 then
- set the textFont of member "CDWordSearchField" to "Arial"
- else
- set the textFont of member "CDWordSearchField" to "geneva"
- end if
- set the textStyle of member "CDWordSearchField" to "bold"
- repeat with t = 1 to count(WhichInxTopMenuList)
- set the editable of member getAt(getAt(WhichInxTopMenuList, t), 3) to 0
- set the textSize of member getAt(getAt(WhichInxTopMenuList, t), 3) to 12
- set the boxType of member getAt(getAt(WhichInxTopMenuList, t), 3) to #fixed
- if the machineType > 200 then
- set the textFont of member getAt(getAt(WhichInxTopMenuList, t), 3) to "Arial"
- else
- set the textFont of member getAt(getAt(WhichInxTopMenuList, t), 3) to "Geneva"
- end if
- set the textStyle of member getAt(getAt(WhichInxTopMenuList, t), 3) to "bold"
- end repeat
- repeat with t = 1 to 3
- put " SELECT ALL" into field getAt(getAt(WhichInxTopMenuList, t), 4)
- end repeat
- put " ALL" into field getAt(getAt(WhichInxTopMenuList, 4), 4)
- cursor(-1)
- updateStage()
- end
-