Bookmarks not working

Stimulsoft Reports.NET discussion
Post Reply
Martin Hart Turner
Posts: 66
Joined: Wed Apr 04, 2007 3:32 am
Location: Spain

Bookmarks not working

Post by Martin Hart Turner »

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.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Bookmarks not working

Post by Vital »

Problem fixed. Please get build from 21 May again.

Thank you.
Martin Hart Turner
Posts: 66
Joined: Wed Apr 04, 2007 3:32 am
Location: Spain

Bookmarks not working

Post by Martin Hart Turner »

Vital wrote:Problem fixed. Please get build from 21 May again.

Thank you.
Vital:

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.

Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Bookmarks not working

Post by Edward »

Nothing wrong was done by you. Please check its behavior in the build from May, 22.

Thank you.
Martin Hart Turner
Posts: 66
Joined: Wed Apr 04, 2007 3:32 am
Location: Spain

Bookmarks not working

Post by Martin Hart Turner »

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:

Code: Select all

--Report
    |
    |-- 1 <<---Series
        |-- 10  <<---Client codes
        |-- 11
        |-- 12
    |
    |-- 2
        |-- 1
        |-- 11
        |-- 3
    |
    |-- 3 
        |-- 10
        |-- 12
        |-- 20
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.
Guest
Posts: 182
Joined: Tue Jun 06, 2006 8:04 am

Bookmarks not working

Post by Guest »

Try to put in quotes value in bookmark property, then your bookmarks will look like this:

Code: Select all

--Report
    |
    |-- "1" <<---Series
          |-- 10  <<---Client codes
          |-- 11
          |-- 12
    |
    |-- "2"
          |-- 1
          |-- 11
          |-- 3
    |
    |-- "3"
          |-- 10
          |-- 12
          |-- 20
or you may use any other characters instead quotes, for example space character after value
Martin Hart Turner
Posts: 66
Joined: Wed Apr 04, 2007 3:32 am
Location: Spain

Bookmarks not working

Post by Martin Hart Turner »

Okay, I get the idea, thanks for the workaround.

Regards,
MartinH.
Post Reply