Error parsing style sheet

I'm attempting to use an external css. My app is finding the
style sheet okay, but then I get this error: "error parsing style
sheet"
Here s the simple style sheet:
Panel {
shadowDirection: right;
borderThicknessLeft: 0;
borderThicknessRight: 0;
borderThicknessTop: 0;
Here's how I call it:
<mx:Style source="bin/assets/LifePrepStyle.css"/>
Thanks for your help!
Steve

Give us a link to the page, please.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Lottie74" <[email protected]> wrote in
message
news:g6ptbg$s7g$[email protected]..
>I am a print designer and produced a website without
scripting knowledge in
> GoLive and exported it to Dreamweaver. When I checked
for compatability it
> said
> I had an error parsing style on lines 11, 18, 22, 23 and
they are
> affecting
> IE6. Can anyone help as I don't have a clue about
scripting!
>
> 11 @font-face { }
> 12 a:link { color: #fff; text-decoration: none; }
> 13 element { color: #808080; text-decoration: none; }
> 14 a:hover { color: #808080; text-decoration: none; }
> 15 a:visited { color: #b1cdde; text-decoration: none; }
> 16 element { color: #808080; text-decoration: none; }
> 17 a:link { color: #b1cdde; text-decoration: none; }
> 18 @font-face { }
> 19 element { color: #808080; text-decoration: none; }
> 20 .class { color: #808080; text-decoration: none; }
> 21 .class1 { color: #808080; text-decoration: none; }
> 22 @font-face{ font-family: arial; font-size: 1pt; }
> 23 @font-face{ font-size: 9pt; }
Text
>
> many thanks
>
> @font-face { }
> a:link { color: #fff; text-decoration: none; }
> element { color: #808080; text-decoration: none; }
> a:hover { color: #808080; text-decoration: none; }
> a:visited { color: #b1cdde; text-decoration: none; }
> element { color: #808080; text-decoration: none; }
> a:link { color: #b1cdde; text-decoration: none; }
> @font-face { }
> element { color: #808080; text-decoration: none; }
> .class { color: #808080; text-decoration: none; }
> .class1 { color: #808080; text-decoration: none; }
> @font-face{ font-family: arial; font-size: 1pt; }
> @font-face{ font-size: 9pt; }
>

Similar Messages

  • Error parsing styles in DW cs4

    Hi all,
    I'm building a web site and used someone's code to integrate a javascript toolbar. It says in the instructions provided with the toolbar to paste some style code into my css style sheet which I did. It works fine but when I do a browser compatability check dreamweaver complains about this line:
    *>*>html:lang(en),#Menu1>li{left:0;}
    and says: Error parsing styles
    Affects: Internet Explorer 6.0
    Anyone understand this?
    - Omelas

    I'm also receiving the error message
    .  I'm in the process of tweaking my site and yes, I have tried
    to transfer to the website using IExplorer.  The
    data does not transfer correctly.  Positioning and color wrong.

  • Error Parsing Style - SpyMenuBarHorizontal.CSS

    When I use the SpyMenuBarHorizontal.CSS and then check for browser compatibility, I get an Error parsing styles and the line it points out is this one:
    filter:alpha(opacity:0.1);
    It apparently is a hack for IE and is applied to the
    ul.MenuBarHorizontal iframe
    It says it concerns IE 6.0
    It seems a little strange that Dreamweaver would write the code for the SpyMenuBarHorizontal.CSS without ever running it through its own browser capatibilty checker.  Obviously I am missing something.  Regardless...
    Is this something to be concerned about?  And if so, what's my next step?

    Fishinrev wrote:
    It seems a little strange that Dreamweaver would write the code for the SpyMenuBarHorizontal.CSS without ever running it through its own browser capatibilty checker.
    The Dreamweaver team knew exactly what it was doing when it created the style sheet. Hack, although undesirable, are sometimes a necessary fact of life.
    Is this something to be concerned about?  And if so, what's my next step?
    No, not at all.

  • Error parsing styles

    i am getting and "error parsing styles" I am using Dreamweaver CS4.
    any ideas
    background-image:url(images/4047922449_0aa9248f2e_o%20(2).jpg):
    background-repeat:repeat:
    background-image:url(images/4047922449_0aa9248f2e_o%20(2).jpg):
    background-image:url(images/background.jpg):
    background-color:#FFF:
    background-image: url(images/background.jpg):
    background-image: url(images/background.jpg):
    background-image: url(images/background.jpg);
    background-image: url(images/background.jpg);
    in browser compatibility i get the error in the first line

    background-image:url(images/4047922449_0aa9248f2e_o%20(2).jpg);
    background-repeat:repeat;
    background-color:#FFF;
    background-image: url(images/background.jpg);
    In your code, your styles are improperly terminated with a colon rather than a semi-colon.
    And why are you using multiple, redundant styles - you only need a single background image declaration!
    Finally, it's not a good idea to use spaces or punctuation in your filenames.

  • Error parsing style

    I am a print designer and produced a website without
    scripting knowledge in GoLive and exported it to Dreamweaver. When
    I checked for compatability it said I had an error parsing style on
    lines 11, 18, 22, 23 and they are affecting IE6. Can anyone help as
    I don't have a clue about scripting!
    11 @font-face { }
    12 a:link { color: #fff; text-decoration: none; }
    13 element { color: #808080; text-decoration: none; }
    14 a:hover { color: #808080; text-decoration: none; }
    15 a:visited { color: #b1cdde; text-decoration: none; }
    16 element { color: #808080; text-decoration: none; }
    17 a:link { color: #b1cdde; text-decoration: none; }
    18 @font-face { }
    19 element { color: #808080; text-decoration: none; }
    20 .class { color: #808080; text-decoration: none; }
    21 .class1 { color: #808080; text-decoration: none; }
    22 @font-face{ font-family: arial; font-size: 1pt; }
    23 @font-face{ font-size: 9pt; }
    Text
    many thanks

    Give us a link to the page, please.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Lottie74" <[email protected]> wrote in
    message
    news:g6ptbg$s7g$[email protected]..
    >I am a print designer and produced a website without
    scripting knowledge in
    > GoLive and exported it to Dreamweaver. When I checked
    for compatability it
    > said
    > I had an error parsing style on lines 11, 18, 22, 23 and
    they are
    > affecting
    > IE6. Can anyone help as I don't have a clue about
    scripting!
    >
    > 11 @font-face { }
    > 12 a:link { color: #fff; text-decoration: none; }
    > 13 element { color: #808080; text-decoration: none; }
    > 14 a:hover { color: #808080; text-decoration: none; }
    > 15 a:visited { color: #b1cdde; text-decoration: none; }
    > 16 element { color: #808080; text-decoration: none; }
    > 17 a:link { color: #b1cdde; text-decoration: none; }
    > 18 @font-face { }
    > 19 element { color: #808080; text-decoration: none; }
    > 20 .class { color: #808080; text-decoration: none; }
    > 21 .class1 { color: #808080; text-decoration: none; }
    > 22 @font-face{ font-family: arial; font-size: 1pt; }
    > 23 @font-face{ font-size: 9pt; }
    Text
    >
    > many thanks
    >
    > @font-face { }
    > a:link { color: #fff; text-decoration: none; }
    > element { color: #808080; text-decoration: none; }
    > a:hover { color: #808080; text-decoration: none; }
    > a:visited { color: #b1cdde; text-decoration: none; }
    > element { color: #808080; text-decoration: none; }
    > a:link { color: #b1cdde; text-decoration: none; }
    > @font-face { }
    > element { color: #808080; text-decoration: none; }
    > .class { color: #808080; text-decoration: none; }
    > .class1 { color: #808080; text-decoration: none; }
    > @font-face{ font-family: arial; font-size: 1pt; }
    > @font-face{ font-size: 9pt; }
    >

  • Link error to style sheet

    Hi,
    Could you have a look and see why I am getting an error in my link to the style sheet.
    http://www.bench-buddy.ca
    It says:
    Found 3 errors in oneColFixCtrHdr.css  Affects: Firefox 1.5; Internet Explorer 6.0, 7.0; Internet Explorer for Macintosh 5.2; Netscape 8.0; Opera 8.0, 9.0; Safari 2.0
    Thank you,
    Em

    It says:
    What says???
    This is your page thru the validators, see if that helps.
    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bench-buddy.ca&charset=%28detect+automa tically%29&doctype=Inline&group=0
    http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.bench-buddy.ca&profile=c ss21&usermedium=all&warning=1&lang=en
    Gary

  • BT Mapper error : The style sheet is too complex

    Hi Guys,
    I am trying to test the map in visual studio and I immediately prompted with the error “XSLT exception: The style sheet is too complex”. I have searched for this on the web and came to know that this might be caused by number of lines in XSLT and my BT mapper
    is very big. And I can confirm that this is not due to any mapping errors or syntax errors because I checked the same mapping using few lines of xslt and it worked.
    Does anyone has seen this error in BizTalk mapper? I am testing the map using “Test map” in visual studio.
    I am using BizTalk server 2013 R2 Dev with visual studio 2013.
    Thanks
    JB

    Hi JB,
    There is a known issue with framework 4.5 as mentioned in the given article:
    http://support.microsoft.com/kb/2828841/en-us
    Trying applying this hotfix and make the config changes as mentioned in the below article.
    BizTalk
    2013 Orchestration fails with Error "The Stylesheet is too Complex"
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • Javascript errors in Netscape style sheet

    Hi,
    How can I remove Javascript errors in Firefox? There are
    several distinct kinds:
    Error: Unknown property 'x-text-underline'. Declaration
    dropped.
    Source File:
    file:///C:/Working/2%20Generated%20Help/SMC%20Admin/lc_ns.css
    Line: 49
    Error: Error in parsing value for property 'cursor'.
    Declaration dropped.
    Source File:
    file:///C:/Working/2%20Generated%20Help/SMC%20Admin/lc_ns.css
    Line: 103
    Error: Expected end of value for property but found 'none'.
    Error in parsing value for property 'text-decoration'. Declaration
    dropped.
    Source File:
    file:///C:/Working/2%20Generated%20Help/SMC%20Admin/lc_ns.css
    Line: 108
    Error: Unknown property 'mso-fareast-font-family'.
    Declaration dropped.
    Source File:
    file:///C:/Working/2%20Generated%20Help/SMC%20Admin/lc_ns.css
    Line: 153
    Error: Unknown property 'x-next-type'. Declaration dropped.
    Source File:
    file:///C:/Working/2%20Generated%20Help/SMC%20Admin/lc_ns.css
    Line: 188
    (lc.css is the name of our style sheet.) This is not the
    complete list. The ehlpdhtm.js file has been checked into Baggage.
    I think the problem exists with the Netscape Style Sheet that
    RoboHelp generates at compile time. Is there an updated version
    available?
    -- David

    When RH generates the webhelp output it uses your css file
    and creates a variant of it for Netscape. It writes into that what
    it needs to so as to make your output look as close as it can in
    Mozilla browsers as it does in IE.
    It follows that there is no update version because the file
    is unique to every project and is based on the stylesheet used.
    This sounds very much like the style sheet you have for IE
    (lc.css) contains some "errors" that IE will tolerate but Netscape
    will not.
    First of all, take a copy of your project and play around
    with the copy until you get things right.
    Select all the topics listed in the Topic tab and apply one
    of the supplied style sheets. The topics will look rubbish but that
    does not matter here. Generate a new output and see if you get the
    errors. If you do not, it confirms what I have outlined.
    Then you just need to track it down.
    Open the lc_ns.css file and look at those line numbers for
    the clue.

  • XML page cannot be displayed cannot view XML input using XSL style sheet Please correct the error and then click the REfresh

    XML page cannot be displayed cannot view XML input using XSL style sheet Please correct the error and then click the REfresh

    Is the error message displayed in Firefox or in IE, or in a customized window that doesn't identify the browser?
    ''If it displays in Firefox:''
    It's possible that the Troubleshooter doesn't work correctly unless IE is your default browser. You could test that possibility by having IE make itself the default and testing the Troubleshooter again.
    ''If it displays in IE or embedded in another Microsoft application:''
    In a web search I found these suggestions:
    (1) Reset your Internet Explorer settings, according to http://answers.microsoft.com/en-us/ie/forum/ie8-windows_7/cannot-view-xml-using-xsl-style-sheet/ccfe80c6-c0db-4594-a7e3-475f9eac0e85
    (2) Try the System File Checker, according to http://ask-leo.com/why_do_i_get_the_xml_page_cannot_be_displayed_after_running_a_microsoft_troubleshooter.html
    Any luck?

  • When I try to attach my css style sheet Dreamweaver gives me an error saying that my .css file appears to be an .html file and will not attach. How do I fix this so I can attach my style sheet?

    I have built a css style sheet in Dreamweaver. When I try to attach it to my html website, it prompts me that my "css file appears to be an .html file and cannot attach". I've tried removing the /* */ as suggested by other forums, but this has not resolved the issue. I was using css style sheets with no problem 2 days ago. Now I get that error message. How do I fix this so I can attach my style sheet?

    What does the code of the CSS file look like?
    An external CSS file needs to be written in CSS only (no html tags like <html>, <body>, <head>, etc ).
    It also must have a .css file extension, if yours has a .html extension it won't work.

  • CSS Style Sheet Link Recursive Error?

    I am trying to link a css style sheet to a new root file. When I try to link the css sheet I get an error - A recursive style import was found while trying to add Check Magazine.css. Please resolve this error by editing the file in an external text editor and try again.
    What does this mean?  I looked up recursive style everywhere and there is no explanation.  I don't know how to fix.  The answer I found on these forums mentioned an @import statement error but I dont even have any @import statemensts in my style sheet this style sheet is part of the Getting Started tutorial on this website.
    @charset "utf-8";
    #container{
    width: 968px;
    background: #FFFFFF;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    This is my code, can you help?

    This is my index.html code, I am so lost as to what to do to get rid of this stupid error.  My style sheet is not linked so of course it is useless and I have to code on both documents since the code doesnt show up automatically on the Style sheet when I add something to the index page
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Check Magazine</title>
    <style type="text/css">
    <!--
    #banner {
    background-image: url(images/banner.gif);
    height: 100px;
    width: 968px;
    #main_image {
    background-image: url(images/main.jpg);
    height: 376px;
    width: 968px;
    #left_column {
    float: left;
    width: 316px;
    #column_container {
    float: left;
    width: 652px;
    #right_column {
    float: right;
    width: 316px;
    #center_column {
    width: 316px;
    margin-left: 10px;
    -->
    </style>
    </head>
    <body>
    <div id="container">
      <div id="banner"></div>
      <div id="main_image"></div>
      <div id="left_column">Content for  id "left_column" Goes Here</div>
      <div id="column_container">
        <div id="right_column">Content for  id "right_column" Goes Here</div>
        <div id="center_column">Content for  id "center_column" Goes Here</div>
      </div>
    </div>
    </body>
    </html>

  • Cannot view XML input using XSL style sheet. Please correct the error and..

    Hi All,
    Scenario XML to IDOC.
    The interface determination decides whether to create IDOC X or IDOC Y based on a xml segment value.
    I have an error in the SXMB_MONI:
    <!--  Interface Determination
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="IF_DETERMINATION">CX_ID_PLSRV</SAP:Code>
      <SAP:P1>Problem evaluating a condition: Exception CX_SWF_RLS_RULE occurred (program: CL_SWF_RLS_CONDITION==========CP, include: CL_SWF_RLS_CONDITION==========CM00Q, line: 160).</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error when determining the inbound interface: Problem evaluating a condition: Exception CX_SWF_RLS_RULE occurred (program: CL_SWF_RLS_CONDITION==========CP, include: CL_SWF_RLS_CONDITION==========CM00Q, line: 160). Problem evaluating a condition: Exception CX_SWF_RLS_RULE occurred (program: CL_SWF_RLS_CONDITION==========CP, include: CL_SWF_RLS_CONDITION==========CM00Q, line: 160). Exception CX_SWF_RLS_RULE occurred (program: CL_SWF_RLS_CONDITION==========CP, include: CL_SWF_RLS_CONDITION==========CM00Q, line: 160). Exception CX_SWF_RLS_OPERAND_MISSING occurred (program: CL_SWF_RLS_COMPARISON=========CP, include: CL_SWF_RLS_COMPARISON=========CM002, line: 63). Exception CX_SWF_RLS_OPERAND_MISSING occurred (program: SAPMSSY1, include: , line: 0). Exception CX_SWF_EXP_EVALUATE occurred (program: CL_SWF_EXP_EXPRESSION=========CP, include: CL_SWF_EXP_EXPRESSION=========CM027, line: 38). Exception CX_SWF_EXP_EXPRESSION occurred (program: CL_SWF_EXP_EXPRESSION=========CP, include: CL_SWF_EXP_EXPRESSION=========CM01Z, line: 520). Exception CX_SWF_EXP_EXPRESSION occurred (program: CL_SAI_SWF_RULE_ENGINE========CP, include: CL_SAI_SWF_RULE_ENGINE========CM00S, line: 42). Problem extracting values from the Payload: Check line 2 column 1 of the XML document</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    From the SXMB_MONI, the inbound message payload is truncated with an error:
    - <ProductIdentification>
      <GlobalProductIdentifier />
    - <PartnerProductIdentification>
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    The following tags were not closed: Pip3B12ShippingOrderConfirmation, ShippingOrder, ShipmentLineItem, isContainsHazardousMa...
    ">   <GlobalPartnerClassificationCode />
      <ProprietaryProductIdentifier>000000000000101369</ProprietaryProductIdentifier>
      </PartnerProductIdentification>
      </ProductIdentification>
    - <QuantityInformation>
    - <confirmedQuantity>
      <ProductQuantity>1.00</ProductQuantity>
      </confirmedQuantity>
    I've checked that the xml format is OK.
    As a matter of fact, if I try to resend the xml file from directory, the message is processed correctly and the payload shows all the xml file.
    Thanks.
    Daniele
    Edited by: Daniele*Verdone on Feb 1, 2010 11:22 AM
    Edited by: Daniele*Verdone on Feb 1, 2010 11:23 AM

    Hi Suraj,
    That option is not available in FTP mode..
    This option is applicable only for the File adapter. If you enter a value in this field when configuring the sender FTP adapter, it will have no effect.
    Yes, you're right !!
    Are you sure that the message is not getting picked in half-way
    Now, at this time, I can't see the XML data in the CC monitoring because the tool shows only the recent polling execute in the last 10 minutes. If the error recurs, I will check the payload of CC.
    How can I solve the problem with reading incomplete file (FTP mode)?
    ...Meanwhile I will try with Full cache refresh.
    Thanks
    Daniele

  • Editing style sheet error

    Whenever I try to edit a component of my style sheet, I keep getting this error.  (attached screenshot). I look at the ipdc-screen.css is on my local disk. ???

    I can't see the top of your page, where you link the stylesheet to your page, but if you are linking with an absolute link (http:// etc. etc.), you are linking to an online file, and that will not be available to be edited locally. I would do as the warning suggests, and download the file to your local system.
    If the file is indeed available locally in your site files, then you should change the link to a local, document-relative link instead of an absolute link.
    If you are linking to the online stylesheet because it is a standard across departments, then perhaps it should not be edited. You can make an additional, editable stylesheet to go along with (and modify) the styles in the online stylesheet. When you do so, be sure to place the link to your new stylesheet after the link to the online stylesheet.
    Beth

  • ERROR Could not load style sheet: custom.css

    Hi i am working with ADF faces.I had used selectors to change the skin.I put all the selectors in custom.css file.And i put the folder in the webcontent folder.
    Like Skins/Ex/custom.css.
    And here is the content of my adf-faces-skins.xml file
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <skins xmlns="http://xmlns.oracle.com/adf/view/faces/skin">
    <skin>
    <id>Ex.desktop</id>
    <family>Ex</family>
    <!-- <skin-family>#{sessionScope.skinFamily}</skin-family> -->
    <render-kit-id>oracle.adf.desktop</render-kit-id>
    <style-sheet-name>custom.css</style-sheet-name>
    </skin>
    </skins>
    And adf-faces-config.xml content is
    <?xml version="1.0" encoding="windows-1252"?>
    <adf-faces-config xmlns="http://xmlns.oracle.com/adf/view/faces/config">
    <skin-family>Ex</skin-family>
    </adf-faces-config>
    Now my problem is my application could't recognize the stylesheet.
    And while i run the application i am getting the output which is using the Simple skin.......And in the log file it showing the error like
    2006-11-09 14:18:58.125 ERROR Could not load style sheet: skins\Ex\custom.css
    So anybody could help me in finding out the error.......Hope so..........
    Thanks.......
    simmi

    I am sorry
    Here is the content of my adf-faces-skins.xml file
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <skins xmlns="http://xmlns.oracle.com/adf/view/faces/skin">
    <skin>
    <id>Ex.desktop</id>
    <family>Ex</family>
    <!-- <skin-family>#{sessionScope.skinFamily}</skin-family> -->
    <render-kit-id>oracle.adf.desktop</render-kit-id>
    <style-sheet-name>skins\Ex\custom.css</style-sheet-name>
    </skin>
    </skins>

  • Unexpected error when linking CSS style-sheet

    I have been working on this site for over a month now. I have
    a linked external CSS style sheet and everything has been working
    seamlessly between Dreamweaver and the web. Today, I tried to
    create a template and then disliked it, so I deleted it. After
    doing that, my CSS rules were no longer displaying properly EVEN
    THOUGH my formatting and everything has remained the same.
    I have a feeling there is something cached behind the scenes
    that is messing this all up. Community assistance is greatly
    appreciated. This is not the first time I've been unable link a CSS
    stylesheet.

    upload the page and post a link, please.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "rausch_g" <[email protected]> wrote in
    message
    news:f7im8a$7u4$[email protected]..
    > This is not a display issue with the toolbar. There is
    clearly a
    > stylesheet
    > attached in the header; however, in Dreamweaver when I
    look in the
    > "properties"
    > panel while in CODE VIEW, it says there are no styles
    and no attached
    > style
    > sheet. When I try to attach my style sheet, it says, "An
    unexpected error
    > occured while trying to read style-sheet information."
    There are no
    > errors on
    > my style sheet, so I am unsure how to fix this.
    >

Maybe you are looking for

  • How can I import auto correct form old version

    How can I import all my auto correct list from Pages into the new version 5, they have all been deleted

  • How do I identify OK Code in table control in BDC (scroll up/down)?

    Hi. I have read a lot of very good posts and articles here in the forums about how to work with table controls when writing a BDC program. Unfortunately I haven't found any that address the specific issue that I'm having. I'm writing a program to upd

  • Recover DB in case of HD failure

    Hello, Suppose there is HD failure (Not RAC environment ) or a fire destroyed the server, and I have full DB backup on an external HD. Then I have to get a new server, and install Oracle SOE. Can I restore and recover the DB backup which I have in th

  • Making Plant As Optioanl In Purchase Requisition Creation

    Hi, Can we make Plant as optional while creating the Purchase Requistion ? What would the negative aspect of doing the same. Regards,

  • Material select issue

    house my issue is                               1. after creating an inventory document, adding materials to this doc is streeful i have to add them 1 after the other is they no other way of selecting all the materials