set display to display & getAt(MGProdList, g) & RETURN
end repeat
put display into field "MGRESPROD"
set the textSize of member "MGRESPROD" to 9
set the boxType of member "MGRESPROD" to #fixed
if the machineType > 200 then
set the textFont of member "MGRESPROD" to "arial"
else
set the textFont of member "MGRESPROD" to "geneva"
end if
set display to EMPTY
put EMPTY into field "MGRESDesc"
repeat with g = 1 to count(MGDescList)
set display to display & getAt(MGDescList, g) & RETURN
end repeat
put display into field "MGRESDesc"
set display to EMPTY
set the textSize of member "MGRESDesc" to 9
set the boxType of member "MGRESDesc" to #fixed
if the machineType > 200 then
set the textFont of member "MGRESDesc" to "arial"
else
set the textFont of member "MGRESDesc" to "geneva"
end if
put EMPTY into field "MGRESsection"
repeat with g = 1 to count(MGSectionList)
set display to display & getAt(MGSectionList, g) & RETURN
end repeat
put display into field "MGRESsection"
set the textSize of member "MGRESsection" to 9
set the boxType of member "MGRESsection" to #fixed
if the machineType > 200 then
set the textFont of member "MGRESsection" to "arial"
else
set the textFont of member "MGRESsection" to "geneva"
end if
set display to EMPTY
put EMPTY into field "MGRESCat"
repeat with g = 1 to count(MGCatlist)
set display to display & getAt(MGCatlist, g) & RETURN
end repeat
put display into field "MGRESCat"
set the textSize of member "MGRESCat" to 9
set the boxType of member "MGRESCat" to #fixed
if the machineType > 200 then
set the textFont of member "MGRESCat" to "arial"
else
set the textFont of member "MGRESCat" to "geneva"
end if
set display to EMPTY
put EMPTY into field "MGRESRate"
repeat with g = 1 to count(MGRATEList)
set display to display & getAt(MGRATEList, g) & RETURN
end repeat
put display into field "MGRESRate"
set the textSize of member "MGRESRate" to 9
set the boxType of member "MGRESRate" to #fixed
if the machineType > 200 then
set the textFont of member "MGRESRate" to "arial"
else
set the textFont of member "MGRESRate" to "geneva"
end if
set display to EMPTY
put EMPTY into field "MGRESissue"
repeat with g = 1 to count(MGIssueList)
set display to display & getAt(MGIssueList, g) & RETURN
end repeat
put display into field "MGRESissue"
set the textSize of member "MGRESissue" to 9
set the boxType of member "MGRESissue" to #fixed
if the machineType > 200 then
set the textFont of member "MGRESissue" to "arial"
else
set the textFont of member "MGRESissue" to "geneva"
end if
if CDpageselect > 0 then
put "Table" && CDpageselect && "of " && integer(CDrecordsfound / 18) + 1 into field "CDpagexofy"
set the textSize of member "CDPagexofy" to 12
set the boxType of member "CDPagexofy" to #fixed
if the machineType > 200 then
set the textFont of member "CDPagexofy" to "arial"
else
set the textFont of member "CDPagexofy" to "geneva"
end if
set the textStyle of member "CDPagexofy" to "bold"
else
put "Table 1 of 1" into field "CDpagexofy"
end if
repeat with t = 1 to count(WhichINXResFieldsList)
set the castNum of sprite getAt(getAt(WhichINXResFieldsList, t), 1) to the number of member getAt(getAt(WhichINXResFieldsList, t), 5)
set the loc of sprite getAt(getAt(WhichINXResFieldsList, t), 1) to point(getAt(getAt(WhichINXResFieldsList, t), 2), getAt(getAt(WhichINXResFieldsList, t), 3))
set the ink of sprite getAt(getAt(WhichINXResFieldsList, t), 1) to getAt(getAt(WhichINXResFieldsList, t), 4)
end repeat
set the castNum of sprite 35 to the number of member "SomethingGraphicPROD"
set the loc of sprite 35 to point(217, 156)
updateStage()
if CDrecordsfound > 18 then
set the castNum of sprite 31 to the number of member "CDPREVIOUS"
set the castNum of sprite 32 to the number of member "CDNEXT"
if CDpageselect = (integer(CDrecordsfound / 18) + 1) then
set the locH of sprite 32 to 2000
else
set the loc of sprite 32 to point(95, 413)
end if
end if
set the castNum of sprite 33 to the number of member "CDpagexofy"