T
tjonsek
I'm building a string to be used as the body of an email.
I'm getting this error message. "Input String Not In Correct Format".
I've checked several newsgroups, however, for the posts I found it was
always in conjunction with a query or conversion. This is neither.
It could be the control break I'm trying to use. I also tried
researching that but came up with a bunch of posts for web/window
controls that are breaking, rather than something to do with display of
text.
Here is the line of code that seems to be causing issues.
body = "The following payout is requested " &
Me.ddlType.SelectedValue.ToString & ": " & g_key & ". " & vbCrLf & _
Polite input is very welcome.
Thanks
I'm getting this error message. "Input String Not In Correct Format".
I've checked several newsgroups, however, for the posts I found it was
always in conjunction with a query or conversion. This is neither.
It could be the control break I'm trying to use. I also tried
researching that but came up with a bunch of posts for web/window
controls that are breaking, rather than something to do with display of
text.
Here is the line of code that seems to be causing issues.
body = "The following payout is requested " &
Me.ddlType.SelectedValue.ToString & ": " & g_key & ". " & vbCrLf & _
Polite input is very welcome.
Thanks