Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Repeat region problem - field not displaying

LEGEND ,
Jul 06, 2006 Jul 06, 2006
Hi,

I have a page with a repeat region on it. Inside this piece of code, I have
got it displaying 3 fields from a table: an image, a title and a
description.

Everything works fine when I have only the image and title inserted into the
page. However, when I add the 3rd field from the table into the page, it
does not show up! I don't understand this. What makes it even spookier is
that If I place the description field before either of the other 2, they all
show up.

Can anyone help me?


TOPICS
Server side applications
241
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 06, 2006 Jul 06, 2006
Okay, i've found where i'm going wrong. The field that won't show is a nText
type in my SQL server database. I need to change the CursorLocation value
from 2 to 3. Either that, or change the field type from nText to Varchar.


"Mintyman" <mintyman@ntlworld.com> wrote in message
news:e8j2vu$bmh$1@forums.macromedia.com...
> Hi,
>
> I have a page with a repeat region on it. Inside this piece of code, I
> have got it displaying 3 fields from a table: an image, a title and a
> description.
>
> Everything works fine when I have only the image and title inserted into
> the page. However, when I add the 3rd field from the table into the page,
> it does not show up! I don't understand this. What makes it even spookier
> is that If I place the description field before either of the other 2,
> they all show up.
>
> Can anyone help me?
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 06, 2006 Jul 06, 2006
LATEST
Mintyman

Think there is a problem with nText or Text or Memo fields displaying,
depending on where you place them in the Select statement of the SQL. From
what I can recall, you have to call these field types last in your Select
statement.

Brendan

______________________________________________
Rate your experiences with your UK and Ireland builders at
http://www.ratethebuilder.co.uk
=========================================


"Mintyman" <mintyman@ntlworld.com> wrote in message
news:e8j47r$d7f$1@forums.macromedia.com...
> Okay, i've found where i'm going wrong. The field that won't show is a
> nText type in my SQL server database. I need to change the CursorLocation
> value from 2 to 3. Either that, or change the field type from nText to
> Varchar.
>
>
> "Mintyman" <mintyman@ntlworld.com> wrote in message
> news:e8j2vu$bmh$1@forums.macromedia.com...
>> Hi,
>>
>> I have a page with a repeat region on it. Inside this piece of code, I
>> have got it displaying 3 fields from a table: an image, a title and a
>> description.
>>
>> Everything works fine when I have only the image and title inserted into
>> the page. However, when I add the 3rd field from the table into the page,
>> it does not show up! I don't understand this. What makes it even spookier
>> is that If I place the description field before either of the other 2,
>> they all show up.
>>
>> Can anyone help me?
>>
>
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines