Adrian
|
| Posted: 01/05/2003, 5:37 AM |
|
Hi all!
I have News Record Form with 2 fields: Headline, Details.
In db these fields represented as (both not empty): headline char(100),
details text.
Browser shows only Headline field content. Details field content don't
shown at all. But if i change Headline field type to text - all ok, or
if i change Details field type to char(9999) - all ok, or if i change
Headline field type to text and Details field type to char(9999) - all
ok too! If i add new field Source of type char(100) to db and to Record
Form so News Record Form will be look as form with 3 fields: Headline
(char 100), Details (text) and Source(char 100) - all ok! What is it?
|
|
|
 |
|