Karen
|
| Posted: 02/27/2003, 4:05 AM |
|
How do you go about populating a grid type form with values from an array (not table fields)? Pls help. Thanx very much.
|
|
|
 |
Karen
|
| Posted: 05/27/2003, 1:37 AM |
|
I'm still wondering abt this problem. Has anyone done this before? Any suggestions would be greatly appreciated. TIA!
|
|
|
 |
rclayh
|
| Posted: 05/27/2003, 8:36 AM |
|
This is probably too kludgey but I had to build a list from filenames. I ended up using a label set to HTML (instead of text). I then wrote a piece of custom code to build the HTML and put it in the before show event of the label.
So you could build the grid in the WYSIWYG editor, then copy that HTML and wrap it with code to render it, pluggin in your dynamic values.
|
|
|
 |
|