SetOnKeyDown
I just installed ReportBuilder 7.04 and now can't compile my project. I am
getting two errors in the ppTextSearchPreview:
1. Method "SetOnKeyDown" not found in base class.
2. Undeclared identifier "OnKeyDown"
I am running D7 w/SP2. I had RB 7.03, but did a complete uninstall
(following the directions for a corrupt install). Can someone please tell
me what I am doing wrong?
Thanks in advance,
Nick
getting two errors in the ppTextSearchPreview:
1. Method "SetOnKeyDown" not found in base class.
2. Undeclared identifier "OnKeyDown"
I am running D7 w/SP2. I had RB 7.03, but did a complete uninstall
(following the directions for a corrupt install). Can someone please tell
me what I am doing wrong?
Thanks in advance,
Nick
This discussion has been closed.
Comments
This is not a known issue. First, try pointing your library path to
\RBuilder\Source\... rather than \RBuilder\Lib\.. and see if that helps. If
not, check the TppTextSearchCustomPreview class inside the
ppTextSearchCustomPreview.pas file for the SetOnKeyDown procedure and that
the OnKeyDown property is added into the public section of that class as
well.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
myself...already being made fun of in the office.
Nick