Page 1 of 1

finding the responsible control

Posted: Wed 20 Oct 2010 00:28
by inageib
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 ?

Posted: Wed 20 Oct 2010 12:07
by AndreyZ
Hello,

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

Posted: Wed 20 Oct 2010 12:40
by inageib
ok thanks alot