Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do i Add a task/To do in schedular+ using VFP5
Message
De
08/06/1999 15:18:51
Diptesh Patel
Unitelsoftware Ltd.
Mumbai, Inde
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
How do i Add a task/To do in schedular+ using VFP5
Divers
Thread ID:
00227620
Message ID:
00227620
Vues:
64
How do i Add a task/To do in schedular+

I know how to add appointments. I am doing as per below.
similarly i want properties for tasks also
x=CreateObject('scheduleplus.application.7')
IF !x.loggedon()
x.logon
ENDIF
appt=x.Schedulelogged.appointments
count=0
appt.reset
count=1
y=1999 && year
m=6 && month
d=9 && day
when=alltrim(str(m))+"/"+alltrim(str(d))+"/"+alltrim(str(y))+;
" "+right(ttoc(datetime()),11)
when2=alltrim(str(m))+"/"+alltrim(str(d))+"/"+alltrim(str(y))+;
" "+right(ttoc(datetime()+3600),11)
oappt=appt.new
oappt.start=when
oappt.end=when2
myval="test appointment: DP "+alltrim(str(count))
oappt.notes=myval
oappt.text=myval
oappt.busytype=1
oappt=.NULL.


TIA
Répondre
Fil
Voir

Click here to load this message in the networking platform