March 1, 200520 yr Newbies 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.
March 1, 200520 yr 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
Create an account or sign in to comment