M
Miguel Dias Moura
Hello,
I created a page with one form and 10 Input Text fields.
The Form data is added to an Access Database when "OK" button is
pressed.
One of the Form's Input Text has more than one line.
The user uses this to write its Curriculum Vitae.
The Curriculum Vitae is inserted in the MEMO type "CV" field.
However, all the data is placed in the same line.
Example - The visitor inserts this:
I am a webdesigner.
O started working in year 2000.
I work in ASP and Flash.
And I get this in the database:
"I am a webdesigner.O started working in year 2000.I work in ASP and
Flash."
What should I do to maintain the format of the inserted text?
Thank You,
Miguel
P.S: I am using DW MX 2004 (I use Insert Record Behavior), ASP.Net / VB.
I created a page with one form and 10 Input Text fields.
The Form data is added to an Access Database when "OK" button is
pressed.
One of the Form's Input Text has more than one line.
The user uses this to write its Curriculum Vitae.
The Curriculum Vitae is inserted in the MEMO type "CV" field.
However, all the data is placed in the same line.
Example - The visitor inserts this:
I am a webdesigner.
O started working in year 2000.
I work in ASP and Flash.
And I get this in the database:
"I am a webdesigner.O started working in year 2000.I work in ASP and
Flash."
What should I do to maintain the format of the inserted text?
Thank You,
Miguel
P.S: I am using DW MX 2004 (I use Insert Record Behavior), ASP.Net / VB.