Different print mode behavior between 1.5 and 1.6.

We recently upgraded to 1.6. There seems to be some behavior that is working differently now(no other changes made).
Here is the situation:
I have a tabular report of projects with a link column that allows the user to go to a page of each project's detail. The column link has a passed in P50_PROJECT_ID that the detail select uses. The detail page has some general project detail information like name, project manager and this is displayed as items in an HTML region. The items are populated by a process that fires before header and selects the information INTO the item variable(:P50_PROJECT_NAME, :P50_PROJECT_START_DATE...etc). There are also two tabular reports based on SQL queries to display milestones and issues for the project. These are based on queries that have the WHERE clause using the incoming :P50_PROJECT_ID.
On the detail page, and all other pages in the app, I have a Print navigation bar entry. This navigation entry target type is "Page in this application" and Page is &APP_PAGE_ID. Printer Friendly is checked on.
The app was built with 1.5 and when the user went to the project detail page and clicked the Print link, it worked fine and showed all the data. After we converted the APP to 1.6, after the user selects the PRINT nav item, the page is re-invoked and the detail data shows up fine but the tabular reports show with NO DATA.
It looks like I can fix this by changing the Print navigation bar item to SET P50_PROJECT_ID with &P50_PROJECT_ID and it works fine but I'm not sure that's the way to do it since the PRINT nav item is used on many pages(that may not use the P50_PROJECT_ID) and I'd like to know if there is a reason it's not working now and worked before?
Any input is appreciated!
Thanks,
Paul

Hi,
I haven't used Java 6 yet, so I don't know about the performance improvements, but I don't find it strange.
Calculations using floating points can give different results in different VM versions and on different platforms. You should declare the class to use strictfp if you want to get the same result on all implementations (that is of course slower)
http://en.wikipedia.org/wiki/Strictfp
Kaj

