Hello,
I have a reference group control on a form which is having a lookupreference method on corresponding field in form datasource.
Now i have a another form where i have the same reference group control and i want the same lookupreference method to be used there.
What should i do to avoid writing the same code in the lookupreference method of this new form?
The same reference group control may be used in another forms gets created in future. everytime i don't want to write the same code in lookupreference method on each of those new forms.
Can a Class provide the solution for reuse of the code?