Dears
i am writing a program in delphi, there are some form components that are reapeted in several forms(a DBgrid,TAdoQuery,DataSet,...), so i placed them in a frame to have a uniqe version of there code so i will not repeat the some code.
<br> my problem is there are several events of DBgrid that are not available when i place it in the frame, in my case i need the AfterInsert event of the dataset. i can put the code directly in to the TadoQuery object but it never get executed.
thanks
i am writing a program in delphi, there are some form components that are reapeted in several forms(a DBgrid,TAdoQuery,DataSet,...), so i placed them in a frame to have a uniqe version of there code so i will not repeat the some code.
<br> my problem is there are several events of DBgrid that are not available when i place it in the frame, in my case i need the AfterInsert event of the dataset. i can put the code directly in to the TadoQuery object but it never get executed.
thanks