cornettt
|
| Posted: 09/17/2002, 8:42 AM |
|
I am trying to write an Article's ASP application. I am using CodeCharge Studio 1.0.7 with ASP+templates as the codebase. One field of the database is called Article. I would to use use HTML to format the output. The field will store the HTML Tags properly but CodeCharge Studio doesn't parse them when outputing the field data.
Is there a way to fix this?
Will a future release of CodgeCharge Studio address this?
Thanks
|
|
|
 |
Jeremy
|
| Posted: 09/17/2002, 9:22 AM |
|
I have the same exact problem, only way you can get it to parse correctly is to use a grid instead of a record form. If I use a record form, and try to parse it as html output, it doesn't show anything, a grid shows it correctly. Same problem you are having?
Any help CC support?
|
|
|
 |
Cornettt
|
| Posted: 09/17/2002, 11:35 AM |
|
I haven't tried CC support yet. I will try using a grid and see what happens.
Thanks
|
|
|
 |
Jeremy
|
| Posted: 09/17/2002, 1:56 PM |
|
Of course, this is only a problem on a memo field in a record. A text field will show up fine...I have no idea why.
Support?
|
|
|
 |
eDuck
|
| Posted: 09/17/2002, 2:04 PM |
|
There is a property on the field in which you have to specify that it either output's text or HTML. Setting this to HTML will render the html, and not text. Hope this makes sense. \
|
|
|
 |
Timothy
|
| Posted: 09/18/2002, 4:02 AM |
|
Hello,
Have you tried to set Content to HTML not to TEXT for the field?
|
|
|
 |
Jeremy
|
| Posted: 09/18/2002, 8:48 AM |
|
Yes I have set it to HTML. If you are using a MEMO type field in access....and pulling a record just using labels, it will NOT render it as HTML. It doesn't show anything. I have tried this in multiple projects. If you set the label field as HTML on a TEXT field, it works fine. The only field that does not work is a MEMO, or TEXTAREA type field (larger data). I have no idea why, but the same MEMO field in a grid will show up as HTML. Just won't show as HTML in a Record form.
-Jeremy
|
|
|
 |
Nicole
|
| Posted: 09/19/2002, 11:44 PM |
|
Hello,
what type of connection you're using for live site?
|
|
|
 |
Jeremy
|
| Posted: 09/20/2002, 8:49 AM |
|
What type of connection? hmmm, are you asking about the network connection? DB connection? :), I'm just messin around.
I am running ASP w/templates from CCS 1.07 on windows 2k server with Access 2000 using an ODBC connection....I think it is a Jet ODBC driver. Server is on an OC12 fiber connection.
You think it could be the ODBC driver specified in my connection string?
Thanks again Nicole
|
|
|
 |