Now I find I need this funtionality on say 20 forms. What I had started to do was repeat the same text box and browse dialog on each form, but thought there must be a better way . Some guidance of setting up a Customer Lookup class (based on a text Box that calls the browse dialog) that I can then drop on each of my forms.I can manage searching the tables etc but not sure how to set up the BrowseDialog in code as opposed to from within a form.
Pseudo code of the sort of thing I'm lookin at would be:
I will plough ahead then and see if I can develop a small Class. I initially wanted to ensure that this was feasible before devoting a lot of time and effort. I use these lookups all over the place , and in our VFP system, we have a few classes specificaly for this which are fairly generic and wanted to replicate something similar in SF if possible. I realise it may be a bit of work up front, but should pay off in the long run
Regards, Gerard