Well, in that case you could just clear cache or restart the server.  Of 
course you would clobber any existing sessions.

-- Curt

At 10:35 AM 9/20/99 -0400, Mary Hill wrote:
>Thank you for replying.
>
>I hate to do that because this particular page has about 20 combo boxes - each
>of which changes maybe twice a year.  But if I have to I guess I will have to.
>
>No other suggestions?
>
>Curt Springer wrote:
>
> > Like all the visual widgets below the page level, combo/list boxes exist
> > separately (as objects) under each page object.  So if you have PageA, and
> > ComboBox1 on PageA, then if there are 2 PageA objects in memory, there will
> > be 2 ComboBox1 objects as well.
> >
> > You probably should execute doAutoFill manually and routinely as part of
> > your display processing, perhaps in this_onBeforeDisplayEvent.
> >
> > -- Curt Springer, Team ND
> >
> > At 05:21 AM 9/20/99 -0700, Mary Hill wrote:
> >
> > >I have a page with many combo/list boxes displayed.
> > >
> > >AutoFillBeforeFirstDisplay is set to true.
> > >
> > >These combo/list boxes are built from dataobject
> > >based on tables.  In the project users can
> > >updates these tables on an edit page.
> > >
> > >When they do, I get a handle to the display page and the combo/list
> > >box that was affected and do a doAutoFill which does occur.
> > >
> > >With a single CP, the combo box on the page is updated with the
> > >new values.
> > >
> > >With mulitple CPs this does not happen.
> > >
> > >I thought these combo/list boxes were global objects,
> > >so that they would be updated across CPs
> > >
> > >Apparently this is not the case? since I do
> > >not see the results of the update when used
> > >in the production environment with multiple
> > >CPs?
> > >
> > >Any suggestions on what I can do to update the
> > >combo/list boxes when the tables change? so that
> > >all pages see the change in the list/combo box
> > >contents?
> > >_________________________________________________________________________
> > >
> > >For help in using, subscribing, and unsubscribing to the discussion
> > >forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
> > >
> > >For dire need help, email: [EMAIL PROTECTED]
>
>--
>--------------------------------------------------------
>Mary Hill                          2919 Taubman Library
>[EMAIL PROTECTED]                 1135 E. Catherine
>University of Michigan             Ann Arbor, MI
>Med School Information Systems     48109-0726
>                                    734-763-6752

_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to