Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to create a button which will take me to my previous activity.

Hi All,

I want to create a button which will take me to my previous activity.. same as in IE or any other browser.

Please do let me know if you guys have any idea.

Thanks Much

Sagar Gupta

3 Replies
kouroshkarimi
Creator III
Creator III

You mean a 'Back' button? If so you can create a button object and in the 'Actions' add an action type of Selection, Back.

Not applicable
Author

Thanks for the reply,

but i have already tried some options among which this was the first n none is working.

Regards

Sagar Gupta

Not applicable
Author

Use Getfieldselection for whatever fields you are using in your Report and based on that apply Activate Sheet to

the button. Say if u r moving from Sheet 1 to sheet 4 with selection of Field A and B. Use if(Getfieldselection(A)>0 and Getfieldselection(B)>0, 'SH01')

Hope this helps