![]() |
Sergey Kornilov admin 12/26/2011 |
In AfterAdd event you can use values("FieldName") to access any form field value. set params = CreateObject("Scripting.Dictionary")
|
M
|
mr. zx author 12/27/2011 |
In AfterAdd event you can use values("FieldName") to access any form field value. set params = CreateObject("Scripting.Dictionary")
|
![]() |
Sergey Kornilov admin 12/27/2011 |
In this case you need to execute an additional SQL Query to retrieve email address from another table. |
M
|
mr. zx author 12/31/2011 |
In this case you need to execute an additional SQL Query to retrieve email address from another table. You can use DAL for this purpose, see examples at http://xlinesoft.com/asprunnerpro/docs/query.htm
|