The walk menu is set to ON in the CFG file and the interval is 1500 on each work station. I will have to put the same settings in the form EEP as suggested to see if that makes any difference. Thanks.
Jim -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Saturday, May 22, 2010 8:20 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: LOOKUP COMBO BOX At 09:06 AM 5/22/2010, Jim Belisle wrote: >PS There are times when the malkmenu works properly, >especially when I am the only user connected. Jim, Make sure that the WALKMENU is SET to ON. The best approach is to use the following code as "On Before Start EEP" and "On Form Close EEP". -- On Before Start EEP SET WALKMENU ON RETURN -- On Form Close EEP SET WALKMENU OFF RETURN Hope that helps! Very Best R:egards, Razzak.

