Don’t know if this question should be dropped here but:
When I give in a standard sort in the properties window sorting is done with uppercase words first and lowercase after that. How can I do a sort with no regard to upper- and lowercase?
Jan Blok:
This is controlled by the database, please check your database properties
I use the default firebird dbase engine 1.0 wich came with Servoy. How can I set these database properties??
I also have another question about sorting through a method.
I`m storing the users actions like finds and sorts in my solution in a user settings table.
Then I want to set the sort sequence through a variable.
example:
var Sort = ‘'DOCUMENT_NUMBER asc'’ \returns ‘DOCUMENT_NUMBER asc’
forms..controller.sort(Sort)
Is this possible??
Also tried to place the Sort between and placing the complete function in a variable and just call the variable.