This topic is locked

Turkish character in list box

7/20/2006 10:24:41 AM
ASPRunnerPro General questions
A
abdemir author

Hi Sergey,
I use multi line combo box on New Record form to select my products (5 rows).
By pushing CTRL button I select and then SAVE.
The selected products which contain special Turkish characters (i without dot, u with dots.....) appear unselected. If I change to view screen the record shows all selected products, including the ones with Turkish characters.
When I return to main form for editing, the a.m. products again can't be seen in the combo box, as if they were unselected.
What do you propose me to do?
Note - 1

MSSQL Collation setting is "Turkish - CS AI"
Note - 2 (Test results)

I tested special Turkish characters in mulitiple selection list box (lookup wizard) on ASP Runner 3.2 and also ASP Runner 4.0 with Access 2003.

There is a problem only on versiyon 4.0. There is no problem with versiyon 3.2
Best Regards,

Bulent

Alexey admin 7/21/2006

Bulent,
thank you for pointing me to this issue.

We'll fix it in the next version of ASPRunnerPro.
To get your pages working now please modify aspfunctions.asp file in C:\Program Files\ASPRunnerPro\source\include folder.

Find this line there:

if Format(sFieldName) <> FORMAT_HTML and sFormat<>EDIT_FORMAT_TEXT_AREA then



and modify it this way:

if Format(sFieldName) <> FORMAT_HTML and sFormat<>EDIT_FORMAT_TEXT_AREA and sFormat<>EDIT_FORMAT_LOOKUP_WIZARD then


Then rebuild your pages.

M
mazyad 9/19/2006

Took me over a week to figure out the problem. Thanks for the forum. Solved for Arabic as well.