This topic is locked

expanding list page w/ search for lookup menu

9/17/2009 3:26:02 PM
ASPRunnerPro General questions
M
mfred author

Can you indicate how I can increase the default size of the window for the list page with search for lookup menus. I know that users can do so but I would like to make it easier by increasing the default size. Thanks.

J
Jane 9/18/2009

Hi,
open generated inlcude/onthefly.js file, find this code:

if((w > Wfcon || w < Wfcon) && Wfcon <= oW)

w = Wfcon;



and add following just after:

w = w+300;