Hi All
Anybody with the idea of how to implement MULTI-DATE PICKER CALENDAR in Xbase++ ?
Thanks
Joe
Require MULTI-DATE PICKER CALENDAR
Re: Require MULTI-DATE PICKER CALENDAR
you you mean this
it use my DXE_MonthPick Control
but you can also use Alaska XbpMonthView()greetings by OHR
Jimmy
Jimmy
Re: Require MULTI-DATE PICKER CALENDAR
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
The calendar should be able to return array of more than one date e.g. {01-01-2020,31-05-2020, ...}
Thanks
Joe
- 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
where do I get the function: DXE_MonthPick()?
Re: Require MULTI-DATE PICKER CALENDAR
hi,
you can get it in German Xbase-Forom -> "Wissensbasis"
i have create my own native Controls and build DXE LIB which need Ot4xbEugene Lutsenko wrote:where do I get the function: DXE_MonthPick()?
you can get it in German Xbase-Forom -> "Wissensbasis"
greetings by OHR
Jimmy
Jimmy
Re: Require MULTI-DATE PICKER CALENDAR
hi
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
hm ...unixkd wrote: The calendar should be able to return array of more than one date e.g. {01-01-2020,31-05-2020, ...}
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
Jimmy