This topic is locked

Multiple screens for one Table Add

2/6/2008 1:18:20 PM
PHPRunner General questions
S
saphir author

Hi
I'm evaluating PHPRunner and so far very impressed.
My only concern so far is lack of a manual. The Help text is OK, but I could do with something a bit more 'how to' orientated. Is there a resource that I should be looking at?
I've got a real specific question. I want to build a screen that will add a row to a table, but there will need to be more than one screen before the 'Add' can be completed. That's because the data the user enters in the first couple of fields will dictate what screens come next. In other words the screen flow is dependent on the data.
Can someone give me a steer as to how to do that?
Thanks.

J
Jane 2/7/2008

Hi,
This task can be accomplished using some custom events on the Events tab.

Check entered values in the After record added event and redirect to another page.
You can find some sample events in the PHPRunner Help.