One of my search fields is and Active Flag and it is a bit field. Is there any way that I can display this seach field as a checkbox?
Thanks again!
I am not sure this is supported by the Browser Dialog by default, but this is what I did for the same situation, and instead of a checkbox, I am using a combobox with an Enum.
Thanks so much for getting back to me. So can I just create this enum in my form class? I thought about doing that but when I tried, all I could get was syntax errors. I looked for some C# examples, and just couldn't find any basic enough for my basic ignorance