1) we use "umlauts" in German ä ö ü. But if I use such an umlaut in as caption the program translates it wrong...
any hints
2) I´d like to store pictures - but not in the filesystem, I ´d prefer saving them as BLOB directly in the database. But it does not work. Can you please give ma an exaample how to save pics as BLOB
3) I have a very long table - that leads to the fact, that the centered detailview is on the right border of the screen. Is there a chance to adjust the detail view generaly to the left?
1) See this page where you can download different language files: http://www.websitedatabases.com/faq.html#t10
2) It is never recommended to store images into the database but rather save the files into a folder and the path to the file in the db.
3) Not exactly sure what line it will be but look in the generated datalist.php file.
1) See this page where you can download different language files: http://www.websitedatabases.com/faq.html#t10
2) It is never recommended to store images into the database but rather save the files into a folder and the path to the file in the db.
3) Not exactly sure what line it will be but look in the generated datalist.php file.
ad (3) YES for all others. Change center in line 908 to left ...
thank you