I'm trying to clean up my code. I have a form that has an onlick event for a Tedit. The thing is that the procedure for the onclick event is in another unit (with no form).
I moved the declaration of this procedure into the main form unit like that it shows in the pull down option of the onclick event.
The thing is it cannot find the procedure that is located in the other unit. Ihave the use statement pointing to the other unit, but it still tells me that is is unsatisfied. I know i can move back the code to my main unit but would like not to.
How do i do that?
Thanks.
PO
I moved the declaration of this procedure into the main form unit like that it shows in the pull down option of the onclick event.
The thing is it cannot find the procedure that is located in the other unit. Ihave the use statement pointing to the other unit, but it still tells me that is is unsatisfied. I know i can move back the code to my main unit but would like not to.
How do i do that?
Thanks.
PO