Hi Ivan. I have looked through the sample and am havong some difficulty just trying to understand whats going on, mainly because of my lack of experience on meaty c# projects. Obviously some of the code is generated by the framework, and some is not, and this is part of the difficulty I am having.
At this stage, before I do any serious work on this, I'd like to know in principle if it is feasible to have a 'Black Box' scenario where , in my 'LookupClass' , there are no dependencies on Browse Dialogs or even a Business Object being dropped on a form.
In simple terms , I would like to have say a 'TextBox' with a no. of Properties (e.g. BusinessObject I will be looking up, a subset of the browseDialog parameters to identify the style of Dialog I will be calling, and then a no. of methods where I will populate the business object).
Ideally, I dont want to be dependent on any Business Objects or browse Dialogs having to be dropped on a form and want this to be a completedly self contained piece of code. i.e. By looking at the Class, everything will be in there
Do you reckon doing something like this is feasible ?