Aldo
|
| Posted: 02/28/2003, 5:34 PM |
|
I have a problem when trying to limit the view of a field while I present
the user a table with the whole data of a set of records. Well , one of
those sets has a text string inside, generally long text strings. When user
requires to change data from the database, a table shows up with the
complete records for one item. When the user reach the field of text, he has
to read a very tall column of text data,instead of read a few lines of the
start of the text field. It makes the table very uncomfortable to read or
either use.
Please if some one knows how to solve this problem, please reply this
message, even if it means to cut and paste from december news, cause I can
only receive/read the last 300 news.
IMPORTANT: Database is MySQL, code obtained is PHP.
|
|
|
 |
DonB
|
| Posted: 02/28/2003, 5:57 PM |
|
How about:
SELECT LEFT('foobarbar', 25) FROM TableOfFoobars
DonB
"Aldo" <aldos-girls@yifan.net> wrote in message
news:b3p2mv$pm3$1@news.codecharge.com...
> I have a problem when trying to limit the view of a field while I present
> the user a table with the whole data of a set of records. Well , one of
> those sets has a text string inside, generally long text strings. When
user
> requires to change data from the database, a table shows up with the
> complete records for one item. When the user reach the field of text, he
has
> to read a very tall column of text data,instead of read a few lines of the
> start of the text field. It makes the table very uncomfortable to read or
> either use.
> Please if some one knows how to solve this problem, please reply this
> message, even if it means to cut and paste from december news, cause I can
> only receive/read the last 300 news.
> IMPORTANT: Database is MySQL, code obtained is PHP.
>
>
|
|
|
 |
guest
|
| Posted: 03/02/2003, 10:51 AM |
|
If you are using outlook express, click tools, options, read and uncheck the
"get 300 headers at a time".
"Aldo" <aldos-girls@yifan.net> wrote in message
news:b3p2mv$pm3$1@news.codecharge.com...
> I have a problem when trying to limit the view of a field while I present
> the user a table with the whole data of a set of records. Well , one of
> those sets has a text string inside, generally long text strings. When
user
> requires to change data from the database, a table shows up with the
> complete records for one item. When the user reach the field of text, he
has
> to read a very tall column of text data,instead of read a few lines of the
> start of the text field. It makes the table very uncomfortable to read or
> either use.
> Please if some one knows how to solve this problem, please reply this
> message, even if it means to cut and paste from december news, cause I can
> only receive/read the last 300 news.
> IMPORTANT: Database is MySQL, code obtained is PHP.
>
>
|
|
|
 |
Aldo
|
| Posted: 03/03/2003, 4:25 PM |
|
thanks a lot for your help.
Aldo
<dontspamme_dsafar@hotmail.com> escribió en el mensaje
news:b3tjsa$fhp$1@news.codecharge.com...
> If you are using outlook express, click tools, options, read and uncheck
the
> "get 300 headers at a time".
>
> "Aldo" <aldos-girls@yifan.net> wrote in message
>news:b3p2mv$pm3$1@news.codecharge.com...
> > I have a problem when trying to limit the view of a field while I
present
> > the user a table with the whole data of a set of records. Well , one of
> > those sets has a text string inside, generally long text strings. When
> user
> > requires to change data from the database, a table shows up with the
> > complete records for one item. When the user reach the field of text, he
> has
> > to read a very tall column of text data,instead of read a few lines of
the
> > start of the text field. It makes the table very uncomfortable to read
or
> > either use.
> > Please if some one knows how to solve this problem, please reply this
> > message, even if it means to cut and paste from december news, cause I
can
> > only receive/read the last 300 news.
> > IMPORTANT: Database is MySQL, code obtained is PHP.
> >
> >
>
>
|
|
|
 |
DAVID
|
| Posted: 03/14/2003, 12:00 PM |
|
What kind of lame port is this?
<dontspamme_dsafar@hotmail.com> wrote in message
news:b3tjsa$fhp$1@news.codecharge.com...
> If you are using outlook express, click tools, options, read and uncheck
the
> "get 300 headers at a time".
>
> "Aldo" <aldos-girls@yifan.net> wrote in message
>news:b3p2mv$pm3$1@news.codecharge.com...
> > I have a problem when trying to limit the view of a field while I
present
> > the user a table with the whole data of a set of records. Well , one of
> > those sets has a text string inside, generally long text strings. When
> user
> > requires to change data from the database, a table shows up with the
> > complete records for one item. When the user reach the field of text, he
> has
> > to read a very tall column of text data,instead of read a few lines of
the
> > start of the text field. It makes the table very uncomfortable to read
or
> > either use.
> > Please if some one knows how to solve this problem, please reply this
> > message, even if it means to cut and paste from december news, cause I
can
> > only receive/read the last 300 news.
> > IMPORTANT: Database is MySQL, code obtained is PHP.
> >
> >
>
>
|
|
|
 |
|