Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CtMDay.ocx How to get index from KeyId
Message
De
06/09/2010 17:27:10
 
 
À
27/08/2010 14:34:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01478959
Message ID:
01480350
Vues:
50
probably you need "AppointItemData"

u can use like this

get_Appointment_ID= thisform.ctMDay1.AppointItemData(nindex)

if you have ctmday.hlp u can find good sample over there


also you will need this command set

nStart = thisform.ctMDay1.AppointTimeStart(nindex) timestart
nEnd = thisform.ctMDay1.AppointTimeEnd(nindex) timeend
nDate = thisform.ctMDay1.AppointDate(nindex) date() - Ctod("01/01/1900")
nColumn= thisform.ctMDay1.SelectColumn() selected column
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform