Search found 9 matches: appointment

Searched query: appointment

by Antonio Linares
Tue Oct 15, 2024 2:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 95
Views: 8288

Re: New FWH 24.09

... 24.07 and it works correctly.

The problem: Build panels creates two panels. The one on the right displays all of the available times, and any appointments. The one on the left is a date picker.

Now, with 24.09, the date picker panel no longer displays. Although someone could input a new ...
by TimStone
Mon Oct 14, 2024 10:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 95
Views: 8288

Re: New FWH 24.09

... 24.07 and it works correctly.

The problem: Build panels creates two panels. The one on the right displays all of the available times, and any appointments. The one on the left is a date picker.

Now, with 24.09, the date picker panel no longer displays. Although someone could input a new ...
by Otto
Fri Mar 01, 2024 9:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 2209

Re: Problem with alignment in SAY command

... is even easier when someone uses resources.
https://mybergland.com/fwforum/right.jpg


Joao, I often still think about the joint work on the appointment calendar, which is purely file-based, so completely without a database.
Do you also remember? It is my only GitHub project.
The design has been ...
by Otto
Sat Feb 10, 2024 6:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 1040

Re: Switching my setup program to webview2

... Economic Chamber (WKO link), subtitle, GPS coordinates, and so on.

On the right side of the window, there are options for "Password Mode", "Appointment Reservation", "Currency", "Waiter Codes", and fields for entering "Tourist Tax", "Tourist Tax Account", "Article Number", "Operation Master Data ...
by TimStone
Thu Jul 13, 2023 1:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 563

Re: Create solid color bitmap array

... the work ( or any other user defined purpose ). The color is associated with an ID

One attribute you can define is the Label for the particular appointment event, and the ID determines the background color for that appointment entry. The label is a numeric value that you specify. Codejock has a list ...
by Antonio Linares
Wed Apr 05, 2023 6:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 1252

Re: Sending HTML using MAIL

... Interface (MAPI) specification.

Here are some of the common values for lpszMessageType parameter:

"IPM.Note" - a regular email message
"IPM.Appointment" - an appointment or meeting request
"IPM.Contact" - a contact or address book entry
"IPM.Task" - a task or to-do item
"IPM.StickyNote" - a ...
by richard-service
Wed Jan 25, 2023 2:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 51008

Re: Codejock Calendar Samples?

TimStone wrote:Please look in FWH samples for schedule.prg, schedule.dbf, and schedule.dbt.

This provides you with a full running appointment scheduler/calendar using Codejock.

You can download a test version of Codejock Calendar control from their website.
OK. Thanks a lot.
by TimStone
Tue Jan 24, 2023 10:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 51008

Re: Codejock Calendar Samples?

Please look in FWH samples for schedule.prg, schedule.dbf, and schedule.dbt.

This provides you with a full running appointment scheduler/calendar using Codejock.

You can download a test version of Codejock Calendar control from their website.
by Jimmy
Mon Jan 23, 2023 7:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI Outlook "sync" with DBF / SQL
Replies: 0
Views: 362

MAPI Outlook "sync" with DBF / SQL

... SQL as "Dataprovider"

when use DBF / SQL i can use MAPI in 2nd Thread to "sync" Outlook.PST
when Outlook is "open" i can "see" when it "sync" Appointment

to "sync" Outlook.PST to DBF / SQL i have to "compare" Appointment with Database
Question :
is there a other Way to get "last Change" in *.PST ...