FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Outlook Calendar (prototype)
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: Outlook Calendar (prototype)
Posted: Wed Jan 26, 2011 11:14 PM
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
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Outlook Calendar (prototype)
Posted: Thu Jan 27, 2011 11:16 AM
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: Outlook Calendar (prototype)
Posted: Thu Jan 27, 2011 11:18 AM
Best Regards, Saludos



Falconi Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: Outlook Calendar (prototype)
Posted: Thu Jan 27, 2011 11:41 AM
Best Regards, Saludos



Falconi Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: Outlook Calendar (prototype)
Posted: Thu Jan 27, 2011 11:41 AM
Best Regards, Saludos



Falconi Silvio
Posts: 417
Joined: Tue Feb 23, 2010 03:09 PM
Re: Outlook Calendar (prototype)
Posted: Thu Jan 27, 2011 03:44 PM

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
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: Outlook Calendar (prototype)
Posted: Thu Jan 27, 2011 07:39 PM

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
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: Outlook Calendar (prototype)
Posted: Fri Jan 28, 2011 08:43 AM

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
Posts: 566
Joined: Thu Aug 30, 2007 03:40 PM
Re: Outlook Calendar (prototype)
Posted: Fri Jan 28, 2011 10:45 AM

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

Norberto

Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: Outlook Calendar (prototype)
Posted: Fri Jan 28, 2011 12:12 PM

like a cronjob ?

Best Regards, Saludos



Falconi Silvio
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: Outlook Calendar (prototype)
Posted: Fri Jan 28, 2011 03:05 PM
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
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: Outlook Calendar (prototype)
Posted: Fri Jan 28, 2011 03:12 PM
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
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: Outlook Calendar (prototype)
Posted: Fri Jan 28, 2011 06:30 PM

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
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: Outlook Calendar (prototype)
Posted: Fri Jan 28, 2011 06:36 PM

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
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: Outlook Calendar (prototype)
Posted: Fri Jan 28, 2011 09:49 PM

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

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10