B
|
berkeleyjw 6/11/2007 |
I don't know what event this code is in, but to do what I think you want it to do, you would have to change the appropriate dictionary item before the record is saved (so it would have to be in BeforeEdit or BeforeAdd). You would have to execute your logic and then have a line something like this: |
![]() |
Sergey Kornilov admin 6/11/2007 |
Custom code only applies to List/View page. It doesn't change anything in the database. |
S
|
stealthwifi author 6/12/2007 |
Would the code need to look somthing like this? |
![]() |
Sergey Kornilov admin 6/12/2007 |
Function BeforeAdd(dict) |
S
|
stealthwifi author 6/12/2007 |
Works absolutly perfect <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=18811&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' /> |