Showing line breaks in Database Results

N

Nate

Hi all,
I'm having trouble figuring out how to get my ASP.NET database results
(created with the FP wizard) to retain the line breaks entered by the user.
Any tips? Should I somehow convert them to <br> at the form or what?

I know how to do it in ASP (I'd rather use asp for the slightly less limited
display options as well), but no matter what i do any ASP database created
with FP 2003's Database Interface Wizard will just show the error:

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'FP_FieldVal'

/mypage.asp, line xxx


A solution to either of those problems would be of great help. Thanks guys!
 
S

Stefan B Rusynko

For the ASP related error see
800A000D in http://classicasp.aspfaq.com/general/why-do-i-get-errors-in-the-800a0001-800a000f-range.html

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Hi all,
| I'm having trouble figuring out how to get my ASP.NET database results
| (created with the FP wizard) to retain the line breaks entered by the user.
| Any tips? Should I somehow convert them to <br> at the form or what?
|
| I know how to do it in ASP (I'd rather use asp for the slightly less limited
| display options as well), but no matter what i do any ASP database created
| with FP 2003's Database Interface Wizard will just show the error:
|
| Microsoft VBScript runtime error '800a000d'
|
| Type mismatch: 'FP_FieldVal'
|
| /mypage.asp, line xxx
|
|
| A solution to either of those problems would be of great help. Thanks guys!
 
N

Nate

I actually have that page in my toolbar bookmarks, that's the code i would
use to insert line breaks if AI got ASP to work.
That doesn't work in ASP.NET thoough unfortunately.

thanks anyway
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top