fiogf49gjkf0d Steve,
Absolutely. Open the template "oppmain" and find this line (this is from 6.2.3)
< frameset rows="255, *" framespacing="0" framepadding="0" frameborder="1" marginheight="0" marginwidth="0" onload="init();" >
Change the 255 in the "rows=255, *" to a higher value for a larger top frame. You'll have to play with it to get it to the right size. Leave the "*" - that tells the template to use the remaining space for the second frame - sort of a "wildcard".
As an aside, you can use the same concept on all the search screen framesets as well (searchfrmcon, searchfrmacc, searchfrmopp), but you also need to account for the width on the function switchLookup on accacc, accaccmpl, concon, conconmpl, oppopp, and oppmpl. The frame size is set dynamically in javascript when you go from the standard to advanced lookup.
Jeff
|