This topic is locked
[SOLVED]

 No properties available in visual editor

2/21/2014 5:57:45 AM
PHPRunner General questions
J
jackheitzer@gmail.com author

Hi all,
In my database I have a table which contains a field "Date". I extracted month and year.
In "search and filter settings" I've choosen "Show on filter panel" for month and year.
Month and Year are shown in the filter panel as numbers and this works just fine.
However when I try to localize the monthnames, the are no properties available on the view as tab.
(http://xlinesoft.com/phprunner/docs/_view_as__settings_custom.htm)
All options are grayed out except for QRcode.
I did manage to get it right on an other project.
Do you know what goes wrong?
Best regards,
Jack

Sergey Kornilov admin 2/21/2014

Sounds a bit strange. Feel free to send us your project and sample database for investigation. You can open a ticket at http://support.xlinesoft.com.

A
Anapolis 2/21/2014



Hi all,
In my database I have a table which contains a field "Date". I extracted month and year.
In "search and filter settings" I've choosen "Show on filter panel" for month and year.
Month and Year are shown in the filter panel as numbers and this works just fine.
However when I try to localize the monthnames, the are no properties available on the view as tab.
(http://xlinesoft.com/phprunner/docs/_view_as__settings_custom.htm)
All options are grayed out except for QRcode.
I did manage to get it right on an other project.
Do you know what goes wrong?
Best regards,
Jack


What is the actual field type where you are storing "Date"?
What are the field type definitions when you look at the table structure in something like phpMyAdmin? Such as int(11) or varchar(12) etc
And then what do the "naked" values look inside the field in the database itself using a database administration tool?