Search found 557 matches

by pepe
26 Aug 2021, 18:19
Forum: Discussion
Topic: db_query to SELECT multiple records
Replies: 2
Views: 305

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...
by pepe
24 Aug 2021, 11:29
Forum: Discussion
Topic: New Gantt Chart
Replies: 0
Views: 268

New Gantt Chart

Hi Sergey, the revised Gantt chart feature (free version) is great! Thought, I have a slight PROBLEM: In tree tables I can invoke either PHP Code or AJAX Request by utilizing the according field types. I am using this to find min Start Date and max End Date in collective tree items. This is similar ...
by pepe
26 Jul 2021, 12:23
Forum: Suggestions
Topic: Nested calculation field
Replies: 1
Views: 481

Nested calculation field

Hi Sergey,
for nested calculations field we now have SUM and COUNT functionality. I suggest to implement calculations for
- earliest start date
- latest end date
for children in order to be able to move parent start/end in accordance to all children of a given parent.
Best, Pepe
by pepe
16 Jun 2021, 18:03
Forum: Discussion
Topic: Slow display of tree view
Replies: 3
Views: 302

Re: Slow display of tree view

Are formulas evaluated differently in regular and in tree view tables? Otherwise, there should be no difference.
Regards, Pepe
by pepe
16 Jun 2021, 14:18
Forum: Discussion
Topic: Slow display of tree view
Replies: 3
Views: 302

Slow display of tree view

Hi Sergey, my task table has about 150 items. It takes about 3 seconds to display regular table view. And it takes about 1 min to get the tree view displayed on screen. Would you expect such a long time or is there something going wrong?
Thank you for your comment.
Regards, Pepe
by pepe
05 Jun 2021, 14:37
Forum: Discussion
Topic: Hardware Signature Pad
Replies: 5
Views: 509

Re: Hardware Signature Pad

Hi Filip, I am using a WACOM signature pad with Rukovoditel and it works fine.
Regards, Pepe
by pepe
02 Jun 2021, 19:14
Forum: Discussion
Topic: Image map by project
Replies: 3
Views: 467

Re: Image map by project

This problem has been raised before. Please see link
viewtopic.php?f=2&t=892&p=3501&hilit=image+map#p3501
If there are a number of requests, chances increase to get this in near future.
Regards, Pepe
by pepe
02 Jun 2021, 19:11
Forum: Discussion
Topic: 2.9 - release date
Replies: 6
Views: 481

Re: 2.9 - release date

I am so happy to get this now. I already have been working on this using PHP-Code. This is extremely complicated.
I am really looking forward to the release!
Regards, Pepe
by pepe
02 Jun 2021, 10:59
Forum: Discussion
Topic: 2.9 - release date
Replies: 6
Views: 481

Re: 2.9 - release date

Hi Sergey,
this new feature is really great!
Will the tree structure be in sync with the tree structure in Gantt report?
Regards, Pepe
by pepe
19 May 2021, 21:21
Forum: Suggestions
Topic: Run PHP Code when drag&drop in Gantt chart
Replies: 0
Views: 301

Run PHP Code when drag&drop in Gantt chart

Hi Sergey, I am synchronizing changes of hierarchy done in form with field "parent_id". This field holds hierarchy of Gantt chart. I am using PHP Code to accomplish this and everything works fine in the form. 2021-05-19_Hierarchy_GanttChart.PNG However, when applying a drag&drop event ...