I wrote a small app to let the user input data and send it directly to an e-mail. From there it goes into a Database.
When the info from the textbox is transferred to the E-Mail it looses it's format. For example:
***************************
abc
def
ghi...
****************************
Looks like this in the e-mail:
abcdefghi...
What do I need to do to keep it's formatting? When it's put into the Database and pulled up again, it's still formatted correctly.
Rob
Just my $.02.
When the info from the textbox is transferred to the E-Mail it looses it's format. For example:
***************************
abc
def
ghi...
****************************
Looks like this in the e-mail:
abcdefghi...
What do I need to do to keep it's formatting? When it's put into the Database and pulled up again, it's still formatted correctly.
Rob
Just my $.02.