Outlook Calendar (prototype)

User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: Outlook Calendar (prototype)

Post by Silvio »

Daniel Garcia-Gil wrote:Hello...

I moderated 2 messages, please avoid discussions in the forum

thanks so much


Daniel it is ok from me (look at email please)
Best Regards, Saludos

Falconi Silvio
User avatar
Otto
Posts: 6400
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 9 times
Been thanked: 2 times
Contact:

Re: Outlook Calendar (prototype)

Post by Otto »

Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: Outlook Calendar (prototype)

Post by Silvio »

Image
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: Outlook Calendar (prototype)

Post by Silvio »

Image
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: Outlook Calendar (prototype)

Post by Silvio »

Image
Best Regards, Saludos

Falconi Silvio
User avatar
ukservice
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

Re: Outlook Calendar (prototype)

Post by ukservice »

Hello,

What is the fix for the method ::Adddates() in order to show records from DBF and add dates?.

Thank you.
FWH 11.11, Harbour 3.1 and Borland C++ 5.82
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: Outlook Calendar (prototype)

Post by Silvio »

adddates read all appointments and load them on class to show box or special box.
see also LoadDates( nStart, nEnd, dStart, dEnd, cText, cSubject ) method on tcalex class
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: Outlook Calendar (prototype)

Post by Silvio »

I trying to read these classes and I saw we need only two important features:

an action when we click on cell of dayview and the possibilty to insert a dialog to create or modify a new appointment (record)

Insert the possiblity to show different type of Box ( colors, Bitmaps,Special day,...)

IF YOU Write here What we need for it ...
Best Regards, Saludos

Falconi Silvio
norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Re: Outlook Calendar (prototype)

Post by norberto »

Silvio, if we can send email in some events... like day 30 send email to ....

Norberto
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: Outlook Calendar (prototype)

Post by Silvio »

like a cronjob ?
Best Regards, Saludos

Falconi Silvio
User avatar
James Bott
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Re: Outlook Calendar (prototype)

Post by James Bott »

Norberto,

if we can send email in some events... like day 30 send email to ....


This would require that the calendar app be running 24/7. I think this would be better handled by some other constantly running app, like a web app. You could use something like the free http://www.lettermelater.com website. You can submit emails from your program that will get mailed later. I have never used it so I can't comment on it.

Regards,
James
User avatar
James Bott
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Re: Outlook Calendar (prototype)

Post by James Bott »

UKService,

What is the fix for the method ::Adddates() in order to show records from DBF and add dates?.


Are you having problems with this method, and if so what?

Note that the only events on the calendar are in Dec, 2010.

AddDates() would be better called addEvents(). I would also like to see an event class (I have started one already).

Note that if you are trying to compile the app using the test.rmk file, it must be updated with all the newer LIB names.

Regards,
James
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: Outlook Calendar (prototype)

Post by Silvio »

Also I have a oldest TEvent class

with sound alarm

telephon or bell sound or user sound

oEvent:=TEvent():New( dDate, cTime, bAction, cMsg,cSound, cTypeSound, everyday, nEachMin )
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: Outlook Calendar (prototype)

Post by Silvio »

James,
I think it is a starting point but
we need some features before ..to use it to our applications

first.
I saw on day view if I click an area I cannot insert a record.
I cannot move the mouse and move the black rectangule it create when I click an area

Second
do you understand how insert a new record ?

third
we can change the visualization of box and special box with bitmaps
sample : we can use the class tevent to set an alarm but we can insert also a bitmap a bell into the cell day we selected.


I think we need these feature before...

but I am thinking we must work together to arrive a solution for the community.

Reinaldo and Daniel have made this gift to us, we must not waste this opportunity !!!!!!!!!!!!!!!!!
Best Regards, Saludos

Falconi Silvio
User avatar
James Bott
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Re: Outlook Calendar (prototype)

Post by James Bott »

Falconi,

Yes, I agree, the calendar needs all those features. And no, I don't know how to program any of them. I have never done anything similar before.

Regards,
James
Post Reply