4 Mar
2003
4 Mar
'03
11:12 p.m.
I've a script who gets two parameters from a form: Code (int), Fields (record). In the script, I can assign to Code, say: Code = 1 but if I try, say: Fields.a_field = 1 I get the error:
Error Type: TypeError Error Value: attribute-less object (assign or del)
Do I need some special syntax for that or is it simply not possible (and why)? Regards, Fernando