[svn] 4840: Fix bug SDK-18904 Redudant APIs on UICompoennt and GraphicElement, SDK-17508 Applying a translation to a Rect causes shape to be scaled

Revision: 4840
Author: [email protected]
Date: 2009-02-04 13:20:07 -0800 (Wed, 04 Feb 2009)
Log Message:
Fix bug SDK-18904 Redudant APIs on UICompoennt and GraphicElement, SDK-17508 Applying a translation to a Rect causes shape to be scaled
Fix: remove layoutMatrix, layoutMatrix3D properties, add a parameter to the setLayoutMatrix, setLayoutMatrix3D methods to designate whether to trigger a layout pass after the transformation is applied.
QE Notes: None
Doc Notes: None
Bugs: SDK-18434
Reviewer: Jason
tests: checkintests, mustella flash component kit
Ticket Links:
http://bugs.adobe.com/jira/browse/SDK-18904
http://bugs.adobe.com/jira/browse/SDK-17508
http://bugs.adobe.com/jira/browse/SDK-18434
Modified Paths:
flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/GraphicElement.a s
flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ILayoutElement.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as

Similar Messages

  • [svn] 2644: First pass at unifying layout APIs between UIComponent and GraphicElement, more to come with additional check-ins.

    Revision: 2644
    Author: [email protected]
    Date: 2008-07-28 16:58:09 -0700 (Mon, 28 Jul 2008)
    Log Message:
    First pass at unifying layout APIs between UIComponent and GraphicElement, more to come with additional check-ins.
    reviewed by Ryan, Glenn, Gordon, Chet
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/BitmapGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/Ellipse.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/FilledElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/IGraphicElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/Line.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/Path.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/Rect.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/StrokedElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/TextBox.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/TextGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement .as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/TextGraphicEle ment.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:fx-trunk] 9287: Fixes bug with shader-transition effects ( AnimateTransitionShader, Wipe, and CrossFade) when acting on targets that either have filters or are inside a hierarchy with filters .

    Revision: 9287
    Author:   [email protected]
    Date:     2009-08-13 15:53:43 -0700 (Thu, 13 Aug 2009)
    Log Message:
    Fixes bug with shader-transition effects (AnimateTransitionShader, Wipe, and CrossFade) when acting on targets that either have filters or are inside a hierarchy with filters. Fix was to capture the bitmap snapshot of the target without any of its own filters applied and to then use the ShaderFilter in conjunction with the target's filters during the animation.
    QE notes: Probably need more tests in this area, now that we handle it
    Doc notes: none
    Bugs: sdk-20250
    Reviewer: Jason
    Tests run: Checkintests, Mustella (spark/effects/[AnimateTransitionShader|Wipe|CrossFade])
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-20250
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/AnimateTransitionShader.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/AnimateTransiti onShaderInstance.as

    Lots to be excited about. BUT...Just updated to 8.1 on one of my computers to test it out...
    Sadly, the following issue is NOT fixed for me. Is it with new projects only?  I haven't started a new project on 8.1 I've only opened an old project but the issue that I'm referring to which involves also a delay/freeze of anywhere from a few seconds to a MINUTE while the render bar goes from yellow to red and then back to yellow is still there. Boo.
    On the list above...
    Switching between sequences can turn the render bar red.
    This issue is incredibly easy to replicate. I really do hope it gets fixed. Here are the steps:
    1) Create two sequences with multiple short clips (the more clips the better)
    2) Make sure GPU acceleration is enabled.
    3) Add warp stabilizer to the clips in both sequences. Again, the more clips the longer the delay/freeze will be as the render bar goes from YELLOW to RED and then eventually back to YELLOW again.
    4) Hit SAVE.
    5) Now, toggle between sequences. You'll hit a short delay with a few clips stabilized and a LONG delay with lots stabilized. In my case this delay is around a full minute. The render bar will go from YELLOW to RED and then back to yellow...eventually.
    6) Toggle back to the original sequence and the delay occurs again.
    7) Once you've toggled between sequences and have gone through this delay, that's it, there is no longer a delay...UNTIL...(and here's the big kicker)...until the project is SAVED again. After that the issue returns when you toggle between sequences. Both saving manually and AUTOSAVING cause this issue. No way around it except not editing with GPU acceleration.
    Not sure what the issue is...caching issue when saving maybe? Either way, it stinks and it's still there in 8.1. Big bummer.
    Again, lots to be excited about with this release but I really was hopefully this specific issue was resolved.
    Sigh.

  • [svn] 4793: Fix bug SDK-17734 Path with width and height set different than path data has incorrect bounds

    Revision: 4793
    Author: [email protected]
    Date: 2009-02-02 11:20:06 -0800 (Mon, 02 Feb 2009)
    Log Message:
    Fix bug SDK-17734 Path with width and height set different than path data has incorrect bounds
    Fix: When calculating the bounds position we should take into account the implicit scaling factor actualSize/naturalSize. Also did some refactoring, getting rid of the protected method calculateTopLeft.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-17734
    Reviewer: Ryan
    tests: mustella gumbo/layout/GraphicElement
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17734
    http://bugs.adobe.com/jira/browse/SDK-17734
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Ellipse.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Path.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/GraphicElement.a s

    Thank you so much for replying.
    Yes I have removed and reinstalled WMP.
    I had good results with the PD6 application installed on the default path onto the C: drive with the one exception that if the application was launched by accident and the user data path was not available, the PD6 application would blow away my custom user path registry settings. Now that I know what they are I have made a .reg file to repair my registry to my desired user data paths.
    Installing the application on the removable drive appeared to help prevent me from launching the application by accident and overwriting my registry with default user paths.
    So which is the less of the two evils?
    If the application directory is not available, windows media player still tries to launch the .msi for installing PD6.
    If I install the application to the C: drive but the user data to the removable drive, launching the PD6 application without the user data drive will still corrupt my registry settings for a user data path.
    Both these issues seem like a logical (if not easy) fix that should be done in the PD6 application and installation package. I mean really, cannot anyone tell me why windows media player is checking the PD6 application directory? Why in PD4 did we have an option control for setting the user data path from the PD4 application? Why is this option not in the PD6 application, just the installer?
    I am given a choice during installation to move the user data to another non default location. Why else would this be provided if not to accommodate my kind of request to store the user data into an alternate location other than “My Document”. Certainly Palm is not trying to force the users on how to protect and store their personal data?
    Post relates to: Centro (Verizon)

  • [svn] 4803: Fix bug SDK-18434 Bounds for rotated rounded rect is incorrect

    Revision: 4803
    Author: [email protected]
    Date: 2009-02-02 16:06:34 -0800 (Mon, 02 Feb 2009)
    Log Message:
    Fix bug SDK-18434 Bounds for rotated rounded rect is incorrect
    Fix: Calculate the bounds of the transformed corner ellipses in the case of matrix transformation. Refactor the Ellipse's helper method and move it to MatrixUtil.as so that it's shared between classes.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-18434
    Reviewer: Ryan
    tests: checkintests, mustella gumbo/layout/graphicelement
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18434
    http://bugs.adobe.com/jira/browse/SDK-18434
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Ellipse.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Rect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/MatrixUtil.as

  • [svn] 3610: Fixing bug SDK-17173: Setting rotate to a large number doesn' t work anymore.

    Revision: 3610
    Author: [email protected]
    Date: 2008-10-13 17:33:25 -0700 (Mon, 13 Oct 2008)
    Log Message:
    Fixing bug SDK-17173: Setting rotate to a large number doesn't work anymore.
    The Flash Player clamps rotate between -180 and 180. We should do the same now that we're doing some of the calculations ourselves. This clamping logic was added to CompoundTransform.as. Also, clamping logic was added to UIComponent. This is because FP10 doesn't handle values greater than 2^15-1; FP 9 used to handle these values fine. I filed a FP bug for this (FP-749).
    QE: Yes - Please look out for any rotation failures
    Doc: No
    Bugs: SDK-17173
    Reviewer: Ely
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17173
    http://bugs.adobe.com/jira/browse/FP-749
    http://bugs.adobe.com/jira/browse/SDK-17173
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/CompoundTransform.as

    Can we now assume that the touch SDK has been abandonned by Adobe? It's now a year after "should be updated soon", and currently if you try to download the touch SDK from this page you get the Photoshop 3 SDK instead!!!
    I ask as I'm about to remove Touch support from my app; the very few people that use touch are now having problems e.g., timeouts, with the latest version of Photoshop.
    Sandy

  • [svn] 3149: Fix bugs introduced by the display object sharing optimization.

    Revision: 3149
    Author: [email protected]
    Date: 2008-09-08 16:58:35 -0700 (Mon, 08 Sep 2008)
    Log Message:
    Fix bugs introduced by the display object sharing optimization. This checkin should fix ordering problems when dynamically adding/removing graphic elements, and ordering problems when changing graphic element properties that require a display object (rotation, alpha, filters, etc).
    Bugs:
    MXMLG-219: BitmapGraphic component content always rendered from 0, 0 origin.
    MXMLG-220: setting visible property of Rect and Ellipse does nothing.
    MXMLG-222: setting the alpha of a rectangle changes z-order when there are 3 or more rectangles
    SDK-16754: Z-order incorrect when a Group is present
    QA: Yes - the test files from these bugs (or something equivalent) should be added to our standard test suite
    Reviewer: Deepa
    Ticket Links:
    http://bugs.adobe.com/jira/browse/MXMLG-219
    http://bugs.adobe.com/jira/browse/MXMLG-220
    http://bugs.adobe.com/jira/browse/MXMLG-222
    http://bugs.adobe.com/jira/browse/SDK-16754
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/BitmapGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement .as

    This is the great thread ;-)
    My favorite threads are below.
    Munky posted great reply :8}
    SQL Query Help
    order in a connect by

  • [svn] 1571: Fix bugs ASC-3310, ASC-3337

    Revision: 1571
    Author: [email protected]
    Date: 2008-05-06 10:58:32 -0700 (Tue, 06 May 2008)
    Log Message:
    Fix bugs ASC-3310, ASC-3337
    ASC-3337:
    ASC was emitting multinames for [] access with the wrong namespace set. It was using the def_namespaces, which is a list of open namespaces that conflicting definitions could be found in (public, private, protected, internal for a class). This set does not include any other open namespaces. This changes asc to use the set of all open namespaces, which includes namespaces open by default, and explicitly by the user.
    ASC-3310:
    LintEvaluator was returning ObjectValue.undefinedValue sometimes from a method that was supposed to be returning a TypeValue. This caused a ClaassCastException later as the return value was cast to a TypeValue. Change to return noType (*) instead of the undefinedValue.
    smokes: asc tests, tamarin tests, flex checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/ASC-3310
    http://bugs.adobe.com/jira/browse/ASC-3337
    http://bugs.adobe.com/jira/browse/ASC-3337
    http://bugs.adobe.com/jira/browse/ASC-3310
    Modified Paths:
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/LintEvaluator.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/CodeGenerator.java

  • [svn] 3791: Fix bug when resetting stylesheet on FxApplication

    Revision: 3791
    Author: [email protected]
    Date: 2008-10-21 13:23:09 -0700 (Tue, 21 Oct 2008)
    Log Message:
    Fix bug when resetting stylesheet on FxApplication
    SDK-17691 RTE loading styles
    When the FxApplication replaces its style sheet, it unloads the previous skin and loads in a new one. With the new skin, it creates a new instance of the contentGroup. However, when the content is added to the contentGroup, it has already been parented by the previous version of the contentGroup. This causes the RTE because the content is not in the correct state.
    The solution is to set the old contentGroup's content property to null when we remove the skin. We also force the contentGroup to validate immediately because the new contentGroup was processing its content array before the oldGroup had removed the content as children.
    QE Notes: Needs testing
    Doc Notes: none
    Bugs: SDK-17691
    Reviewer: Glenn
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17691
    http://bugs.adobe.com/jira/browse/SDK-17691
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxContainer.as

    The password history check is not honored in a password reset. It always been like that and it is documented:
    "Password History Length Constraint: If all of the following conditions are true, the following constraints MUST be satisfied:
    The requesting protocol message is a password change (as compared to a password set)."http://msdn.microsoft.com/en-us/library/cc245669.aspx
    So changing it is not a correcting a bug but asking to change the design. From a pure support perspective, you switched from bug request to design change request. Which might still be arguable if you have a solid business case.
    Password set is given through an extended right, so by default only administrators or operators have this right. So it comes down to trust those individual. If you cannot, then you don't give them the right and you implement other identity
    management solution (Password Self Reset for example).
    Other fancy and not useful information:
    http://msdn.microsoft.com/en-us/library/cc245692.aspx 
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • [svn] 2841: Fix bug loading untrusted applications that have not been sized .

    Revision: 2841
    Author: [email protected]
    Date: 2008-08-14 04:45:09 -0700 (Thu, 14 Aug 2008)
    Log Message:
    Fix bug loading untrusted applications that have not been sized.
    QE:YES
    Doc:
    Checkintests: YES
    Reviewer: Alex
    Bugs: SDK-16470
    SWFLoader:
    Fixed a security violation trying to access untrusted content. The problem happened in doScaleContent() when the loaded content had not been sized yet. The fall back is to check the class type of the content, but the SWFLoader did not have access to the content. The security violation was caught and the FlexLoader size is set when it shouldn't be. The problem is solved by checking access rights before accessing the content and not generating an exception.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16470
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/controls/SWFLoader.as

    Ignoring what is causing the errors for a moment, what would help is a way to get the application loader to restart from the point of error rather than going back to the beginning of the "Loading applications" step each time.
    I imagine this to be something of a big ask. Any other suggestions in a similar vein?
    Nick.

  • [svn] 1941: Fix bug with writing out a MorphShape2 line style when it has a fill

    Revision: 1941
    Author: [email protected]
    Date: 2008-06-04 12:13:17 -0700 (Wed, 04 Jun 2008)
    Log Message:
    Fix bug with writing out a MorphShape2 line style when it has a fill
    connected to it. Had been calling encodeMorphFillstyles() directly
    with an array of one element, but that adds a count byte (of value 1)
    which should not be there. So I decomposed new method
    encodeMorphFillstyle() out of encodeMorphFillstyles(). So not a big
    change, but lots of indentation changes.
    Other than that all changes were replacing the use of constant numbers
    with static constants from FillStyle and also adding an equals()
    implementation for FocalGradient.
    reviewed by Pete Farland, passed flex checkin tests
    Modified Paths:
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/TagDecoder.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/TagEncoder.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/types/FocalGradient.java

    Hello,
    We also have this problem ...
    We are concluded, (??) When there is a note on the first or second line that starts in the block, justification and rebuilt and the problem happens! even made to change color of text on the blank page occurs ... our solution to an extra line at the beginning of the block without note or make it past the note on the previous page ...
    when in a true solution?
    Translation from French
    Bonjour,
    Nous avons aussi ce problème …
    Nous somme arrivé à la conclusion, (???) quand il y a une note sur la première ou la deuxième ligne qui commence dans le bloc, justification et refaite et le problème arrive !!! même le faite de changé de couleur sur du texte les page blanche survient … notre solution mettre une ligne supplémentaire en début du bloc sans note ou faire passé le note sur la page précédente …
    à quand une vrai solution?
    Philippe

  • [svn] 3493: Fix bug setting focus into an A. 2 application that is in a dialog.

    Revision: 3493
    Author: [email protected]
    Date: 2008-10-06 13:40:22 -0700 (Mon, 06 Oct 2008)
    Log Message:
    Fix bug setting focus into an A.2 application that is in a dialog.
    QE: YES
    Doc:
    Checkintests: Marshall Plan mustella tests
    Reviewer: Carol
    Bugs: SDK-17177
    SystemManager.as
    On mouse down, change the test from "the click was in a bridged application", to "the click is in a bridged application and it has the same focus manager as the document". A bridged application that is in a dialog will have a different focus manager than the document.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17177
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/managers/SystemManager.as

    Thanks Jutapa.
    When I ran the DPC Latency Checker, there were no significant hiccups, and nothing abnormal at all when the skips occurred. The PCI Latency Tool had no effect on the issue, either (I tried many different latency options, between 0 and 248). But maybe they'll help other people with this or similar problems!
    Besides that, I tried logging huge amounts of data with the performance monitor and there's no consistent abnormalities at the times the skips occur as far as CPU usage or any other measurable variables go.
    I'll check out http://musicxp.net! I'd tried fresh installs and disabling all unnecessary system services and startup programs before and it also had absolutely no effect, but that's probably not what MusicXP.net advises, so I'll take a look. Thanks!

  • [svn] 2392: Fix bug ASC-3460

    Revision: 2392
    Author: [email protected]
    Date: 2008-07-08 10:55:02 -0700 (Tue, 08 Jul 2008)
    Log Message:
    Fix bug ASC-3460
    Default to double math for constant folding when decimal feature is turned off. This fixes problems where the constant folding would compute certain values incorrectly. 1/30 would become 0 because it did integer math, now we just use Number math all the time.
    tamarin tests, flex checkintests pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/ASC-3460
    Modified Paths:
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/ConstantEvaluator.java

    with me, i tried to run kde by typing kdm, that wouldnt work..
    then, i read about some more stuuf you had to download, the names of those files you see when (after installing xorg with hwd: see the link in the main article)) you try to start up x.
    just type:
    startx
    then it will start wining about some things that arent found, use pacman to get those files. if you cant remember them, just type startx again and see.
    after doing that, the kdm command still didnt work.
    then i just opened up rc.conf with nano:
    nano /etc/rc.conf
    and added kdm to the deamon line at the end.
    DEAMONS=(syslog-ng !hotplug !pcmcia network netfs crond kdm)
    then i rebooted and it worked!! kde started up!
    hope this helps..

  • [svn] 4338: Fix bug in previous ClassDefLib.vm submission.

    Revision: 4338
    Author: [email protected]
    Date: 2008-12-16 19:19:16 -0800 (Tue, 16 Dec 2008)
    Log Message:
    Fix bug in previous ClassDefLib.vm submission. Error shows when using the -keep option.
    QE Notes: None
    Doc Notes: None
    Bugs: N/A
    Reviewer:
    tests: checkintests
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/gen/ClassDefLib.vm

    Hi,
    Although not exactly the same type of JVM crash, here is a situation the occurred when switching from JDBC Thin to OCI/Thick:
    SQLDeveloper 3.2.20.09 crashes JVM using OCI/Thick driver on Linux 64bit
    SQL Developer 3.2 crashes with java error when using OCI/Thick Driver
    Did you recently switch your drive type, or client software so that the JDBC driver version changed? Just a guess. If true, read especially the final post of the second thread noted above.
    Regards,
    Gary
    SQL Developer Team

  • Now operating system for iPad won't let me post photos in Facebook. The sent and upgrade to fix bugs but it freezes in my settings and won't launch

    bug in new operating system for iPad
    fix stalls and freezes in Settings

    You are not speaking to Apple here. We are all users like yourself. we cannot "fix" anything. Please describe which Settings area you are having problems with, what exactly happens and what, if any, error messages you receive.
    one thing that cures ,any system errors is to reset the iPad. Press and hold both the Home button and the Sleep/Wake button continuously until the Apple logo appears. Then release the button and let the device restart. You will not lose data doing this. It's like a computer reboot.

