| Author |
French Calendar Control
|
|
|
| I'm using the MS Calendar Olecontrol on a form to facilitate date entry.
The application is being used in Quebec. Is anyone aware of a similar
control where the calendar would be in French?
Thanks in advance,
Jack
| |
| Paul Lee 2005-09-28, 3:25 am |
| "jack" <jacksreb@yahoo.com> wrote in news:ioi_e.337$056.9
@newssvr19.news.prodigy.com:
> I'm using the MS Calendar Olecontrol on a form to facilitate date entry.
> The application is being used in Quebec. Is anyone aware of a similar
> control where the calendar would be in French?
>
> Thanks in advance,
>
> Jack
>
There is a freebie date picker form on our website foxpro page.
It has the source code so you can probably change the month
and day names to suit you.
-----------------------------------------------------------------
Paul Lee ........... Abri Technologies ......... http://abri.com/
'Recover' - top rated FoxPro file repair utility.
-----------------------------------------------------------------
| |
|
| Hi Paul,
I downloaded the date picker from your website but had to find out that the
assumptions in your code are US-centric. I had to change quite a lot of code
and finetuned it in order to make it work in Europe.
Kind Regards
Mark
"Paul Lee" wrote:
> "jack" <jacksreb@yahoo.com> wrote in news:ioi_e.337$056.9
> @newssvr19.news.prodigy.com:
>
>
> There is a freebie date picker form on our website foxpro page.
> It has the source code so you can probably change the month
> and day names to suit you.
>
> -----------------------------------------------------------------
> Paul Lee ........... Abri Technologies ......... http://abri.com/
> 'Recover' - top rated FoxPro file repair utility.
> -----------------------------------------------------------------
>
| |
|
| Mark,
Any chance that you might share your code or come up with a reasonable fee
if I can use it?
Thanks,
Jack
"Mark" <Mark@discussions.microsoft.com> wrote in message
news:0B864674-5FE1-45A7-8EB6- 30EE7B391D32@microso
ft.com...[color=darkred]
> Hi Paul,
> I downloaded the date picker from your website but had to find out that
> the
> assumptions in your code are US-centric. I had to change quite a lot of
> code
> and finetuned it in order to make it work in Europe.
> Kind Regards
> Mark
>
> "Paul Lee" wrote:
>
| |
|
| Hi Jack,
I sent the sct and scx files to your e.mail address.
Mark
"jack" wrote:
> Mark,
>
> Any chance that you might share your code or come up with a reasonable fee
> if I can use it?
>
> Thanks,
>
> Jack
>
> "Mark" <Mark@discussions.microsoft.com> wrote in message
> news:0B864674-5FE1-45A7-8EB6- 30EE7B391D32@microso
ft.com...
>
>
>
| |
| Paul Lee 2005-09-30, 9:24 am |
| "=?Utf-8?B?TWFyaw==?=" <Mark@discussions.microsoft.com> wrote in
news:0B864674-5FE1-45A7-8EB6- 30EE7B391D32@microso
ft.com:
> Hi Paul,
> I downloaded the date picker from your website but had to find out
> that the assumptions in your code are US-centric. I had to change
> quite a lot of code and finetuned it in order to make it work in
> Europe. Kind Regards
> Mark
>
OK. Good that it worked out for you anyway. If you want to send a
copy to me I'll post it on my website as suitable for European
use. Just contact me at
http://www.abri.com/cgi-bin/nph-cgi...r.cgi/email.dat
and let me know your email. I don't post my email in news groups.
-----------------------------------------------------------------
Paul Lee ........... Abri Technologies ......... http://abri.com/
'Recover' - top rated FoxPro file repair utility.
-----------------------------------------------------------------
| |
| Paul Lee 2005-09-30, 8:25 pm |
| "=?Utf-8?B?TWFyaw==?=" <Mark@discussions.microsoft.com> wrote in
news:0B864674-5FE1-45A7-8EB6- 30EE7B391D32@microso
ft.com:
> Hi Paul,
> I downloaded the date picker from your website but had to find out
> that the assumptions in your code are US-centric. I had to change
> quite a lot of code and finetuned it in order to make it work in
> Europe. Kind Regards
> Mark
>
I made a few simple mods in the init method of original calendar
picker so that the month/day names can be easily changed to
just about any language. It is now available on the Foxpro page
of our website - along with Mark's French editon too.
-----------------------------------------------------------------
Paul Lee ........... Abri Technologies ......... http://abri.com/
'Recover' - top rated FoxPro file repair utility.
-----------------------------------------------------------------
| |
|
| thanks to all!
"Paul Lee" <no@spam.please> wrote in message
news:Xns96E1ADB7D832
DJD0MS@207.46.248.16...
> "=?Utf-8?B?TWFyaw==?=" <Mark@discussions.microsoft.com> wrote in
> news:0B864674-5FE1-45A7-8EB6- 30EE7B391D32@microso
ft.com:
>
>
> I made a few simple mods in the init method of original calendar
> picker so that the month/day names can be easily changed to
> just about any language. It is now available on the Foxpro page
> of our website - along with Mark's French editon too.
> -----------------------------------------------------------------
> Paul Lee ........... Abri Technologies ......... http://abri.com/
> 'Recover' - top rated FoxPro file repair utility.
> -----------------------------------------------------------------
>
|
|
|
|