Newbies jf1 Posted March 1, 2005 Newbies Posted March 1, 2005 Is there any way to doubleclick a record (field) in table view and go to layout? Obviously I can do it by having the user click a field then click a button that calls the layout, but the user just wants to click or doubleclick on the record and have another Browse layout displayed, without having to also click a button.
LaRetta Posted March 1, 2005 Posted March 1, 2005 Hi jf1, You need to use a List layout (or view) instead. With List view, you can turn off entry into all fields (through Field Behavior) and place a transparent rectangle the full row. Attach a script to this rectangle with your Go To Layout script step. When User clicks anywhere on the row, they can be transported to the other layout. Tables will not allow placement of scripts (or buttons) within the record rows, I'm afraid. LaRetta
Recommended Posts
This topic is 7209 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now