>>> When I try to select a table "Rückstände" in a4d, things break.
>> 
>> You mean when you try to use that table name with database commands? How are
>> things breaking?
> 
> I use the following code within an a4d file:
> 
> query([Rückstände];[ Rückstände]ID = Num(session{"ID"}))
> 
> Which throws the following a4d error:
> 
> query([Rückstände];[Rückstände]ID = Num(session{"ID"}))
> Invalid field reference
> 
> This obviously cannot work. The umlauts are interpreted as 2 separate
> characters.
> 
> My settings:
> The a4d file containing the code is set to UTF-8.
> 4D server is running in Unicode mode.

Got it working. :-)

Had to set

platform charset = utf-8

in Active4D.ini

Pete


_______________________________________________
Active4D-dev mailing list
[email protected]
http://list.aparajitaworld.com/listinfo/active4d-dev
Archives: http://vasudev.aparajitaworld.com/archive/active4d-dev/

Reply via email to