.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

FORMULA LANGUAGE


Examples: @URLHistory
Below are examples of each command you want to specify.

[NEXT]

This example moves to the next URL in the history list.

@URLHistory([NEXT])

[PREV]

This example moves to the previous URL in the history list.

@URLHistory([PREV])

[SHOW]

This example displays the History dialog box.

@URLHistory([SHOW])

[SAVE]

This example saves the history list into a new Web Tour document that a user can reload later to follow that history.

@URLHistory([SAVE])

[RELOAD]

This example reloads the history list from the Web Tour document.

@URLHistory([RELOAD])

See Also