8 Mar
2003
8 Mar
'03
9:07 p.m.
I have a form that has var names something like this... properties.a:record properties.b:record and submit's to a python script named 'myaction'. Course this creates a record object for me in the python script that my form submits against. But, is there anyway for one python script to programatically create a record with the same attributes and invoke myaction with that record object? (this is all TTW of course) - Rocky