|
-
May 19th, 2005, 03:08 AM
#1
Thread Starter
Hyperactive Member
Editable MSHFlexgrid and straight update to database
How to create an editable msHflexgrid and what has been edited is update to the database...anyone has done that before?
-
May 19th, 2005, 03:17 AM
#2
Re: Editable MSHFlexgrid and straight update to database
U may use another control like the (bound) datagrid control that supports that.
Whith MSHFlexGrid it is a complex thing. U need to do everything urself. Like Place a textbox, move the textbox around so that it looks like u r editing the cell etc., then update the value to database using query or recordset.
-
May 19th, 2005, 04:28 AM
#3
Re: Editable MSHFlexgrid and straight update to database
MartinLiss has some code that lets you edit the cell itself, but I like using a floating textbox, which I learned from szlammy. Look for flexgrid and szlammy for examples.
-
May 19th, 2005, 04:45 AM
#4
Thread Starter
Hyperactive Member
Re: Editable MSHFlexgrid and straight update to database
 Originally Posted by dglienna
MartinLiss has some code that lets you edit the cell itself, but I like using a floating textbox, which I learned from szlammy. Look for flexgrid and szlammy for examples.
but i mean MSHFlexgrid..not MSFlexgrid...
-
May 19th, 2005, 05:25 AM
#5
Re: Editable MSHFlexgrid and straight update to database
Oh. Sorry about that. You would have to float a textbox over the cell that you want to change, and then place it in a record set to update it.
EDIT: Glad somebody like it. 
DOUBLE-EDIT: I see you saw the other thread. ;(
Last edited by dglienna; May 19th, 2005 at 05:40 AM.
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
|