Maybe you are looking for

  • Mobile Me Import

    I downloaded my iPhoto collection into Aperture 3. Everything transferred except the Mobile Me Gallery files. What did I forget to do? More importantly, what do I need to do?

  • Zen VW not showing up in Media Sou

    I have a one year old Zen VW. I recently reformatted my pc, it had been two years on that install and needed it. Anyway when I reinstalled everything back my Zen is not recognized by Creative Media Source. When I connected it via USB, Windows sees th

  • HOW CAN I ACQUIRE AND DEPLOY DATA IN REAL TIME WITH DAQ 6024E?

    HI ENGINEER, I'M PROGRAMING AN APLICATION WHICH I NEED ACUIRING AND DEPLOYING AN ANALOGOUS SIGNAL IN REAL TIME. I HAVE: LabVIEW 7.0 WINDOWS 2000 DAQ CARD 6024E THE SIGNAL I WANT TO ACQUIRE IS 0-10 Vcd FROM A SENSOR, THE PROBLEM I HAVE, IS THAT I AM A

  • Another problem:  query in oracle

    Hello guys, I have a problem in a SQL code in a program that uses a Oracle connection. The code: public class ConBol {      public void getDataBol() {           String sql = "SELECT * FROM DOCUMENT_FISC  WHERE NRDOC_FISC = ?";           try {        

  • Submitting Report output to spool

    Hi All,        We have problem while submitting reort output to spool.Have tried using FM'Get_print_parameters and submitting the report using stmt SUBMIT REP TO SAP-SPOOL AND RETURN.We have to submit report output to spool But its going to infinite