FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour schedule system
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
schedule system
Posted: Fri Jan 31, 2020 10:44 AM
Hello,

I start practically every year with a new schedule system.
But after a few weeks, it is somewhere, and the disorder reappears.
Nevertheless, I try again.

I think it's excellent and flexible to use the filesystem directly without a database.

To start, I start with a small program that creates a daily folder for me for the next few years.

I virtually recreate an appointment book.

Afterward, I make simple programs so that you can easily assign the documents with drag & drop and a file browser.

I plan the program dual, i.e., I can access with FIVEWIN and mod harbor.

Sincerely
Otto

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: schedule system
Posted: Sat Feb 01, 2020 11:18 AM
Hello,
Now I remembered a program I made 10 years ago, which has all build-in all I need now.

Thanks to Antonio and FIVEWIN, we can also use very old source code.


I can drag and drop different file types to xDocView. xDocView makes a preview automatically.


Best regards
Otto





If there is time depending appointment, then I change the file name to #hh_mm_ .






https://www.youtube.com/watch?v=nAmq3X24h_0

viewtopic.php?f=3&t=27050&p=150231&hilit=xdocviewer#p150231
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: schedule system
Posted: Sun Feb 02, 2020 11:40 AM
Hello,
Now I have my appointments on and offline.
Best regards,
Otto


Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Re: schedule system
Posted: Sun Feb 02, 2020 02:44 PM

Is Docviewer for download ?

Marc Venken

Using: FWH 23.08 with Harbour
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: schedule system
Posted: Sun Feb 02, 2020 04:49 PM
Hello Marc,

please give me some more days.
Then I will post my code on

https://www.modharbour.club

I am preparing a mod harbour fan page.
There will Fivewin and mod harbour content.



Best regards,
Otto
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: schedule system
Posted: Fri Feb 07, 2020 09:47 PM
Hello,
I had to make some changes to the ribbon class today.
I've been thinking for a long time about how best to do it.
Then I decided to delete all entries in the ribbon class that are not needed for my style.
The class is much clearer for me. (2007,2010,2013,2015,2016, etc. )
Best regards,
Otto


Continue the discussion