Forum Discussion
MCFNeil
9 years agoQrew Captain
Correction to the syntax, I copied the wrong button.
If you want the reload to happen within the formula text button you have to nest the quotes.
With Reload java:
with a RDR:
Sorry if that throws you off.
If you want the reload to happen within the formula text button you have to nest the quotes.
With Reload java:
href=\""&[URL Formula Field]&"\"
with a RDR:
href=' " & [URL Formula Field] & " '
Sorry if that throws you off.
QuickBaseCoachD
9 years agoQrew Captain
Thx Matthew for posting this and helping the Community