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
Printable View
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
Not to my knowledge you can't.
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