In the form there is hidden inputs one to tell you the screen and one for
the action
The action it self is placed under the folder actions under modules. And the
action and the screen modules is
getting set of by values in the form that builds and action. If you look in
the with_side_nav under layout
you will se that there is statement print action resluts and after that one
that sayes include SCREEN.
Hope you get it!! Give it some time and study the code really good.
Mainly what i think you are loking for is where and how the action is
executed this is it.
/modules/actions and the screens is here /modules/screens, so if you have an
action that is called in an URL
like this index.php3?SCRENN=order_info&ACTION=CREATE_INVOICE
then you have to go look in the folder screens for the order_info and the
folder actions for the CREATE_INVOICE
And if you look at the with_side_nav and index.php3 then you will se how it
is exected, and off course the CREATE_INVOICE itself

I hope i managed to clear it out.

Tommy


----- Original Message -----
From: "Michael Puglin" <[EMAIL PROTECTED]>
To: "Freetrade" <[EMAIL PROTECTED]>
Sent: Saturday, December 02, 2000 2:11 AM
Subject: [FreeTrade] lights, camera, ACTION


> ok,
>
> I give up.
>
> Where/how are the action modules called during the normal page flow? For
> instance, in the shopping cart there is a URL for checkout. The URL looks
> something like: SCREEN=order_info&sid=a1b2c3d4&ACTION=CREATE_INVOICE. I
> can't figure out where/how CREATE_INVOICE gets executed. I've looked in
> order_info and all the init,global, layout modules, etc.
>
>
>
>
>
>
> ------------------------------------------------------------
> To subscribe:    [EMAIL PROTECTED]
> To unsubscribe:  [EMAIL PROTECTED]
> Site:            http://www.working-dogs.com/freetrade/
> Problems?:       [EMAIL PROTECTED]
>



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to