Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CtMDay.ocx How to get index from KeyId
Message
From
06/09/2010 17:27:10
 
 
To
27/08/2010 14:34:07
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01478959
Message ID:
01480350
Views:
51
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform