finding the responsible control

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
inageib
Posts: 184
Joined: Wed 26 Aug 2009 14:11

finding the responsible control

Post by inageib » Wed 20 Oct 2010 00:28

Hi
after I developed my db and UI and bind controls , I had to change every thing and now after I change my db structure and try to redefine all my table SQL, I get error that field_id not found (because I remove it) , but I have many forms and many db controls how to find the responsible control/form fast so I can change its field name reference ?

AndreyZ

Post by AndreyZ » Wed 20 Oct 2010 12:07

Hello,

You can run search in your application directory for all dfm files ( *.dfm ) that contain field_id.

inageib
Posts: 184
Joined: Wed 26 Aug 2009 14:11

Post by inageib » Wed 20 Oct 2010 12:40

ok thanks alot

Post Reply