Bookmarks not working
-
- Posts: 66
- Joined: Wed Apr 04, 2007 3:32 am
- Location: Spain
Bookmarks not working
Hello:
I am very new to StimulReports, so that's my excuse for this silly question!
I have got a bookmarks tree to show, but clicking on the bookmarks does not take me to the page where the bookmark contents is. In fact, it does nothing! What am I doing wrong?
I can't even get the Demo bookmarks to work.
I am using the compilation from 18th May. To use these updates I run the installer program, Uninstall from GAC to remove old components and then Install to GAC. I don't generate any native images. Is this the correct procedure?
Thanks,
MartinH.
I am very new to StimulReports, so that's my excuse for this silly question!
I have got a bookmarks tree to show, but clicking on the bookmarks does not take me to the page where the bookmark contents is. In fact, it does nothing! What am I doing wrong?
I can't even get the Demo bookmarks to work.
I am using the compilation from 18th May. To use these updates I run the installer program, Uninstall from GAC to remove old components and then Install to GAC. I don't generate any native images. Is this the correct procedure?
Thanks,
MartinH.
Bookmarks not working
Problem fixed. Please get build from 21 May again.
Thank you.
Thank you.
-
- Posts: 66
- Joined: Wed Apr 04, 2007 3:32 am
- Location: Spain
Bookmarks not working
Vital:Vital wrote:Problem fixed. Please get build from 21 May again.
Thank you.
I have downloaded the May 21st release, and the Demo program still does exactly the same - no bookmark jumping.
Just to make sure it's not a problem with my installation, this is what I do. I run the installer program, Uninstall from GAC to remove old components, then I copy the new files to the bin folder, then I run the installer program again and do a Install to GAC. I don't generate any native images. Is this the correct procedure?
BTW, I did recompile *all* the reports with the updated version before I ran them.
What am I doing wrong?
Regards,
Martin.
Bookmarks not working
Nothing wrong was done by you. Please check its behavior in the build from May, 22.
Thank you.
Thank you.
-
- Posts: 66
- Joined: Wed Apr 04, 2007 3:32 am
- Location: Spain
Bookmarks not working
Edward:
The latest build works fine, but I have detected a problem with bookmark jumping. Allow me to explain.
I have a bookmark tree created by 2 group bands, one band is for an invoicing series and the other is for the client code, so the tree can look like this:
Here I have 3 series (1,2 and 3) and client codes 10,11 and 12 for series 1, client codes 1,11 and 3 for series 2 and client codes 10,12,20 for series 3.
If I click on the series number 3, the client 3 of series 2 is selected - not series 3
If I click on client 1 of serie 2, series 1 is selected - not client 1 of series 2.
It seems to get confused but the different levels of bookmarks and were they are located (on which page and which group they belong to)
Regards,
MartinH.
The latest build works fine, but I have detected a problem with bookmark jumping. Allow me to explain.
I have a bookmark tree created by 2 group bands, one band is for an invoicing series and the other is for the client code, so the tree can look like this:
Code: Select all
--Report
|
|-- 1 <<---Series
|-- 10 <<---Client codes
|-- 11
|-- 12
|
|-- 2
|-- 1
|-- 11
|-- 3
|
|-- 3
|-- 10
|-- 12
|-- 20
If I click on the series number 3, the client 3 of series 2 is selected - not series 3
If I click on client 1 of serie 2, series 1 is selected - not client 1 of series 2.
It seems to get confused but the different levels of bookmarks and were they are located (on which page and which group they belong to)
Regards,
MartinH.
Bookmarks not working
Try to put in quotes value in bookmark property, then your bookmarks will look like this:
or you may use any other characters instead quotes, for example space character after value
Code: Select all
--Report
|
|-- "1" <<---Series
|-- 10 <<---Client codes
|-- 11
|-- 12
|
|-- "2"
|-- 1
|-- 11
|-- 3
|
|-- "3"
|-- 10
|-- 12
|-- 20
-
- Posts: 66
- Joined: Wed Apr 04, 2007 3:32 am
- Location: Spain
Bookmarks not working
Okay, I get the idea, thanks for the workaround.
Regards,
MartinH.
Regards,
MartinH.