Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
If they are free?
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
01142500
Message ID:
01146057
Views:
34
Interesting that you should bring this up....this is always something I've wanted to explore more, like how to add/extract data to and from the outlook calendar with VFP. Wouldn't happen to have any examples like that would ya?




>You probably allready have it
>
>
PUBLIC oform1
>oform1=NEWOBJECT("form1")
>oform1.Show
>RETURN
>DEFINE CLASS form1 AS form
>    Top = 0
>	Left = 0
>	Height = 250
>	Width = 600
>	DoCreate = .T.
>	Caption = "Form1"
>	Name = "Form1"
>	ADD OBJECT olecontrol1 AS olecontrol WITH ;
>		Top = 12, ;
>		Left = 48, ;
>		Height = 216, ;
>		Width = 504, ;
>		Name = "Olecontrol1", ;
>		OleClass = "OVCtl.OVCtl.1"
>	PROCEDURE Init
>		this.olecontrol1.folder = "Calendar"
>	ENDPROC
>ENDDEFINE
>
>
>>Hello Plinio,
>>
>>Unfortunally the control that I am interested in is not going to be included in Sedna.
>>
>>The ActiveX control that I need is ctMDay ( http://www.dbi-tech.com/ctmday.asp).
>>
>>
>>This control does what I am looking for :
>>
>>I would like to see daily appointment schedule for all the employees(about 10 employees). This is a beauty/Spa business. Example :
>>
>> John Smith Sergio Daly Mark Hamilton
>> ---------- ----------- -------------
>>
>>AM
>>
>>8 Hair Cut
>>
>>9 Pedicure
>>
>>10
>>
>>11
>>
>>12(PM)
>>
>>1
>>
>>2
>>
>>3
>>
>>4
>>
>>
>>
>>
>>Do you know where I can find a more affordable Active control to accomplish the above requirement?
>>
>>Thanks,
>>Sergio
ICQ 10556 (ya), 254117
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform