Forum Discussion
JasonJohnson
7 years agoQrew Assistant Captain
The double click is a pain but instead of logging there is a method where I use rich text formula buttons and will create a delay variable such as this
https://community.quickbase.com/quickbase/topics/buttons-with-color-function-and-flexability
var number delay = 10; // number of minutes to delay the next button from showing up
Then put an if statement that will allow the button to appear after a specified amount of time.If( [Date Modified]+Minutes($Delay)<Now(),
ACTION
,��)
Here is a post I have on the buttons made with Rich Text Formulashttps://community.quickbase.com/quickbase/topics/buttons-with-color-function-and-flexability