French Language Booleen Searches

  • Thread starter Thread starter John S
  • Start date Start date
J

John S

I am using a booleen for a search of a pet database. The application works
fine on an english language-based Windows 2000 machine, but not when I port
it to a Windows 2000 machine set up for the French language. The French
language machine will not accept "vrai" and faux"(queries keep asking for
the parameter for "vrai") however "if " statements always produce "vrai" or
"faux".

Anyone else had this problem?.

John S
Aylmer, Quebec
 
Try using the values -1 and 0 instead of True and False. That is a workaround,
and I have NO idea why you are having the problem with Vrai and Faux.
 
Back
Top