This topic is locked

navigating to edit pages

11/20/2008 11:21:45 AM
PHPRunner General questions
D
dbowen author

We are trying for a small customization and I'm hoping someone might have some ideas.
Basically I have a listing of pictorials and each pictorial has a listing of images. I need to edit each image of the pictorial. When I edit an image I want to immediately jump to the edit screen for the next image in the pictorial (instead of editing, going back to the list and choosing the next image). If I have edited the last image of the pictorial then it should return me to the image list.
Any help is appreciated.

J
Jane 11/21/2008

Hi,
use After record updated event and Redirect to another page action on the Events tab for this purpose.

Select ID of next record and redirect to the edit page of this record. Actual event code is dependent on field type and table structure.