Last seen: 12 Jun 2015 13H00
But some menu entries – as Role and all other entries under Values lists… and Values lists itself ! – are not in access rigths, however they are prese...
As I understand, the ‘idle’ column is requested for use of the table in a combo box, is this true? Yes, it is a way to disable some item wothout dele...
Too bad. So I have to leave on separate lines… Thanks.
Indeed, field size problem. Reduced "taxnum" from 32 to 24 bytes, and this field comes besides "tax". 🙂 … but without its label… :pinch: Is ...
Added private static $_fieldsAttributes=array("tax"=>"nobr" ); and protected function getStaticFieldsAttributes() { return self::$_field...
OK, very long texts give a big window. Functional but not very comfortable. So it needs to have a scrollbar for the field beyond N lines rather tha...
I had a look on that module. Apparently, it should be sufficient to enforce $dataLength value depending on $dataType. 🙂 I'll come back with re...
I understand, but I need to know how (and where) change code in Projeqtor to accept text format. It is displayed, no ? even if bad, so it is possible ...
Too bad, because it would be very useful !
self::$connexion->setAttribute(PDO::MYSQL_ATTR_INIT_COMMAND, "SET NAMES 'utf8'"); don’t work on my installation. But Replacing that line by se...
I confirm a fonctional difference between MySqli and PDO (used by Projeqtor but buy no other software on my server nor my local PC), this one requerin...
OK for the PhpMyAdmin screenshot, i didn’t pay attention enough… After putting a trach in the Sql.php module, I notice that data seems to be send O...
As I said, within Projeqtor all displays OK, so you can show all screenshots you want, that don't probe anything. But I try to use far UTF8 chars :...
What is sure is that you retrieve correct formatting if : - MySql server encoding parameter is correct ([mysqld] character-set-server = utf8)Yes - ...
If "é" is encoded woth 4 bytes in your database, then it is not in UTF8, but UTF16. This may explain your issues. I can confirm that with parameters...
I saw inside the database: the single character "é" is registered with 4 (four !) bytes, as “é” UTF8-coded. Thus there is a function in Projector ...
As I said, all the system (currenltly local server on my PC) is utf8 (Linux Mint, not Windows !). I've several other databases, some since a lot of ye...
I think the currency concerns only quotes, commands, billing and payments, related to client and external resources. And only one currency is possibl...