|
pd_it_guy -> RE: CDOSYS variable (3/20/2008 18:06:10)
|
Thanks for the reply It is not a gray 'bot function but actually a call of the saved fields. Let me be even more specific as to the problem. I can pull any saved field from the form that way, using FP_SavedFields("fieldname") and can actually use the entire variable as part of the email; thus, the subject can be a form field and it changes the mail as I want. The problem is making up a mail variable from a saved field and text; in one case to make up an email address out of just a last name, where the domain is a constant, or to put "vehicle that was broken was" concatgenated with the vehicle number. Either text or a variable by itself works just fine with the CDOSYS function but try and combine them and it bounces the page. I am assuming that the ampersand is the concatenation operator, is it not???... and we don't quote a recovered variable, but text is quoted, and a variable can be made up of partly what was recalled, and what we tack on to it in text.... or so we think. The variables are default dimensioned as something... thus, Dim sTo, Dim sFrom. Am I not concatenating properly... the variables are filled and were being posted before so saved fields does work..
|
|
|
|