10-29-2009, 07:14 AM
Hi All,
I have a 5 text fields on my application and i need to enter some values in to these text fields because of multiple test data need to pass in to these fields , i have used some datatables and exported in to these fields and finally i dont have any issues while writing the script even it is giving the expected results
but while executing the script at some point of timei need to send the mail to some other guys using outlook that means two actions has been occuring one is executing the script i.e passing the data from data table to 5 text fields and second is drafting a mail
My observation:
lets take which is importing a value(Field_A) in text field 1 at the same time i might be typing a some words in out look as "Staus report"
Instead of sending "Field_A" to textfield1 which is passing "FSeu_A" to the text field1
Finally just to conclude this which is taking the value which i entered in outlook
Could you please how to avoid this kind of stuff
Thanks in advacne,
Venkat
I have a 5 text fields on my application and i need to enter some values in to these text fields because of multiple test data need to pass in to these fields , i have used some datatables and exported in to these fields and finally i dont have any issues while writing the script even it is giving the expected results
but while executing the script at some point of timei need to send the mail to some other guys using outlook that means two actions has been occuring one is executing the script i.e passing the data from data table to 5 text fields and second is drafting a mail
My observation:
lets take which is importing a value(Field_A) in text field 1 at the same time i might be typing a some words in out look as "Staus report"
Instead of sending "Field_A" to textfield1 which is passing "FSeu_A" to the text field1
Finally just to conclude this which is taking the value which i entered in outlook
Could you please how to avoid this kind of stuff
Thanks in advacne,
Venkat