This topic is locked

How to update field in Before Record Added

4/20/2009 11:21:19 AM
ASPRunnerPro General questions
M
monye author

In the old version (3.2) i was used to enter the following code to update fields
RS("xxxxxxx")= xxxxxxxx
what is the code to update certain fields in Before Record Added
reg,

Peter

Sergey Kornilov admin 4/20/2009

According to the manual you need to use dict() array.
dict("xxxxxxx")= xxxxxxxx