CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 PROBLEMS WITH NORWEIGAN LETTERS ÆØÅ

Print topic Send  topic

Author Message
steninge

Posts: 3
Posted: 12/20/2012, 1:18 AM

I have some problems with æøå letters. When in a regular listbox they are shown fine but when in a dependent listbox they are not.

Appreciate any help with this.

Mvh
Sten-Inge
View profile  Send private message
Lucius

Posts: 220
Posted: 12/20/2012, 12:08 PM

Hi,

Please check the service page that dependent listbox queries for receiving the values for dependent listbox. This service page will show in CCS in "services" folder - it is automatically created by application. Especially check if the codepage settings are correct for this service page.

You can even call this page directly in your browser, you just need to supply correct GET parameters.
View profile  Send private message
steninge

Posts: 3
Posted: 12/21/2012, 4:21 AM

Hi,
Where do I set codepage for for the service paga?

Sten-Inge
View profile  Send private message
steninge

Posts: 3
Posted: 12/22/2012, 3:54 PM

Hi, I found out how to change codepage on the service page. What happened then was that my "Slave listbox" dont show any values. If I set the codepage on the service page back to "None - system default" my "Slave listbox" is showing values based on my "Master listboox" again.

HTML WITH CODEPAGE "NONE" AND WHEN MY SLAVE LISTBOX IS OK
<!-- BEGIN Grid vald -->[
<!-- BEGIN Row -->[ "{id}", "{beskrivelse}" ]<!-- END Row -->
<!-- BEGIN Separator -->,<!-- END Separator -->]<!-- END Grid vald -->

HTML WITH CODEPAGE "WINDOWS-1252" AND WHEN MY SLAVE LISTBOX IS NOT OK
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
</head>
<!-- BEGIN Grid vald -->[
<!-- BEGIN Row -->[ "{id}", "{beskrivelse}" ]<!-- END Row -->
<!-- BEGIN Separator -->,<!-- END Separator -->]<!-- END Grid vald -->
</body>
</html>

Any idea how to fix this?

Mvh
Sten-Inge
View profile  Send private message
Lucius

Posts: 220
Posted: 01/09/2013, 7:11 AM

Hi,

It seems I was incorrect here, setting explicit codepage for service page adds HTML tags. Those are the ones that are making the service not work.

You need to unfortunately remove those additional tags so the only thing remains is:

  
<!-- BEGIN Grid vald -->[   
<!-- BEGIN Row -->[ "{id}", "{beskrivelse}" ]<!-- END Row -->  
<!-- BEGIN Separator -->,<!-- END Separator -->]<!-- END Grid vald -->  

So the problem with codepage. Only thing that comes to mind is some incorrect codepage setting for whole project.

On a side note, have you tried to set whole project to UTF-8 codepage?

Other than that, please ask YesSoftware support for help .
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.