| Author |
Office 2000 multilingual
|
|
| Rob Nicholson 2005-01-21, 3:55 pm |
| One of our customers in Holland has a problem with our Excel 2000 based
application which we need to try and repeat. However, Office 2000 doesn't
appear to be available for downloads although strangely Office 95 is still
there.
Where can we get a copy of the Office 2000 multilingual CD-ROMs?
We stopped asking for the non-English CD-ROMs a while back (as we never used
them) but need this one now :-)
Thanks, Rob.
| |
| Dieter Krosch 2005-01-22, 3:55 pm |
| Rob Nicholson wrote:
> One of our customers in Holland has a problem with our Excel 2000
> based application which we need to try and repeat. However, Office
> 2000 doesn't appear to be available for downloads although strangely
> Office 95 is still there.
Because
http://groups.google.de/groups?hl=d...FTNGP09.phx.gbl
> Where can we get a copy of the Office 2000 multilingual CD-ROMs?
>
> We stopped asking for the non-English CD-ROMs a while back (as we
> never used them) but need this one now :-)
>
Murphey's law. ;-)
Regards
Dieter
--
Please only respond to the newsgroup
| |
| Rob Nicholson 2005-01-23, 3:56 pm |
| >
http://groups.google.de/groups?hl=d...8%40TK2MSFTNGP0
9.phx.gbl
Ahh that old chesnut. See what happens if you let the legal guys in :-)
> Murphey's law. ;-)
There's a chance we have an old copy as we don't tend to throw them away,
just put them in a *big* box in the server room. Just a daunting task to
search though them all.
Thanks, Rob.
| |
| Rob Nicholson 2005-01-26, 3:55 pm |
| > Murphey's law. ;-)
After spending about 30 mins sifting though the *huge* box of old MSDN
CD-ROMs, I found the Dutch Office 2000 CD-ROM!
And repeated the bug which is even better news.
It's due to Dutch Excel localising Boolean values when converted to strings:
Dim X As String
X = True
Debug.Print X
Prints "True" in English but "Waar" in Dutch. We were converting Boolean
values to strings when building a SQL UPDATE/INSERT statement. Whilst Excel
is happy working with waar and unwaar, Jet isn't so happy about :
Update [MyTable] Set [BooleanField]=waar Where [ID]=12
Cheers, Rob.
| |
|
| > with waar and unwaar
unwaar should be onwaar (untrue)
Have a nice day!
"Rob Nicholson" <informed@community.nospam> wrote in message
news:%23aDa6c6AFHA.1404@TK2MSFTNGP11.phx.gbl...
>
> After spending about 30 mins sifting though the *huge* box of old MSDN
> CD-ROMs, I found the Dutch Office 2000 CD-ROM!
>
> And repeated the bug which is even better news.
>
> It's due to Dutch Excel localising Boolean values when converted to
> strings:
>
> Dim X As String
> X = True
> Debug.Print X
>
> Prints "True" in English but "Waar" in Dutch. We were converting Boolean
> values to strings when building a SQL UPDATE/INSERT statement. Whilst
> Excel
> is happy working with waar and unwaar, Jet isn't so happy about :
>
> Update [MyTable] Set [BooleanField]=waar Where [ID]=12
>
> Cheers, Rob.
>
>
| |
| Rob Nicholson 2005-01-27, 8:55 am |
| > unwaar should be onwaar (untrue)
Sorry, my mistake :-) See I'm still .
|
|
|
|