|
-
Nov 7th, 2000, 02:22 PM
#1
Thread Starter
New Member
I am wanting to allow employees to Add, Update or Delete records in a database. I have setup MSHFlexgrid to display the MS Access database.
I am wanting to allow them
to insert text into the database fields on the FlexGrid
to click the record they want to delete and delete that record
to type new info in a field (on a current record) and update the record.
Does anyone know if this can be done and how?
Thanks
-
Nov 8th, 2000, 08:49 PM
#2
Lively Member
A flexgrid does not allow you to update records you have to use either a database grid, a datagrid or if you want to use a flex grid you have to do a little imaginative programming. You can create a "floating" text box (a regular test box that you control programmatically) and use it to update the values in a flex grid.
text1.left = flexgrid.col(index).left and then code the value in the text box into the grid.
email me for more specifics or check VB's help files for the article on using flexgrids to update.
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
|