Require MULTI-DATE PICKER CALENDAR

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
unixkd
Posts: 565
Joined: Thu Feb 11, 2010 1:39 pm

Require MULTI-DATE PICKER CALENDAR

#1 Post by unixkd »

Hi All

Anybody with the idea of how to implement MULTI-DATE PICKER CALENDAR in Xbase++ ?

Thanks

Joe

User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Re: Require MULTI-DATE PICKER CALENDAR

#2 Post by Auge_Ohr »

you you mean this
DcMonth.jpg
DcMonth.jpg (167.99 KiB) Viewed 9165 times
it use my DXE_MonthPick Control
DCMonthDay.zip
(3.76 KiB) Downloaded 635 times
but you can also use Alaska XbpMonthView()
greetings by OHR
Jimmy

User avatar
unixkd
Posts: 565
Joined: Thu Feb 11, 2010 1:39 pm

Re: Require MULTI-DATE PICKER CALENDAR

#3 Post by unixkd »

Hi Jimmy

The calendar should be able to return array of more than one date e.g. {01-01-2020,31-05-2020, ...}

Thanks

Joe

User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Re: Require MULTI-DATE PICKER CALENDAR

#4 Post by Eugene Lutsenko »

where do I get the function: DXE_MonthPick()?

User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Re: Require MULTI-DATE PICKER CALENDAR

#5 Post by Auge_Ohr »

hi,
Eugene Lutsenko wrote:where do I get the function: DXE_MonthPick()?
i have create my own native Controls and build DXE LIB which need Ot4xb
you can get it in German Xbase-Forom -> "Wissensbasis"
greetings by OHR
Jimmy

User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Re: Require MULTI-DATE PICKER CALENDAR

#6 Post by Auge_Ohr »

hi
unixkd wrote: The calendar should be able to return array of more than one date e.g. {01-01-2020,31-05-2020, ...}
hm ...

MONTHCAL_CLASS use Start-/ End- Day and calculate how much Days between
https://docs.microsoft.com/en-us/window ... ar-control

DATETIMEPICK_CLASS is to pick one Day
https://docs.microsoft.com/en-us/window ... er-control

for anythings else you have to build your own Control
greetings by OHR
Jimmy

Post Reply