gina
|
| Posted: 08/13/2002, 10:14 AM |
|
I need to make a form with about 25 fields. The problem is, not all of the fields will be filled out with each entry...this will vary every time. In some entries, 10 fields may be filled out, in others, it may be 20. Is there a way to eliminate empty fields on the grid form, rather then them showing up blank?
|
|
|
 |
WilliamB
|
| Posted: 08/13/2002, 10:47 PM |
|
I am not sure if this is at all feasible. You have a grid with n row and m columns whereby the columns have headers to show the field name. I don't see how you could omit some columns for some of the rows and still have the header stay in place ... unless you create a grid for each row.
|
|
|
 |
Nicole
|
| Posted: 08/14/2002, 2:26 AM |
|
Gina,
you can create Columnar type grid and hide whole rows (<tr> tag) with the particular field. Please refer to the following thread http://www.gotocode.com/disc_viewt.asp?mid=12551&
|
|
|
 |
|