This topic is locked

Executing Query from Save button

5/8/2007 1:52:35 AM
PHPRunner General questions
E
evan_ad2000 author

Hi,
I was wondering, if i can create a page with some fields, and the user puts in some information, when he clicks save, it will redirect him to a page which shows the result of some query based on the information he put in.
Cheers,

Evan

J
Jane 5/8/2007

Evan,
you can do it using custom code in the Before record added and After record added events on the Events tab.

Unfortunately we don't have a ready to go solution for this.