Similar Messages

  • How do I print the contrast between "filled" text and its surrounding "box"?

    Hi,
    Apologies in advance for any ambiguity or confusion . . .
    I am a self-taught Photoshop user who has come upon a problem to which I cannot find an answer, despite searching online for hours . . .
    When I design a project, it looks beautiful on screen . . . when I print it, however, it loses the definition between colors inside a font and the shape surrounding the font . . .
    To be more exact:
    I am working at 300 dpi . . .
    I create a rectangle and fill it with red.  I then write text inside of the rectangle and the font color is white.  Onscreen, it looks clear and well-defined.  When I print it, however, there is not clear definition between the font and its surrounding area . . . the colors seem to bleed into each other . . . I have tried using different paper (glossy, matte, etc.), have tried putting a narrow stroke around the text, etc., but nothing help to clearly define the difference between the text and its surrounding shape/color.
    It also does not matter the size of the font, although the larger the font, the easier it is to "see" the difference.  But a white font at 24 point looks no sharper than a white font at 8 pt.
    I am using an Epson XP-610 printer . . . it is a home deskjet and I mainly design for fun, but this "lack of sharpness" on the fonts is driving me crazy.  I would included a screenshot, but it would not help much, since the project looks beautiful and clear on the screen.
    The colors only seem "muddled" when  I print.  Any advice, or even a point in the direction of something I can read to help me understand what to do, would be helpful. . . . TIA!I

    Hullo Cheapster:
    I too am confident that this facility does not exist in relation to the underline function as such. Nor am I aware of a workaround that would let you access it straightforwardly for routine usage in body text. The underline facility, like the strikethrough, is provided because it is standard in some documentation which a wordprocessing might be expected to serve - but as such, it is provided in limited conventional formats. Otherwise, I agree, it is not ideal typography.
    However, for occasional use, there are two workarounds you might like to consider. One is to use the line drawing facility available through the insert menu (insert shape, choose line; then grab its handles to make it horizontal) or the same process initiated from the objects icon in the toolbar.
    Be aware, however, that the above could require further attention to your wrap options: you would need to deselect any wrap - but could still need to modify your line spacing options to avoid irregular line spacings with the rest of your text.
    Possibly simpler is to bear in mind that you can produce an underline without its text. To do this, select underline (Command / U) and type "non-breaking spaces" (option / space). This would allow you to place your underline on a separate line from your underlined text. You could do the same with the strikethrough function, which you access via the effects section in the font panel for closer spacing; or alter the line spacing where you need to do this.
    Either of the above would affect your surrounding text in a way that would make these methods unsuitable for incorporation into body text.
    However, if your interest in doing this relates to headlines or the like, one or other of these options might suit your purpose.
    Regards.

  • Epson printer sharing incompatibility between PPC Macs and Intel Macs?

    I currently have an Epson Stylus Photo 2200 that is shared on my network so I can print to it anywhere including using Airport. This has worked fine for a long time. Last night I tried to print to it from Photoshop on the MBP and found lots of the options in the printer setup for this specific printer weren't showing up. It was very baffling, so after much trying I finally connected the printer directly to the MBP and the options were back. But other things were very different. Like instead of having different printer selections for bordless printing, there is only one printer selection and now when you select the paper size (8x10 for example) there are submenus on the paper size for borderless or other options.
    Certainly better but very different. Looking in the printer directory, the file structure looks different and the version for this printer (which now isn't a driver itself but a plug-in to a main driver) is 3.0 which is much newer than the version in the PPC 10.4.5 or on their website. I don't have other epson printers to check out, but they appear as plug-in files now which they didn't before. This issue may apply to other epson printers, not just the 2200.
    So, this is long winded way of saying that yes, the printer works (and works well) but it's not incompatible with the PPC mac version and you can't share the printer without losing functionality. It sure would be nice to be warned about this. I don't see anything from Apple or Epson that would let you know this. Has anyone else seen anything similar to this?

    I'm in the same situation --- I have a 2200 hooked up to a PPC desktop Mac, and I share it over Airport with my MBP. I have good and bad news.
    Good news: Epson has posted new 2200 printer drives for Intel-based Macs on support.epson.com. Download and try them. Read the instructions --- you'll probably have to do a "Reset Printing System" and restart your MBP before installing the new drivers.
    Bad news: while I'm able to print to my 2200 over Airport, I'm unable to access Print Settings to change the media type. Thus, unless I'm printing to plain paper, I still have to use a direct connection from the 2200 to my MBP.
    Does anybody have a solution to the Print settings issue?
    MacBook Pro   Mac OS X (10.4.7)   2.16GHz 2GB RAM 256VRAM

  • Different behaviour of j_security_check between 6.1 and 8.1

    Hi,
    we have a web-application that is secured via security-constraints in
    the web.xml. We are authenticating using FORM-based authentification and
    had this app deployed on a wls6.1. Now we have moved to 8.1 and have a
    different behaviour between 6.1 and 8.1 for log-in forms using the
    j_security_check. We have login-boxes on most pages:
    <form method="POST" action="j_security_check">
                                  Username<br><input type="text" name="j_username" size=11
    class="texteingabe"><br>
                                  Password<br><input type="password" name="j_password" size=8
    class="texteingabe"> <input type=image
    src="/dvrWebApp/htdocs/images/pfeil_rechts_hi.gif" border=0><br>
    </form>
    that on 6.1 redirected after the login to the page they were placed on -
    on 8.1 the login redirects to the root of the web-app, regardless of the
    page they are placed- can i change this back to the old 6.1-Behaviour?!
    cheers
    stf

    This sounds like bollocks, I was doing some form based security recently under 8.1 and there was no attempt to direct to any page i was not trying to access.
    The idea is you try to access a protected resource, your not authorized, so you are authenticated, then you continue on to that resource.
    Are you sure, that the resource your accessing does not direct you there because of some inbuilt business logic in your JSP/servlet ?

  • APEX 3.0: Different substitution behavior between 2.2 and 3.0 in HTML regio

    Hi,
    It looks like that I have a serious problem here, at least for me.
    I have a HTML region which contains a compressed JavaScript file. It looks like that the compression produces a &b. somewhere in the code.
    In APEX 2.2 that was not a problem, the &b. was not touched, because it is a non-existing application item/page item.
    But in APEX 3.0 this gets replaced by <nothing>, which brakes my JavaScript code. :-(
    This is quite easy to reproduce if you know what the problem is, but if you have to hunt that down in a 20.000 byte big compressed java-script code... :-)
    Create a page which contains a HTML region and enter as source
    This is a test:&b.Text after.
    If you run that in APEX 2.2 it will output => This is a test:&b.Text after.
    If you run that in APEX 3.0 it will output => This is a test:Text after.
    See also http://apex.oracle.com/pls/otn/f?p=35324:1:
    In the case if this is the desired new behavior, is there a workaround?
    BTW, is it really useful to replace non-existing substitutions, makes it quite hard to identify typos, ...
    Patrick
    Check out my APEX-blog: http://inside-apex.blogspot.com
    Check out the ApexLib Framework: http://apexlib.sourceforge.net

    Thanks for posting this. We are working on the issue as I type.
    -- Sharon

  • Is different tabbing order behavior between Custom and Automatic order a known issue?

    Good morning,
    I'm trying to debug a tabbing order issue where tabbing jumps over the instances of a repeating subform added at runtime only to return to them at the end of the tabbing sequence.
    Is this a know issue? If so, has it been fixed in newer version of Reader or Designer? I'm 98% sure this used to work before we installed service pack 1 for LC Designer ES. Here are the product versions currently used:
    LiveCycle Designer ES 8.2.1.4029.1.523496
    Adobe Reader 9.4.0
    Additional Information
    The hierarchy view looks like so (omitting fields for simplicity purposes):
    form1
         Subform1 (repeats)
         AddButton (button adding instances of Subform1)
         Subform3
    tabbing result after adding instances of Subform1:
    1. Subform1[0]
    2. AddButton[0]
    3. Subform3[0]
    4. Subform1[1]
    5. Subform1[2]
    expected results:
    1. Subform1[0]
    2. Subform1[1]
    3. Subform1[2]
    4. AddButton[0]
    5. Subform3[0]
    I built a simplified version of the form to isolate the source of the problem and noticed that I can reproduce the problem only when tabbing order is set to 'Custom'. The 'Automatic' order works fine. However most of the forms we're working on uses Custom order.
    I've tried removing the 'operation' tag in the XML Source as it sometimes fixes issues however it didn't this time. Using script to set focus on the exit event is currently considered but not ideal. It does not handle backward tabbing and will need to be manually removed later when forms are migrated to a newer version of ES/Reader.

    Yes, that behaviour is as expected. Out of order logging affords some performance improvements, particularly on machines with many CPUs.
    In iWS 6.0, you can set buffers-per-file="1" on the Init fn="flex-init" line to force iWS to log accesses in order.

  • Different button press behavior in Java 5 and 6

    Hi,
    I upgraded the Java version from 5 to 6 and recompile my GUI application. All things look good except when I press a button that I set the ContentAreaFilled as false, the behavior is different.
    I have pasted my code of creating the button below. Using the same piece of code, in Java 5, I could see the button is "lowered" when pressed. While in Java 6, it is just like pressing an icon or a lable.
    Would anyone know in Java 6, what could I do to retain the "lowered" behavior when pressing a button but I can still do setContentAreaFilled(false)?
    JButton cancelButton = new JButton("Cancel");
    cancelButton .setFocusable(false);
    cancelButton .setBackground(Color.RED);
    cancelButton .setContentAreaFilled(false);
    cancelButton .setOpaque(true);
    cancelButton .setForeground(Color.WHITE);
    cancelButton .setBorder(BorderFactory.createBevelBorder(BevelBorder.RAISED, new Color(0xFF, 0x33, 0x00), new Color(0x66, 0x00, 0x00)));
    cancelButton .setBorderPainted(true);
    cancelButton .setFont(new Font(ViewConst.DEFAULT_FONT_NAME, Font.PLAIN, 10));
    Thanks and regards,
    Scott

    Works fine for me. Don't give it a custom Border.
    If you need further help then you need to create a [Short, Self Contained, Compilable and Executable, Example Program (SSCCE)|http://homepage1.nifty.com/algafield/sscce.html], 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.

  • Printer networking issue between 32 bit and 64 bit windows 7 computers

    I have a HP Officejet Pro 8500 A909G printer that I'm trying to network between 2 pcs, both on Windows 7.  One is a 32 bit and the other is a 64 bit.
    The printer won't stay available to both pcs.  I've tried having it directly connected to the router and directly connected to one of the pcs (done with both computers).  It will work initially but won't stay available to both pcs.  Right now I've given up and just unplug and plug in the usb cable for whichever pc wants to be able to print, which is becoming a pain.
    Help!

    Hi Nallin,
    Getting a printer to be shared between a 32 bit and 64 bit machine under Windows can be a little tricky. Here is a great article that explains how to do so:
    http://goo.gl/fWM9d
    Let me know how it goes or if you have any questions.
    If I have helped in any way, just click the Kudos star on the left. Also, if your issue has been resolved, don't forget to select Accept as Solution

  • Change printer mode from grey to color and visa versa

    I need to know how to change my printer option to print to color. I have changed it to grey and now I need to change back to color.  I  believe it has to do with color managment and profiles. Help.

    Hello @Kat58 
    Welcome to the HP forums.
    I understand that you would like to enable your printer to print in color again.
    I would like to help.
    This is mostly dependant on software.
    So that I may better assist you, can you please answer the following questions.
    What operating system is on the computer that you are using?
    What version is teh operating system?
    Did you mean Officejet 6600?
    Aardvark1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!

  • How can I easily manage different libraries of music between my iPad and my iPhone from the same computer?

    My 32 GB iPad stores much more data than my 16 GB iPhone... clearly. But I want to be able to easily sync these two seperate devices with two different sets of music from my iTunes. As it stands now, my iPad will always have the same amount of music as my iPhone because my iPhone is maxed out and the two devices are synced on the same computer from the same library. Do you understand where I'm coming from? Let me know if you need clarification.
    I want to be able to have my iPhone filled with individual songs, whereas my iPad would have the full albums. There doesn't seem to be an efficient way to do this with one computer. Any suggestions would be great. Thanks.

    It can be done very easily actually. I do it with three different iDevices.
    Connect the iDevice to your PC and launch iTunes. Select the iDevice from the left sidebar of the iTunes window. Then click on the Music Tab. Select only the music that you want on that particular iDevice and then sync the device with those selections.
    Do the same thing with the other iDevice. When you sync with iTunes the next time, iTunes will remember the music that was synced to that device.
    Make sure that you uncheck Sync Entire Music Library and check Sync Selected playlists, albums, etc and then select all of the music for each device.
    When you make changes to the current configuartion on the iPad - you will have to click on Apply in the lower right corner of the iTunes window.

  • Does Target Disk Mode work between FireWire 400 and FireWire 800 ports?

    Can I mount one as an external volume for the other Mac and vice versa? The one with FireWire 400 port runs on OS X 10.5, and FireWire 800 one has OS X 10.6 installed. If it works, I am thinking of buying an 800-400 adapter.

    Can I mount one as an external volume for the other Mac and vice versa?
    Yes.
    (47103)

  • Printing Behavior Between Versions And Platforms

    We have received some feedback regarding printing behavior between MAC OS and Windows. The application in question is Adobe line of products, mainly PhotoShop CS 4 and CS 5.
    The scenario is as follows: Customer has mixed platform environment with Adobe Suites installed i.e. Photoshop, Illustrator and so on. Our MFP has entering of credentials before printing enabled for auditing and controlling purposes. On the computer side (Printer Driver), we have configured toprompt the user for their User Credentials at all times. The reason for doing so is because the computers are in a public environment hence we would like to know who is printing and how much.
    The first problem is this: In Adobe Illustrator on Microsoft Windows, when the user selects to print, they are immediately presented with the printer dialouge box to enter their respective credentials to continue printing, but in MAC OS, this is not the case. On the MAC OS, the user has to select an additional button, "Printer...", then select "Print" again before being prompted to enter their credentials.
    Customer is puzzled as to why in Windows Adobe Illustrator, the number of steps required to print is lesser then in MAC OS Adobe Illustrator. Customer feels that there is inconsistancy in terms of behavior between the Mac and Windows platform.
    Secondly, in Photoshop CS 4, the same symptoms occurs as above, however, in CS 5, it is worse. In PS CS 5, after the user enters their credentials, the next time they reopen and create a new docucment, they no longer need to enter their credentials again as it is already "Saved" for them. This defeats the purpose of setting the printer to always prompt for user credentials when they print.
    I have taken this case up to the respective vendor thinking that it is a printer driver issue. However their reply came back stating that this is a specification of Adobe and Mac.
    Does anyone has any ideas about this?

    >> On the MAC OS, the user has to select an additional button, "Printer...", then select "Print" again before being prompted to enter their credentials.
    That sounds like your printer drivers are inconsistent on different code paths (carbon and cocoa), and saving the credentials in the print ticket instead of using them as one time authentication.  Yes, it could be that they are implementing the driver according to Apple guidelines (which just don't match what you want), or it could be a bug in the way they implement authentication in the driver.  This has little or nothing to do with the applications, which just query the driver for it's capabilities, then send data to the driver for printing.  Using different applications just exercises slightly different code paths in the driver.

  • Wat is the different between AP set and ORI set?

    i fedup about wan buy AP set or ori set... because AP set is cheaper but i scared AP set spoil more easily, i also heard people say AP set camera and sound system is different with ori set.... guys kindly please tell me wat is the different between AP set and ori set and izit same to buy AP set and ori set?THX YA ^-^....
    Message Edited by geronimo on 24-Mar-2008 06:29 AM

    Thanks YuliaKlimov, I can reproduce this issue, but I cannot explain the different behaviors between SSAS 2008 and 2008R2. As a workaround,
    could you try to use dynamic set or create statics set but with fixed member for example:
    CREATE 
    SET CURRENTCUBE.[Prior Month] AS
    [Date].[Date Key].&[20050723].PrevMember
    , DISPLAY_FOLDER = 'Relative Period Sets';
    Personally, I think your set is dynamic set, because the currentmember is changed base on current selection. You can also submit this issue
    on below official link to get confirmation from Product Group:
     https://connect.microsoft.com/SQLServer/
    Thanks,
    Raymond
    Raymond Li - MSFT

  • Print quality difference between iphoto and aperture...?

    when ordering books, is there a print quality difference between using iPhoto and Aperture? or are they sent to the same lab?
    it's possible i may have some setting wrong, but when i order a book using iphoto, i never really feel the quality is that great. it's good, i just feel it could be a lot better. the print quality sort of reminds me of newsprint, albeit high quality newsprint. similar sized prints made at home on my basic 3-in-1 printer look better.
    thanks...

    Previews are what you view on your display. When you import a photo into Aperture (and I'm pretty sure iPhoto as well), your computer automatically generates a preview for quick viewing. The original images are stored in your library, but it is the preview that you see.
    In Aperture, you are able to set the size and quality of these previews. When sharing photos between Aperture and iPhoto, the process is as follows:
    Let's say that your images are stored in Aperture, but you also want to be able to view them in iPhoto without taking up too much room on your hard drive. Essentially, if you were to import the originals into iPhoto as well, you would be storing two exact, yet separate copies of the same image on your hard drive. As you are aware, with large images (whether JPEG's, and especially RAW) this would put quite a tax on your storage capacity after not too long.
    So, you have your images in one or the other (in this case Aperture), but you want to play around with them in iPhoto. What you can do, is open iPhoto, go to the File menu and then select, Show Aperture Library. This will open a window with all of the contents of your Aperture Library. You can then drag any images you want into iPhoto . The only thing is, you are not dragging the original JPEG's, but rather, the previews of those images. If you have those previews set to a lower quality (again for capacity concerns), you will only have lower quality and lower detailed images in iPhoto. These images might not be ideal, or even suitable for printing high quality prints. The previews that you generate in Aperture though can be adjusted to be extremely high quality with no size limits.
    My thinking was that since you mentioned Aperture, it sounded like you had experience with working with it and with ordering a photo book through Aperture. I guess you were saying that you ordered via iPhoto, weren't happy with the quality and were wondering if Aperture created books were better.
    Anyway, if this is the case, I cannot answer that for you. I have never ordered a book through Aperture. If the quality of your images is good, you should be able to get a decent product no matter where you order it from. There is not doubt that the materials used and the print shop that does the work makes a difference, but if your images are good, you should still get a decent product through iPhoto. Perhaps iPhoto isn't the way to go though if you have had poor experiences with them.
    If you haven't used Aperture yet, I would highly recommend it though aside from the photo book aspect of this thread. It is a stellar product.
    I hope this helps.
    Message was edited by: macorin

  • What is the difference between "create set" and "create dynamic set"?

    What is the difference between  "create set" and "create dynamic set"?
    we have a complete cube ready for production that was tested and working without any issues in non-r2. we found that some "create set" assignments don't work in R2. But when changed to from  "create set" to "create dynamic set"?
    they are working, However, not sure how it will impact other areas of the cube.

    Thanks YuliaKlimov, I can reproduce this issue, but I cannot explain the different behaviors between SSAS 2008 and 2008R2. As a workaround,
    could you try to use dynamic set or create statics set but with fixed member for example:
    CREATE 
    SET CURRENTCUBE.[Prior Month] AS
    [Date].[Date Key].&[20050723].PrevMember
    , DISPLAY_FOLDER = 'Relative Period Sets';
    Personally, I think your set is dynamic set, because the currentmember is changed base on current selection. You can also submit this issue
    on below official link to get confirmation from Product Group:
     https://connect.microsoft.com/SQLServer/
    Thanks,
    Raymond
    Raymond Li - MSFT

Maybe you are looking for

  • AFS Elementary Field Extraction (Category Fields)

    Hello Guru's, I have a problem of extracting category fields. The problem is in the mapping of Characteristics (Category) to the Elementary fields in the R3 AFS BW interface. For an example if you take the category characteristic 'Quality" it has two

  • Using other apps to create iphoto book

    I want to use indesign to create an iphoto book - just to give me some more control over text, layout etc. What are the dimensions of the page in the softcover book?

  • Can Adobe Forms Central produce Section 508 compliant web forms?

    Hello!  I've been investigating using Adobe Forms to create a survey for a product I'm creating. While I love the functionality available to me, when I tested the preview of the form I created, WAVE Accessibility Checker noted the form a lot of error

  • Searching with different character sets

    Hello, we have a problem with Intermedia 8.1.6. running on Solaris. The table contains the text with different character sets and that's the problem. User submits the query in his char.set and the IM sometimes doesn't find the data. Idea is to create

  • Collection or Report query for IE versions

    Hi I'm looking for a way to create a collection and also a report which consists of IE versions. Many of the queries available with forums are showing old versions as well the new versions and it's duplicating the system names. Client systems are run