on 5/18/06 3:27 PM, Bart Alcorn at [EMAIL PROTECTED] wrote: > flow control is passed to whatever the "action" parameter of the > "form" on default.a4d. > > It might be default.a4p, but it certainly does not have to be.
Bart: Duh! That's only one of the pieces we've forgotten in the interim -- which makes me wonder how many others we haven't yet encountered! FWIW, the code which assigns the action is: <form name="form1" method="post" action="/4dcgi/default.a4p"> Another item which obviously escapes me at the moment is the "/4dcgi/" in the action above. I vaguely remember this as NOT being a directory, but rather an instruction for A4D. > There > is no automatic flow control in the way that you describe it, in fact > you can have multiple forms on a given page each calling something > different, or even calling itself. Thanks for the reminder -- we have done this in a few places, but have forgotten much of it in the interim. Still not understanding why this code doesn't execute... Tom Lundeen TLC - Tom Lundeen Consulting Prairie Solutions, Inc. _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
