Forum Discussion

AnanthAnanth's avatar
AnanthAnanth
Qrew Member
8 years ago

Call a page without button click in formula url

Hi All,

I want to call a page automatically on check of condition.

My requirement is if comparedates field  returns false call a html  page.

My code  is as follows:

If([comparedates]="false",URLRoot()&"db/" &Dbid() & "?a=dbpage&PageName=removeaccess.html")

I know that this is possible onclick of button .But i want it to be executed automatically

I too dont want to use image onload technique as well.

Please give me suggestion on this.

11 Replies