Welcome, Guest. Please login or register.
Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Kiko

Pages: [1]
1
Hello Axel,

It works now, thank you  ;)

2
Hi Alex,

Unfortunately still doesn't work, the report only show the bold label centered in the report with the text "Name:", all items below this label disappears.

3
Hello Alex,

I've been trying to update my report after your changes.
I used the propertys "hideIfEmpty" and "hideEmptyItems" in my report and the problem persists.

Can you take a look on my reports ?
Only the variable $V{empresaMorada} have text, the others below are empty.

Regards.

4
Subst thanks for your help but it didn't work for me.

Alex, your solution works but in the future is there a possibility "autoHeight" have the behavior described above?

5
My bad.

6
I built from source.
Here is my report file.

7
Yes, the textitem is inside a band and both have the property "autoHeight" checked and doesn't work. The space still appears for each textitem when it is empty.

8
Hello everyone,

The property "autoHeight" still does not suppress the text field when it is empty.
Is it supposed to do this or is there another function or property to make the text field suppress?

Regards.

9
Discussion | Обсуждение / Re: $V{#PAGE_COUNT} on script
« on: July 25, 2017, 07:50:59 PM »
#IS_FIRST_PAGEFOOTER works fine !

Thank you for adding these two variables, it helped me a lot.

10
Discussion | Обсуждение / Re: $V{#PAGE_COUNT} on script
« on: July 24, 2017, 02:15:51 PM »
Hey Alex,
I downloaded the last version from GitHub.
Thank you for your modifications, will be very useful to me.
However the system variable #IS_FIRST_PAGEFOOTER is always returning false.
Can you fix it ?

This is the script that I'm using to test the version:
Code: [Select]
$S{
  if($V{#IS_FIRST_PAGEFOOTER}){
   "a"
  }else{
   "b"
  }
}

11
Discussion | Обсуждение / Re: $V{#PAGE_COUNT} on script
« on: July 21, 2017, 12:25:39 PM »
I can't hide the pagefooter because I'm using other items on it.

12
Discussion | Обсуждение / Re: $V{#PAGE_COUNT} on script
« on: July 19, 2017, 12:44:43 PM »
The item is located on the Page Footer band.
I'm using Qt 5.9.1 and my datasource is provided by data transfer and linking to a report generator by SIGNAL­-SLOT approach.

Is it possible to create a parameter to force a 3rd pass where you could have access to the second pass variables in the script blocks or resize the bands ?

Wouldn't be possible to access the objects of my report before the preview/print ?

13
Discussion | Обсуждение / Re: $V{#PAGE_COUNT} on script
« on: July 18, 2017, 07:25:52 PM »
The object is a Text Item.

14
Discussion | Обсуждение / Re: $V{#PAGE_COUNT} on script
« on: July 18, 2017, 01:08:16 PM »
Thank you for the quick answer, but my problem persist.
How to hide or show an item based on the current page ?
E. g If is the last page I have to hide the item, otherwise I have to show it in the other pages of my report.
 

15
Discussion | Обсуждение / $V{#PAGE_COUNT} on script
« on: July 14, 2017, 08:31:41 PM »
The variable $V{#PAGE_COUNT} doesn't work on the script block $S{} ?
I used $V{#PAGE} and works fine but the $V{#PAGE_COUNT} gave me the error "SyntaxError: parse error".



Pages: [1]