Search found 487 matches

by Didou12
29 May 2023, 14:39
Forum: Bug Report version 3.4.4
Topic: [SOLVED] Common report (listing configuration doesn't work)
Replies: 9
Views: 306

Re: Common report (listing configuration doesn't work)

Hi

With 3.4 beta 2, there always is this issue

thanks
by Didou12
29 May 2023, 14:36
Forum: Bug Report version 3.4.4
Topic: Two things with dropdown list
Replies: 4
Views: 194

Re: Two things with dropdown list

Hi,

with 3.4 Beta 2


- for multiple dropdown ajax, there is still the issue (not in the single)
- for the search, there is still the issue with "(", and doesn't search at all with this character

- focus when clicking in the field is fixed
by Didou12
29 May 2023, 14:28
Forum: Bug Report version 3.4.4
Topic: Solved - Hidden field names in item page
Replies: 3
Views: 179

Re: Hidden field names in item page

Hi,

with 3.4 Beta 2, there always is the issue with the "none" selected with others fields.

(clicking on the cross is fixed)
by Didou12
27 May 2023, 23:18
Forum: Discussion
Topic: How to total columns from a PHP code block with div in the report designer
Replies: 3
Views: 124

Re: How to total columns from a PHP code block with div in the report designer

you can use your own variable like : $app_choices_cache['my_variable_1234'] I recommend to add a random name with numbers/letters, just to avoid rewrite if the name already exists. Also, you need to verify the variable exists before using (to avoid PHP warning). So, you can have a code like this : i...
by Didou12
26 May 2023, 13:36
Forum: Discussion
Topic: Multiple PDF inside browser tab
Replies: 5
Views: 107

Re: Multiple PDF inside browser tab

PHP ? not really, you use JS to open a window. So the button is triggerred three times and open three windows. Maybe you can named your window, and if this windows is already opened in the browser get values from the url, and regenerate the window, if this code can manage several reports : TJasper.c...
by Didou12
26 May 2023, 12:25
Forum: Discussion
Topic: Multiple PDF inside browser tab
Replies: 5
Views: 107

Re: Multiple PDF inside browser tab

Hi,

Window.open, opens a new window at each time.

Maybe you could name the window (target) and try to add some code like : if window named ... is open, add code at the bottom of this window ?

I don't know jasper print, so it's just one idea.
by Didou12
24 May 2023, 13:13
Forum: Suggestions
Topic: Files Storage Modules
Replies: 21
Views: 6970

Re: Files Storage Modules

+1 for google drive