Scott S.
|
| Posted: 06/12/2002, 7:14 PM |
|
I created a simple page in CCS 1.0, and added a grid to it. I specified the
data source, etc.
Then I set two labels - one points to a number field, the other is a 30 char
string.
Then I added another label and set it to point to a text field.
I set the number of records to display at 30 per page.
Problem is, it only displays the last record!!
I noticed if I leave the grid as is with the table and the two fields, it
displays the table and two fields for all 30 records, but only the LAST
record displays the 3rd field I add outside the table....
I cant display the 3rd field in the table, so thats not a fix....
Also, one other tidbit... field 2 and 3 are data type "html"...
Any help is greatly appricaited!!!!
Thanks,
Scott
|
|
|
 |
Nicole
|
| Posted: 06/13/2002, 5:15 AM |
|
Scott,
have you created Grid using Grid Builder? Have you tried it? Please try and get correct fully functional form.
To add one more field to the existing grid add new table column, then drag e.g. new Label control from ToolBox window Forms tab to new table cell. Then set up control settings in Properties window on Data tab.
Have you followed the similar steps?
|
|
|
 |
Scott S.
|
| Posted: 06/13/2002, 8:04 AM |
|
Well, if I use the grid wizard, and put the 3 fields in, all three fields display in the table.
However, I want to place one of the fields outside the table (underneath it actually). So I tried cutting and pasting the field below the table, but within the grid record tags.
Now, it prints the table for every record, but the field outside the table only for the last record.........
I cant have the field inside the table, because its HTML with pictures, and other stuff that I want to display....
|
|
|
 |
Nicole
|
| Posted: 06/14/2002, 6:07 AM |
|
Scott,
in case you place the field behind the form you’ll get only one value from the last grid records displayed. It is correct behavior.
In case you want to display all the fields underneath the main table you can create additional table that will display only one field with images.
|
|
|
 |
|