|
-
May 16th, 2001, 11:27 AM
#1
Please Help!! - Datagrid manipulation
I am attempting to create rows in a datagrid one by one, and then allow editing by each row. I am having trouble writing to specific columns/rows in the grid. In msflexgrid, I can use the text or textmatrix properties to write to the cells. How do I do this using Datagrid? I am trying to use the text property and it is giving me 'Rowset not available' error.
The reason I am not using the flexgrid is because I cannot edit the fields in a flexgrid without using comboboxes and textboxes to overlay the grid. DataGrid gives me more flexibility in these areas...
Thanks for any help
-
May 16th, 2001, 01:11 PM
#2
Re: Please Help!! - Datagrid manipulation
you need to create a recordset for the datagrid. You can build this on the fly and then allow the user to enter there data.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|