That worked. Thanks. By the way, does Active4D work with 4D 2004?
Sadhaka Jivanandanatha On Sep 4, 2004, at 7:08 PM, Aparajita Fishman wrote:
<form action="<%=directory of(requested url) + "edit_record.a4p"%>"
Try:
<form action="/4dcgi<%=directory of(requested url) + "edit_record.a4p"%>"
You have come upon the dreaded (some might say "detested") requirement that forms be prefixed with /4dcgi to get 4D to parse the form variables.
After much begging and pleading, they finally removed this "feature" in 4D 2004.
Regards,
Aparajita Victory-Heart Productions [EMAIL PROTECTED] www.aparajitaworld.com
"If you dare to fail, you are bound to succeed." - Sri Chinmoy | www.srichinmoylibrary.com
_______________________________________________ Active4D-dev mailing list [EMAIL PROTECTED] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
_______________________________________________ Active4D-dev mailing list [EMAIL PROTECTED] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
