Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EventInfo object in Clicked Event of CRViewer
Message
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Title:
EventInfo object in Clicked Event of CRViewer
Miscellaneous
Thread ID:
00842746
Message ID:
00842746
Views:
59
Here is the code for the event
PROCEDURE oleCRViewer.clicked
   LPARAMETERS x, y, eventinfo AS CRVEVENTINFO.CRVEventInfo, usedefault
   loE = EventInfo.GetFields() &&OLE error code 0x8002801d: Library not registered.
   ASSERT .F. MESSAGE "Lets get a look at loE"
ENDPROC
If I use a local declaration, IntelliSense gives me the following:
LOCAL  loE AS CRVEventInfo.CRVEventInfo
loE.CanDrillDown 
loE.GetFields()
loE.Index 
loE.ParentIndex 
loE.Text
loE.Type
Anyone have an idea why I would be getting the above OLE Error?
Tracy
Reply
Map
View

Click here to load this message in the networking platform