dode
|
| Posted: 03/04/2002, 3:28 AM |
|
Hi,
I have in the MySQL table tinytext field, value = "M & M", CC form with this
entry don#t work.
What made I incorrect.
dode
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 03/04/2002, 4:31 AM |
|
How specifically doesn't it work ?
What kind of form is that ?
--
Alex
CodeCharge Developer
"dode" <nc-brazaido@netcologne.de> wrote in message
news:a5vlp2$n85$1@news.codecharge.com...
> Hi,
>
> I have in the MySQL table tinytext field, value = "M & M", CC form with
this
> entry don#t work.
> What made I incorrect.
>
> dode
>
>
|
|
|
 |
Chris Seymour
|
| Posted: 03/04/2002, 6:05 AM |
|
nc-brazaido@netcologne.de (dode) wrote in
<a5vlp2$n85$1@news.codecharge.com>:
Hi Dode,
If you are trying to pass that on the URL line (&cName=M&M) you will
probably have to escape the field so the & is not interprted as a new URL
line variable.
Hope that helps.
Chris
>Hi,
>
>I have in the MySQL table tinytext field, value = "M & M", CC form with
>this entry don#t work.
>What made I incorrect.
>
>dode
>
>
|
|
|
 |
dode
|
| Posted: 03/04/2002, 10:39 AM |
|
The forms are Grid and Edit (one page),
I can see in grid area field value ("M&M" or "FAM & Co"), but in Edit form I
can see only "M" or "FAM" and no other fields and I can not edit record.
dode
"Alexey Alexapolsky" <alexa@codecharge.com> schrieb im Newsbeitrag
news:a5vpfk$73j$2@news.codecharge.com...
> How specifically doesn't it work ?
> What kind of form is that ?
>
> --
> Alex
> CodeCharge Developer
>
>
> "dode" <nc-brazaido@netcologne.de> wrote in message
>news:a5vlp2$n85$1@news.codecharge.com...
> > Hi,
> >
> > I have in the MySQL table tinytext field, value = "M & M", CC form with
this entry don#t work.
> > What made I incorrect.
> >
> > dode
> >
> >
>
>
|
|
|
 |
|