Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending email
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00420526
Message ID:
00420569
Views:
19
>Ryan,
>
>Probably thisform.text1.value's type is number, so you must transform it first
>sendmail(,,"ryan.uhl@sosinet.com", "Trouble Ticket", "A new trouble ticket has been created "+alltrim(str(thisform.text1.value)),,,,)
>
>Hugo


When you get Operand Operator Type mismatch it is true that you have to convert the number to character.
You can use
trans(thisform.text1.value)
instead of
alltrim(str(thisform.text1.value))
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform