How to fix a position of a button

Hello,
I have a matrix report developed in Reports 5.
This report includes a button to open a detail
report when pressed. The button is located inside
the matrix. This report runs well for Reports 5,
but with 6i the button occurs in the upper left corner,
independent if I use an anchor or anything else.
I already dropped the button within R5 and created
a new one in R6i - same effect, upper left corner.
Is there someone who knows how to solve this problem ?
Thanks in advance,
Udo

Hello Shehazab,
how did you solve your problem ?
Maybe it's a bug, depending on the reports release ?
I am using Reports 6.0.8.16.0.
A friend of mine is using 6.0.5.34.1 - and it works !
So I assume we have to face a real BUG.
Maybe a patch would help.
Cheers,
Udo

Similar Messages

  • My iPhone 4S has been frozen in the loading screen I don't know how to fix it:( my lock screen button doesn't work

    My iPhone 4S has been frozen in the loading screen I don't know how to fix it:( my lock screen button doesn't work

    Without a working lock screen button, you'll probably have to wait for the battery to go dead.  Once it doesn't wake up by pressing the home button you can plug it into a charger and it will eventually reboot.

  • Anyone know how to fix a stuck sleep/wake button on the IPOD Touch?

    Anyone know how to fix a stuck sleep/wake button on the IPOD Touch?

    If the songs are still on your ipod, make sure autosync is disabled in iTunes on your computer, connect and right click on it in the device list, then choose "transfer purchases" to copy all bought media and apps from your ipod to your computer.
    If the songs are not on your computer and got deleted from your ipod as well, you can't get them back, unless you have a backup of your iTunes library as part of your computer backup.

  • How to fix the position of table columns.

    Hay all,
    Can anybody tell me that how to fix the position of columns in a table.By default the columns can be moved to any position in the table.
    Regards,
    Sharad Agarwal

    table.getTableHeader().setReorderingAllowed(false);this will do...
    Regards,
    Byju

  • How to fix ipod touch 4g home button(jammed)

    How to fix ipod touch 4g home button(jammed)?

    Hey! So I found out this free way to be able to use the home button with no cost! It won't unjam it, but using this method you will have a touchscreen homebutton.
    Directions:
    1. Go to Settings
    2. Go to General
    3. Scroll down and go to Accessibility
    4. Scroll down and go to Assistive Touch
    5. Then turn assistive touch on.
    What you will see is a little white circle on the screen. When you tap this circle you have the Home button option(which functions all the ways of your jammed home button). As well as a few other options; Device, Favorites and Gestures. You can move that circle about the screen for your convenience. This is just a way to have a home button without paying to restore.

  • How to fix the position of different component?

    Hay all,
    Can anybody tell how to fix the position of any component so that they cant be moved from there initial positiion
    Regards,
    Sharad Agarwal

    Set layout to null and set bounds of the component to whatever you like.

  • How to fix the position of JInternal frames added in JFrame

    Hay Frnds, I am having a problem. I have a JFrame ,in which i have added five JInternalFrames. My problem is that i want to fix the position of thaose Internal frames so that user cant move them from one place to other. Is there any way to fix there position. Plz reply as soon as possible. Its very urgent.
    Thanks.

    In Jframe I added one rootPanelI don't know what a rootPanel is or why you think you need to add one.
    The general code should probably be something like:
    frame.add(userPanel, BorderLayout.CENTER);
    frame.add(buttonPanel, BorderLayout.SOUTH);
    frame.pack();Read the section from the Swing tutorial on [Using Layout Managers|http://java.sun.com/docs/books/tutorial/uiswing/TOC.html] for more information and working examples.
    For more help create a [SSCCE (Short, Self Contained, Compilable and Executable, Example Program)|http://sscce.org], that demonstrates the incorrect behaviour.
    Don't forget to use the Code Formatting Tags so the posted code retains its original formatting. That is done by selecting the code and then clicking on the "Code" button above the question input area.

  • How to fix the position of controls, so table expands into whitespace and doesn't push lower controls down (invoice report in SSRS 2005)

    I am designing an invoice report. There are some controls at the top of the report (company logo, date, invoice number etc), followed by a table listing the items in the invoice, followed by some controls at the bottom (subtotals, returns address etc). The report should always print onto a single page.
    I want the controls at the bottom to have a fixed position on the page. There is sufficient whitespace between these controls and the table above for the table to expand to list many items. However whenever it expands it pushes the lower controls down. This results in them spilling onto a second page.
    Is there a way to fix the position of controls and suppress the "gets pushed down when controls above expand" effect?

    Thanks for that. I found a good solution using rectangles here: SQL Server 2005: Report Design Best Practices and Guidelines
    Here's the relevant part (see underlining):
    Using Rectangles to Keep Objects Together
    Rectangles in Reporting Services can be used either as graphical elements or as containers of objects. As object containers, they keep objects together on a page and control how object move and push each other.
    To keep multiple objects together on a page, put the objects within a rectangle. You can then put a page break before or after the rectangle by using the PageBreakAtStart or PageBreakAtEnd properties for the rectangle.
    Using Rectangles to Control Item Growth and Displacement
    Items within a rectangle become peers of each other and are governed by the rules of how peer items are positioned on the page as they move or grow. For example:
    Items will push or displace each other within the rectangle.
    Items will not push or displace items outside the rectangle, because they are not their peers.
    If necessary, a rectangle will grow to accommodate the items it contains.
    You can use this logic to your advantage when dealing with objects that expand. For example:
    If you want to leave a blank space in your report for a table to expand into, group the blank space and the table in the same rectangle. When the table grows, it will push the blank space .
    If you want to prevent a matrix from pushing items off the right edge of the page, put the matrix within a rectangle with blank space to its right. Now, the matrix is no longer a peer to the other item on the page and will not be able to push it until the matrix can no longer be contained within its rectangle.

  • How to fix the position of JInternalFrames added in JFrame.

    Hay Frnds, I am having a problem. I have a JFrame ,in which i have added five JInternalFrames. My problem is that i want to fix the position of thaose Internal frames so that user cant move them from one place to other. Is there any way to fix there position. Plz reply as soon as possible. Its very urgent.
    Thanks.

    import javax.swing.plaf.basic.*;
            BasicInternalFrameUI internalframeUI = (BasicInternalFrameUI)frame1.getUI();
            internalframeUI.getNorthPane().addMouseListener(new MouseAdapter() {
                public void mouseReleased(MouseEvent evt) {
                    frame1.setBounds(0, 0, frame1.getWidth(), frame1.getHeight());
            });

  • Please help me ! how to fix the position of NSWindow ?

    Hello everybody,
    I have a NSwindowController < NSWindowDelegate > (with windowWillUseStandardFrame implemented) which is supposed to fix the position of my window.
    Except never this method is called ! Nevertheless there is indeed a delegate...
    In fact in the launch of my soft, the system makes little as it wants: it cascades me windows or keeps me the last position of every window.
    I tried to deactivate the cascading, the same problem...
    All the directives concerning the NSWindow seem to be ignored !
    I do not know if it is a pure coincidence, but since I passed of a macBook 13p under 10.6 (XCode 4.0.1) in a mini mac with screen 24p under 10.7 (XCode 4.3), everything seems not to work any more as before ?!
    I wish I can align in the topleft of my screen all my windows (I tried all the concerned methods, the same problem) to loosen me of the resolution of the screen.
    If you have an idea, it will be welcome.
    Thanks you in advance.
    FM.

    OUNAS wrote:
    I find very openly the management of the positioning of a window very complex while it is a basic task !
    Thanks.
    FM
    Bonjour Ounas,
    It is not complex, within Cocoa simple things are easy to implement (and complex are possible). If you find it the other way you made a mistake somewhere.
    In your case I would start by putting a breakpoint in the methods and run the application in Debugg Mode.
    And if :
    - your method is not called
    - your window is 0x0 inside the method
    Closely look in Interface Builder if the connection is correct between your window and its variable in code and if your controller object is well assigned as its delegate. For that just select the window object in the nib and do a right/control click on it to see if it is well connected with controller's objects (alternatively use the Menu -> View -> Utilities -> Show Connections Inspector).
    As for the time to call your "fix" method what about the "- (void)windowDidLoad" call in your window controller subclass ?
    I had lots of troubles to get it called when I started with Cocoa. For it to works you have to be sure the window is well connected in IB to your window variable. And you need to load that f*¿!^ fichue window by any call to it via your controller like
    //After call window is 0x0 in the debugger if you look at it by unfolding the triangles self>controller>NSWindowController
    controller = [[RTWindowController alloc]init];
    //This one will trigger the controller's windowDidLoad method
    [controller showWindow:self];
    //a simple [controller window] is enough to bring it to life
    hth
    laurent

  • HT201253 How to fix the Wifi grey out button

    How to fix the Wifi grey out button

    Same exact problem, and the linked how-to repair, does not fix the problem.
    Wifi is grayed out, iphone 4s, iOS 8.1.1 update (11/29,14) just killed the wifi dead. iOS 8 updates killed Bluetooth....
    I just don't understand this at all....

  • How to fix an unresponsive ipod home button?

    ive had this ipod 4g for about 6 months. probably 2 months ago i put my ipod down on my bed (working perfectly fine, DID NOT DROP IT) then came back 5 minutes later and my home button was unresponsive, and will not work at all. ive been using the assistive touch as a home button sinse then but im really tired of it and it slows my ipod down a lot. could anyone please tell me how i can fix it myself? (no longer have a warranty) Thanks to anyone who is happy to help!

    fix for Home button
    Fix a broken, unresponsive or sticky iPhone Home Button
    iPad 2 home button fail: Apple Support Communities

  • How I fixed my Powerbook G4 Trackpad Button

    I'd like to share a solution I've found to a problem that plagued me.
    For months, my trackpad would intermittently act sticky. I thought it was the trackpad itself, but as the problem became more frequent and intense, I realized that it was the button itself.
    Because the machine was unusable without an external mouse, I decided to do whatever I could to fix it today. I tried cleaned it with a lint-free cloth, cleaning the gap between the trackpad and the button, resetting the PMU, and resetting the NVRAM. None of this helped.
    SO, I deduced that it must be a hardware problem and I could probably fix it since I knew the problem originated under the button itself. So I went to iFixit.com.
    I found the Upper Case removal instructions here: http://www.ifixit.com/Guide/Mac/PowerBook-G4-Al-15-Inch-1-5-1-67-BT-2-0-LR/Upper -Case/64/3/
    Overall, it took me about an hour of meticulous work. Opening the Powerbook went fine. I removed the top cover with some hesitation, but no damage was done. I located the trackpad circuitry and removed the 2 inner and the 2 outer screws. I discovered a very small button, THE button. I clicked it a few times and it seemed okay. Perhaps the screws had loosened over time. I lightly vacuumed the inner trackpad area with a small brush attachment, and I put it all back together.
    I have apparently repair the problem completely. I can only guess that some dust got under the area and/or the screws were too lose to operate properly. If anyone is having a similar problem with their trackpad button, I highly recommend that they locate their model at iFixIt.com, locate the correct tools, and carefully remove the top casing in a clean work area.
    Go here: http://www.ifixit.com/Guide/Mac/
    Tim-tim-poorah.

    Zenskanitsky - thanks for sharing!! My trackpad started to act funny a month ago and a week ago it totally stopped working. I didn't want to spend the USD250 for the new trackpad uppercase so I started wondering if I could try to fix it myself.
    Well i came across your post and it really helped!! My trackpad button works like new and is very sensitive.
    For those wanting to do the same thing, I would like to add some points to Zen's post:
    1) print out the instructions from ifixit.com - they are super easy to follow
    2) equipment i used was the 75mm philips style screwdriver, and the EC-T6, plus a plastic letter opener (to replace Spudger) to carefully pry open uppercase.
    3) I don't have the little vacuum cleaner but i took a cloth and also blew out (with my mouth) any dust that may have been there.
    4) When I put everything back together again, the trackpad button was responding but still needed some very hard pushing, so I opened up the powerbook again (which was where I realized it would be easier to just print out the ifixit.com instructions than follow on the other computer)...
    5) this time I sprayed a cotton swab ear cleaner with WD-40 and dabbed THE BUTTON with it, until it was wet. Then i clicked the button with my finger and dabbed more WD-40 on it.
    6) When I reassembled everything the mouse button worked like new.
    In fact I am so happy with the state of my mouse button i thought I would do my bit to first thank Zen for encouraging me to try to fix my own mouse button and 2nd adding my own lessons learned for others looking to do the same thing.
    Regards from jakarta everyone and happy new year!!!
    jakartaguy

  • How to fix Maps positioning problems in X6

    I had an Nokia 5800 at the start of the year before it got stolen, and nokia maps on it worked perfectly. After it was stolen I got a X6 (16g) as a replacement, but the maps have never worked properly for me. At first it looked different to the map I had on my old 5800 and would keep asking me for a license, so I updated the software with OVI. The latest software looks the same as the maps on my 5800 but the new problem is that the positioning is constantly off by over 300m, making the gps unusable. I've tried changing the positioning methods but nothing seems to work.
    Anyone know a way to fix this? The store I bought it from was no help. It is not a parallel import btw.

    Sigmund, we were already covering this topic in your previous thread, but you never responded.
    http://forums.adobe.com/message/4955396#4955396
    Please don't start up a new topic on the same subject, as it can be confusing keeping track of what we have and have not already discussed.
    Have you set up your project using the settings for AVCHD Full 1920x1080 HD?
    Did you use Premiere Elements' Video Importer (under Get Media/From Flip or AVCHD Camera) to get the video from the camcorder to your computer? (This is as opposed to putting the SD card in your card reader and using Windows Explorer or Finder to copy the video over.)
    Before you assume that your computer is powerful enough to edit video, please provide information on your processor speed and RAM load. AVCHD, in particular, can require a lot more horsepower than Adobe's listed "minimums".
    Finally, please tell us, per your other thread, where you're seeing the graininess and vertical lines? Is it on Premiere Elemenets' Monitor panel or on your output. If your output, which Share settings did you use?

  • How to fix the on/off/ lock button on an iphone 4s, how to fix the on/off/ lock button on an iphone 4s

    my on/off/lock button broke on my iphone 4s i can't afford to pay $199 for it and i'm afraid to do the repairs myself. do you have any suggestions on what i should do?

    Te Apple exchange price is $149 for 32 GB 3G and $199 for the 64 GB. Likely not worth it.
    A third-party place like the following maybe less. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens
    Fix it yourself if you are up to it
    iPod Touch Repair – iFixit

Maybe you are looking for

  • Ringtones-How do I get to Use the ringtones?

    Hi, First thank you for any help. I have purchased ringtones apps.I can see the apps in itunes and on my phone. One lot emailed the ringtones I chose with instructions on how to get them to itunes. This I would be able to do but as there isn't a fold

  • IPlanet Load Balancing with BEA Plugin

    I'M using a IPlanet Enterprise V.4.1SP9 and use the weblogic load balancing plugin. Furthermore I use 3 weblogic express 6.1 sp2 which receive the requests of the iplanet webserver. my question is how to configure the load balancer plugin (round robi

  • Reservation of material for some customer

    Hi, I want to know how to reserve the material for a customer , like i have one material code : A and i want to reserve this material for one customer for which i will do billing after 10 days and this material should not be sale to any other custome

  • Re-installing creative suite 5.5

    After accidentally uninstalling all of the suite with the exception of dreamweaver I have problems reinstalling.I have installed  some of the suite but cannot install photoshop I get about 43% through and then it fails with various error messages bei

  • Updater software errors out...help!!

    Pc is not seeing my shuffle. It's just flashing amber all the time. I want to run the software updater but i get the following error while the Install Wizard is running. Right at the very end a box pops up and says Error 1335 The cabinet file Data1.c