Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MSCal.Calendar.7 - problem with WinXp and Win2000
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00576535
Message ID:
00576550
Vues:
49
The error msg appears to be:

'1425/OLE error code 0x8002802b: element not found'

It errors in the INIT where i run the code:

thisform.olecontrol1.day = DAY(p1)
thisform.olecontrol1.month = MONTH(p1)
thisform.olecontrol1.year = YEAR(p1)

This works in 98 but apparently not in XP/2000. Some similar posts have suggested adding '.object' to the reference. So i have changed the above to:

thisform.olecontrol1.object.day = DAY(p1)
thisform.olecontrol1.object.month = MONTH(p1)
thisform.olecontrol1.object.year = YEAR(p1)

This still works in Win98. Am not running XP or 2000. Any comments?


>Anyone familiar with a problem with this control on XP and 2000? I have some XP/2000 abusers who encounter problems. Ugly OLE errors. I would post more detail but have not yet seen the error and i am running 98 & NT.
>
>Thanks...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform