florindaniel
Programmer
Hello,
I have this three object I use often and in a similar way:
a label explaining the type of info, a textbox to key in the data and a command button to search for that data in a table. I tried to encapsulate them and define a class
so I can use them easy. I don't know how to handle this: in the click event of the button I need to use a form where I show (in a grid) the table and from where I choose a value.
If I say something like: DO FORM SelData... it doesn't work.
Is there a way to encapsulate that form or is just a silly idea and there's some other way to handle that?
Thank you
Daniel
I have this three object I use often and in a similar way:
a label explaining the type of info, a textbox to key in the data and a command button to search for that data in a table. I tried to encapsulate them and define a class
so I can use them easy. I don't know how to handle this: in the click event of the button I need to use a form where I show (in a grid) the table and from where I choose a value.
If I say something like: DO FORM SelData... it doesn't work.
Is there a way to encapsulate that form or is just a silly idea and there's some other way to handle that?
Thank you
Daniel