Search found 556 matches

by pepe
13 Oct 2021, 14:10
Forum: Discussion
Topic: HTML Render Items in DropDown List
Replies: 12
Views: 776

Re: HTML Render Items in DropDown List

This seems not to work out for me. Fields with HTML formatting in list entity do not show the formatting in dropdown. Fields in Heading Template can be formatted but this does not allow to display a list of colors. A much better would be a new field to pick colors (like you have it in various places...
by pepe
12 Oct 2021, 14:12
Forum: Discussion
Topic: HTML Render Items in DropDown List
Replies: 12
Views: 776

Re: HTML Render Items in DropDown List

Another user asked in PM how this has been done. I have added the following to Tool Tip of that field: <span style="font-size:10px;"><span style="color:#FFF59D">&#9608;&#9608;</span><span style="color:#000000"> Gelb, </span> <span style="color:#757575"...
by pepe
12 Oct 2021, 11:57
Forum: Suggestions
Topic: Refresh Button in Gantt Chart
Replies: 1
Views: 273

Re: Refresh Button in Gantt Chart

For now, I have added a workable solution. This is to add Process Button fields to the item list and hook it to a dummy automated action. In my case, I have added another date field called "Refresh date". The execution forces the Ganttchart to refresh after moving around items in the struc...
by pepe
12 Oct 2021, 11:51
Forum: Discussion
Topic: HTML Render Items in DropDown List
Replies: 12
Views: 776

Re: HTML Render Items in DropDown List

Hi Sergey, the answer is very simple: If the user shall have the option to choose individuell colors for Gantt chart, then you need to hook this to a dropdown. However, in dropdown, you don't see selectable colors. For the time being, this is my work-around: 2021-10-12_DropDown_Colors.JPG Regards, P...
by pepe
06 Oct 2021, 01:02
Forum: Discussion
Topic: Error 406 in Browser
Replies: 1
Views: 227

Error 406 in Browser

Hi, since this morning I am getting die Error 406 in browser when copying code into a PHP Code field. The code has a length of approx. 450 lines. I have tested in Chrome, Edge, Firefox and am on Windows 10 with latest update. Using Ruko 2.9.2. Does anyone have suggestions about the reason for the 40...
by pepe
02 Oct 2021, 17:59
Forum: Suggestions
Topic: Refresh Button in Gantt Chart
Replies: 1
Views: 273

Refresh Button in Gantt Chart

Hi Sergey, I am using PHP Code to recalculate the collective items in tree of Gantt chart. These are all items possessing children items (folder symbol, Gantt bar in color grey). Moving items around in the chart does update the tree structure but obviously does not recalculate the changed start and ...
by pepe
02 Oct 2021, 17:42
Forum: Discussion
Topic: HTML Render Items in DropDown List
Replies: 12
Views: 776

HTML Render Items in DropDown List

Hi Sergey,
if it does not create to much effort, would it be possible to implement rendering HTML code in list (and field) of dropdown field?
2021-10-02_HTML_Render_DropDown_List.JPG
Currently, only code will be in display.
Regards, Pepe
by pepe
21 Sep 2021, 20:44
Forum: Discussion
Topic: Count=0 in field "Nested Calculations" in PHP Code
Replies: 1
Views: 216

Count=0 in field "Nested Calculations" in PHP Code

Hi Sergey, I use the field "Nested Calculations" in PHP Code. The database shows the correct values, these: - Items which are tree nodes: Number of children - Regular items: 0 (no children) In PHP code, if you look at the array in debug mode, the value is always 0, no matter the item is a ...
by pepe
26 Aug 2021, 21:10
Forum: Discussion
Topic: db_query to SELECT multiple records
Replies: 2
Views: 279

Re: db_query to SELECT multiple records

Hello Edi,
thank you for your response. It clarifies a lot, really helpful!
Regards, Pepe
by pepe
26 Aug 2021, 18:19
Forum: Discussion
Topic: db_query to SELECT multiple records
Replies: 2
Views: 279

db_query to SELECT multiple records

Does the function db_query also select a multidimensional array? This would be the case if more than one record satisfy the clause. Example: $qrystr = "SELECT id, parent_id FROM app_entity_100 WHERE 1=1;"; // the WHERE 1=1 would allow for selecting all records $qry = db_query($qrystr, fals...