PDA

Click to See Complete Forum and Search --> : DBgrid Help !!!!


Nov 21st, 2000, 01:03 PM
Hi all

Can I get another row in a dbgrid with a combo box and a text box if a certain condtion is satisfied? I want to use the code to call the second row.

If yes
Then how

Edneeis
Nov 22nd, 2000, 10:54 PM
Not to my knowledge you can't.

Dec 5th, 2000, 02:32 AM
1.In design mode add a combo and text box in the row where u want it to appear and set its visible property to FALSE

2. Whenever ur condition satisfies then set the combo and textbox property to TRUE at that particular row

This is how i generally do..
Either u can use 3rd Party Controls such as Sheridian Controls available at
http://www.shersoft.com

Check out if this solution helps ur requirement