Re: getting errors from Europe
From: Jezebel (dwarves_at_heaven.com.kr)
Date: 07/25/04
- Next message: Gale Green: "Re: Createing shortcuts using VB6"
- Previous message: Colin Bruce: "Re: Createing shortcuts using VB6"
- In reply to: Mark Saville: "getting errors from Europe"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 26 Jul 2004 07:10:48 +1000
Regional settings are likely the problem. Apart from making sure your app
doesn't assume mm/dd/yy as a date format, common problems relate to --
- date functions that assume the day and month names will be in English
- number formatting that assumes the decimal point and thousands separator
will be period and comma respectively
- currency formatting that assumes the currency symbol is a single character
prefixed to the number
In any case, you shouldn't need to be writing sub-routines to 'fix the date
problem': let the operating system do the work for you, following whatever
settings the user has chosen on that particular machine. Otherwise you're
always trying to second-guess what's going on, and sometimes (as,
apparently, in the current situation) you'll guess wrongly.
"Mark Saville" <msaville@tbaytel.net> wrote in message
news:u8iMV1ncEHA.2408@tk2msftngp13.phx.gbl...
> Hi,
>
> Seems that some people in Europe are having trouble
> accessing the database in my application.
> Anyone have any information on this?
> The entry in the access database shows up in the DB itself
> but not in the grid in my application. Serching from the app
> brings up 'no such entry'
> We put a subroutine in to fix the date format.
>
> Thanks,
> Mark
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!
- Next message: Gale Green: "Re: Createing shortcuts using VB6"
- Previous message: Colin Bruce: "Re: Createing shortcuts using VB6"
- In reply to: Mark Saville: "getting errors from Europe"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|