Missing Reference for QuickSearchDataSet in Customization

There is an Ice Tools guide, don’t have the link on hand. It can be helpful.

The lack of intellisense/code completion in classic forms customizations is a hindrance. It’s
a crutch I really miss.

Sometimes I open up the dlls in visual studio, or dnspy, and look around.

To be perfectly frank in this case however, this is what I did:

I knew this code worked, as I’ve used it and done something similar. I couldn’t
remember where though. I knew it needed that type, and was missing a “using” statement.
So I searched the forum for “QuickSearchDataSet”. Couldn’t find the “using” listed in any of
the posts, but I found this post with a trace in it:

In that trace there was this line:
<parameter name="ds" type="Ice.BO.QuickSearchDataSet">

I put 2 & 2 together and posted the solution.

Cheers :tada:

1 Like