Megan Garrison
|
| Posted: 08/15/2001, 1:08 PM |
|
I really need some help with ideas as to what I might be doing wrong - when
I test my pages my event descriptions aren't showing up in records either in
label (for viewing details) or textarea (for editing record) - I even tried
textboxes just to see. - even when I use the page wizard, the descriptions
are still not showing up, and I did check the database, they are being
posted to the database - the type of field in the database (MS Access) is
"memo" - Consider this a desperate plea - I'm just lost and looking for
someone to point me in some helpful direction - surely someone has run into
the same thing sometime before - thanks, Megan
|
|
|
 |
Megan Garrison
|
| Posted: 08/15/2001, 2:29 PM |
|
I just did a search for "Memo" in the topics posted here, tried the
suggested code:
fldevent_description=replace(fldevent_description,vbCRLF,"<br>")
but keep getting this error message:
Microsoft VBScript runtime error '800a005e'
Invalid use of Null: 'replace'
/testfolder/TemplateObj.asp, line 59
what now??? ~Megan
|
|
|
 |
CodeCharge
|
| Posted: 08/15/2001, 2:34 PM |
|
Hi Megan,
This is a bug, which happens if you use DSN to connect to the database. It
was resolved in CodeCharge 2.0, which you may downlad in Beta release http://support.codecharge.com/bulletins.asp
Or please contact support at http://support.codecharge.com and they should
have a patch for this.
Adam
"Megan Garrison" <megan@aracnet.com> wrote in message
news:9leks4$47k$1@news.codecharge.com...
> I really need some help with ideas as to what I might be doing wrong -
when
> I test my pages my event descriptions aren't showing up in records either
in
> label (for viewing details) or textarea (for editing record) - I even
tried
> textboxes just to see. - even when I use the page wizard, the
descriptions
> are still not showing up, and I did check the database, they are being
> posted to the database - the type of field in the database (MS Access) is
> "memo" - Consider this a desperate plea - I'm just lost and looking for
> someone to point me in some helpful direction - surely someone has run
into
> the same thing sometime before - thanks, Megan
>
>
|
|
|
 |
Megan Garrison
|
| Posted: 08/15/2001, 2:52 PM |
|
Oh Thanks you!!! - things are working now :D
"CodeCharge" <support@codecharge.com> wrote in message
news:9leptn$ehr$1@news.codecharge.com...
> Hi Megan,
>
> This is a bug, which happens if you use DSN to connect to the database. It
> was resolved in CodeCharge 2.0, which you may downlad in Beta release
> http://support.codecharge.com/bulletins.asp
> Or please contact support at http://support.codecharge.com and they should
> have a patch for this.
>
> Adam
>
>
> "Megan Garrison" <megan@aracnet.com> wrote in message
>news:9leks4$47k$1@news.codecharge.com...
> > I really need some help with ideas as to what I might be doing wrong -
> when
> > I test my pages my event descriptions aren't showing up in records
either
> in
> > label (for viewing details) or textarea (for editing record) - I even
> tried
> > textboxes just to see. - even when I use the page wizard, the
> descriptions
> > are still not showing up, and I did check the database, they are being
> > posted to the database - the type of field in the database (MS Access)
is
> > "memo" - Consider this a desperate plea - I'm just lost and looking for
> > someone to point me in some helpful direction - surely someone has run
> into
> > the same thing sometime before - thanks, Megan
> >
> >
>
>
|
|
|
 |
|