Bug 357217 - Add support for jumping to a desired page number in Reports
Summary: Add support for jumping to a desired page number in Reports
Status: CLOSED FIXED
Alias: None
Product: KEXI
Classification: Applications
Component: Reports and Printouts (show other bugs)
Version: 2.9.10
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: 2.9.11
Assignee: Adam Pigg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-27 15:15 UTC by Albrecht Will
Modified: 2016-01-23 10:50 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 2.9.11


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Albrecht Will 2015-12-27 15:15:30 UTC
Because I have troubles to read the content of the very last column in a request if it is very long, I tried to make a detour over reports. And here it would be very nice to find the searched content if I could jump to a page in report (=data-row]

May be you find a way to easily read the complete content inside the request?

Reproducible: Always
Comment 1 Jarosław Staniek 2016-01-19 21:32:09 UTC
"May be you find a way to easily read the complete content inside the request?"

I'd need more explanation. If this is other topic than this wish it would be better to submit new wish or ask on the mailing list or the forum.
Comment 2 Jarosław Staniek 2016-01-19 21:34:42 UTC
I am able to enter number here: http://i.imgur.com/MHMEjvd.png
But pressing Enter does not have any effect.
Confirmed, thanks.
Comment 3 Adam Pigg 2016-01-23 09:51:20 UTC
Git commit f9753ba22b611c2d94fa27e8b1374bf41abf3ed4 by Adam Pigg.
Committed on 23/01/2016 at 09:51.
Pushed by piggz into branch 'calligra/2.9'.

Allow jump to report page

M  +5    -1    kexi/plugins/reports/kexireportview.cpp

http://commits.kde.org/calligra/f9753ba22b611c2d94fa27e8b1374bf41abf3ed4
Comment 4 Jarosław Staniek 2016-01-23 10:48:08 UTC
Git commit 99b83c13d13f958cce4c11f47fb8dd67b068171e by Jaroslaw Staniek.
Committed on 23/01/2016 at 10:43.
Pushed by staniek into branch 'calligra/2.9'.

GIT_SILENT Fix 2 compiler warnings and formatting for the "Allow jump to report page" fix

M  +5    -5    kexi/plugins/reports/kexireportview.cpp

http://commits.kde.org/calligra/99b83c13d13f958cce4c11f47fb8dd67b068171e
Comment 5 Jarosław Staniek 2016-01-23 10:48:37 UTC
Good job Adam!