Forum

Blary
@jean-luc
Active Member
Joined: 03 Jun 2014 9H25
Last seen: 12 Jun 2015 13H00
Topics: 18 / Replies: 55
Reply
Adding a new parameter values list and use it

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...

12 years ago
Reply
Adding a new parameter values list and use it

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...

12 years ago
Topic
Replies: 12
Views: 11507
Reply
How to display two fields on same line ?

Too bad. So I have to leave on separate lines… Thanks.

12 years ago
Reply
How to display two fields on same line ?

Indeed, field size problem. Reduced "taxnum" from 32 to 24 bytes, and this field comes besides "tax". 🙂 … but without its label… :pinch: Is ...

12 years ago
Reply
How to display two fields on same line ?

Added private static $_fieldsAttributes=array("tax"=>"nobr" ); and protected function getStaticFieldsAttributes() { return self::$_field...

12 years ago
Reply
How store long texts (solved)

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...

12 years ago
Topic
Replies: 9
Views: 13387
Reply
How store long texts (solved)

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...

12 years ago
Reply
How store long texts (solved)

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 ...

12 years ago
Topic
Replies: 5
Views: 3665
Reply
Modèle de données de projeqtor

Too bad, because it would be very useful !

12 years ago
Forum
Reply
UTF8 on display, wrong in database because twice converted (solved)

self::$connexion->setAttribute(PDO::MYSQL_ATTR_INIT_COMMAND, "SET NAMES 'utf8'"); don’t work on my installation. But Replacing that line by se...

12 years ago
Reply
UTF8 on display, wrong in database because twice converted (solved)

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...

12 years ago
Reply
UTF8 on display, wrong in database because twice converted (solved)

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...

12 years ago
Reply
UTF8 on display, wrong in database because twice converted (solved)

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 :...

12 years ago
Reply
UTF8 on display, wrong in database because twice converted (solved)

What is sure is that you retrieve correct formatting if : - MySql server encoding parameter is correct ([mysqld] character-set-server = utf8)Yes - ...

12 years ago
Reply
UTF8 on display, wrong in database because twice converted (solved)

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...

12 years ago
Reply
UTF8 on display, wrong in database because twice converted (solved)

I saw inside the database: the single character "é" is registered with 4 (four !) bytes, as “é” UTF8-coded. Thus there is a function in Projector ...

12 years ago
Reply
UTF8 on display, wrong in database because twice converted (solved)

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...

12 years ago
Reply
Gestion de plusieurs devises – Several currencies management

I think the currency concerns only quotes, commands, billing and payments, related to client and external resources. And only one currency is possibl...

12 years ago
Page 3 / 3

Scroll to Top