S
Scott McNair
Hi,
I had originally designed an item as a user control, and now I'm going back
and re-creating it as an actual component. Making it as a control was a
poor decision on my part, and I'm trying to correct my mistake while I can.
There's only one problem I'm encountering... there's an error-trapping
subroutine that pulls the name of the calling application with
Application.ProductName. This works fine in the user-control portion, but
in the user-component portion, it shows an error.
What would be a good equivalent for use within a component?
Regards,
Scott M.
I had originally designed an item as a user control, and now I'm going back
and re-creating it as an actual component. Making it as a control was a
poor decision on my part, and I'm trying to correct my mistake while I can.
There's only one problem I'm encountering... there's an error-trapping
subroutine that pulls the name of the calling application with
Application.ProductName. This works fine in the user-control portion, but
in the user-component portion, it shows an error.
What would be a good equivalent for use within a component?
Regards,
Scott M.