Shawn
|
| Posted: 06/03/2002, 5:52 PM |
|
We are trying to use the ToSQL function DBSupport.ToSQL(user_email, "Text")
The function ToSQL looks for a value and a value type. Above user_email is the value and text is the type. The problem we have is user_email is on a different form. user_email is on the events form and is included on a main form. Usually we use formname.user_email and that works great. But ToSQL does not look at that as a value.
We are using ASP 3.0 With Templates CCS B5.
Thank you.
Shawn
|
|
|
 |
Nicole
|
| Posted: 06/04/2002, 1:36 AM |
|
Shawn,
Please provide following info:
- on what form (what is its type) do you want to get the field value from other form?
- What is the type of “other” form?
- What event do you use?
- Open code and see what forms is displayed first.
BTW, try to store the value you need into custom session variable (create it e.g. in field Before Show event) and then use it in ToSQL() function. Note, that function name is: CCToSQL(), you can see it in common.asp
|
|
|
 |
|