add following attribute to your event
c#
[System.ComponentModel.Browsable(true)]
vb
<System.ComponentModel.Browsable(true)> _
sa@openwinforms.com
http:/www.openwinforms.com/
> I am able to see the property sheet for a specific textbox on my report,
> however, when I click the event tab on the property sheet, nothing is shown.
> When I click the format tab, I see what I expect to see. Any hints as to why
> I see formats, and not events.
help01 - 18 Jul 2007 21:28 GMT
I failed to mentioned previously that I am in MS access doing a report. I
don't know if this makes any difference. I will attempt to still look into
your suggestions in the meantime.
> add following attribute to your event
>
[quoted text clipped - 11 lines]
> > When I click the format tab, I see what I expect to see. Any hints as to why
> > I see formats, and not events.