On 5/21/2012 1:09 PM, Jeff Johnson wrote: > My applications usually have a couple of main tables and several > "lookup" tables that frequently change. Combo boxes are requeried on > init, but when data changes in any of the tables the comboboxes need to > be requeried to make the changes available. My question is, how often > or when should combo boxes generally be requeried? On page refresh? > > TIA >
Like Frank said, it depends, but in a multi-user app where the lookups can change but the frequency of such change isn't high, I'd requery to get other users changes on form.load and via a refresh button like he said. Absolutely NOT on refresh. Much too much unnecessary traffic for that, imo. -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

