Hi Guys,
I have two droplists on a NWF.
Both droplists does a secondary table lookup, based on the value selected from the droplist.
Then refreshes a display field with values from the fetched record.
I added my lookup and refresh routines into the Validate routine of the droplist, under "Server Side" code.
For the one droplist, it works perfectly fine.
For the second droplist the lookup works, and display field refresh also works, but takes about 5 seconds to refresh / update the values on the screen.
I've checked and rechecked, but can't figure out why the one droplist updates the display fields immediately, but the second takes much longer to do this.
Any ideas?