This topic is locked

Before record added event

8/21/2008 6:37:00 AM
ASPRunnerPro General questions
P
Philip author

Hello
During a before record added event I use an IF-THEN-ELSE.

When IF = true I want that the value 1 is assigned to the field "House" automatically by the system.

Any ideas how to do that?
Philip

J
Jane 8/21/2008

Philip,
here is a sample:

if ... then

dict("House") = 1

else

...

end if

P
Philip author 8/21/2008

Jane,
thanks for your help - it works now.
Regards,

Philip