az7_neli 0 Newbie Poster

Hi, everyone again.
I have a new problem. I hope that somebody will help me. I still don't find a decision of my last problem.
This time I have following task:
I have a Form. I have ComboBox, DBGrid and Button. I must select name of table in which I will Insert data from ComboBox. Ok. Then I bind open DBGrid with table's Data Source. And open the table.
Example:

InsertDBG->DataSource=DMod->Pic_typeDS;   
DMod->Pic_type->Active=true;

So here is the problem:
I want to see only fields names and one empty row in DBGrid. I don't want to see data in this table.
I want that because if the user want to insert a new record he must scroll down to the end of DBGrid where there is an empty row which he will use to insert data.
This is not allow for a work like mine (Gradiation work I mean).
I hope that somebody knows ho to do that.
Thanks in advanced!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.