Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Recover field's value from crystal preview window
Message
De
06/06/2003 08:12:49
Walter Meester
HoogkarspelPays-Bas
 
 
À
06/06/2003 06:16:39
Franco Felosi
Acut Servizi Srl
Brescia, Italie
Information générale
Forum:
Visual FoxPro
Catégorie:
Crystal Reports
Divers
Thread ID:
00797087
Message ID:
00797143
Vues:
30
Hi Franco,

I've done this in the past. I seem to have lost the code, but I'm sure you'll have to use the GETINTERFACE funtion in order to VFP recognize the objectmodel of the EventInfo class.

Without testing, I think it should be something like
oEventInfo  = GETINTERFACE(EventInfo,"CRVIEWER9LibCtl.CRVEventInfo")
oCollection = oEventInfo.GetFields()
oField      = oCollection.Item(fcol.SelectedFieldIndex)
MESSAGEBOX(oField.Value)
Walter,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform