Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
EventInfo object in Clicked Event of CRViewer
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Crystal Reports
Titre:
EventInfo object in Clicked Event of CRViewer
Divers
Thread ID:
00842746
Message ID:
00842746
Vues:
60
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
Répondre
Fil
Voir

Click here to load this message in the networking platform