Correction
         PROPERTY APPLICATION WALKMENUTIMEINTERVAL 1000

 


-----Original Message-----
From: "jan johansen" <[email protected]>
To: [email protected] (RBASE-L Mailing List)
Date: Tue, 08 Dec 2009 12:18:48 -0800
Subject: [RBASE-L] - Re: Walk Menu?


Jim,
 
I don't think you can do it in a DAT file because I couldn't find a 
SET parameter for it. Doesn't mean there isn't one. I just couldn't
see it.
 
However you could use a switch on a user like so.
 
SWITCH ( .vUser )
 CASE 'Joe'
         PROPERTY APPLICATGION WALKMENUTIMEINTERVAL 1000
  BREAK
 CASE 'Jane' 
         PROPERTY APPLICATGION WALKMENUTIMEINTERVAL 3000
  BREAK
 CASE 'Andrew' 
         PROPERTY APPLICATGION WALKMENUTIMEINTERVAL 2000
  BREAK
 DEFAULT
         PROPERTY APPLICATGION WALKMENUTIMEINTERVAL 1500
 BREAK
ENDSW
 
Jan
 
 
-----Original Message-----
From: "Jim Belisle" <[email protected]>
To: [email protected] (RBASE-L Mailing List)
Date: Tue, 8 Dec 2009 14:08:01 -0600
Subject: [RBASE-L] - Re: Walk Menu?


Jan, 
  
I have 13 users and want to know if we have to set the walkmenu time 
interval on each user? 
Can you also set this interval in the DAT file that brings up their session? 

  
Jim 
  



From: [email protected] [mailto: [email protected]] On Behalf Of jan 
johansen
Sent: Tuesday, December 08, 2009 1:59 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Walk Menu?
 
Jennifer,
 
My suspicion is that the WALKMENU time interval is different between your
'test' and your 'live' environment. So if your life environment had a really 
low
time interval setting, the buffer would be continually cleared. The default 
should be 1500. 
 
This can be found under Settings. 
 
You can also control it through the PROPERTY as such.
PROPERTY APPLICATION WALKMENUTIMEINTERVAL 3000
which would set the time interval to 3 seconds before clearing the buffer.
 

 
-----Original Message-----
From: "Roberts, Jennifer" <[email protected]>
To: [email protected] (RBASE-L Mailing List)
Date: Tue, 8 Dec 2009 14:44:50 -0500
Subject: [RBASE-L] - Walk Menu?
Hello,
 
I  have a form in my ‘test’ environment with a DB Lookup ComboBox and 
when I click on this and type a letter it takes me to the first item in that 
list that starts with that letter.  If you repeatedly type that same letter 
it just keeps going through the list on to the next record that starts with 
that letter.  However this same form does not perform that way in the 
‘live’ environment.  The user can click on a letter and it will go to 
the first item in the list that starts with that letter but does nothing 
when the user keeps selecting that letter.  I thought that this was the 
walkmenu setting and it is checked in both environments.  I do not have any 
code turning the walkmenu off.  I am not able to find what would cause the 
difference here.  Any ideas?  
 
Thank you,
 
Jennifer Roberts
Business Applications Specialist 
Ohio Masonic Home

Reply via email to