I've modified the "On request" handler in Active4D.a4l, but
it does not seem to be taking effect. I may be missing
something simple, but here's the generic code. At the
least, it should be creating empty records.. 

method "On Request"($inURL; $inQuery)  `--> Text or <none>
        read write([temp])
        create record([temp])
        save record([temp])
        return ("") ` no change  
end method

sincerely,
mehboob alam


"There cannot be a crisis next week. My schedule is already full." Henry 
Kissinger
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to