Hi all,
I have two forms A and B,
In Form A i have stringedit control and a button to filter the grid. and i have a mouseDblClk to pass the record to Form B.
Everything works fine when i use the codes in form.But, I need the logic in a class.
help me with codes that i have to write in class methods. i used the same codes i used in form ovveride methods, it doesn't work.
for instance when i doubleclick the grid the record have to pass to form B, for that i use mouseDblClk method. and it works perfectly, if i use the same code in a new class method and in the mouseDblClk method i called class method, it doesn't work.
Pls Help!
*This post is locked for comments
I have the same question (0)