Error Messages within a development

All,
Another problem i have is that i want to display an image of a red cross before any error message that is displayed to a customer using the development. At the moment, the default is just the word 'ERROR', followed by the particular error message.
I know how to insert an image of a red cross, i have loaded that into the images folder and are asking the error to show the image, but the problem i am having is that the image is being inserted over the text 'ERROR'.
Does anyone know how i can move the text of the error message slightly to the right so the image is not on top of it? It sounds like a simple padding or floating issue but i can't fix it. Which css file would i need to amend, what code shoild i look for, and what should i change it to?
Thanks
Rob

Unfortunately this really boils down to HTML layout troubleshooting. Best advice is to try different things to see what gets you closer to a solution, and what doesn't.

Similar Messages

  • Error message on my development workstation: The system cannot find the file specified.

    Post Author: cseverin
    CA Forum: Crystal Reports
    Hi,
    I am currently developing an ASP.NET website using Visual Studio.NET 2005. I am using the .NET 2.0 framework, VB.NET as my programming language and I connect successfully to a SQL Server 2005 database.  I can select, insert, update and delete data from the database elsewhere in my project, so I know basic connectivity isn't an issue.  The problem seems to be with Crystal Reports. 
    I created a folder called 'Reports' in my project and added a Crystal Report file (OpenFiles.rpt) to it.  I designed the report and initally used a hard-coded SQL query as its datasource so I could quickly get the database fields onto the report and preview them.  All worked fine. 
    To make the report accessible to the rest of the website, I created an .xsd dataset file containing the three tables (and their corresponding tableadapters) that the report requires and then redeveloped the report using the dataset as the datasource for the report.  After doing this, the preview no longer worked.
    Next, I added a page to the website and dragged a Crystal Report Viewer Control onto it.  In the code behind the page I wrote:
    Option Strict On
    Imports System.Data
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Partial Class Reports
         Inherits System.Web.UI.Page
         Private objOpenFilesreport As OpenFilesReport
         Private rptOpenFiles As ReportDocument
         Private strLastErrorMessage As String = Nothing
         Private errLastException As Exception = Nothing
         Dim strFileKey As String
         Dim strJurisdictionCode As String
         Dim strStaffId As String
         Dim strReportId As String
         Private Sub ConfigureCrystalReports()
              Dim reportPath As String = Server.MapPath("OpenFiles.rpt")
              Dim rptopenfiles As New ReportDocument
              rptOpenFiles.Load(reportPath)  <== I checked this during execution and the value correctly points to the OpenFiles.rpt file in the Reports     folder of my project
              Dim ConnectionInfo As ConnectionInfo = New ConnectionInfo()
              ConnectionInfo.DatabaseName = my database
              ConnectionInfo.UserID = login id of user
              ConnectionInfo.Password = user's password
              SetDBLogonForReport(ConnectionInfo, rptopenfiles)
              CrystalReportViewer1.ReportSource = rptopenfiles
         End Sub
         Protected Sub Page_Init(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Init
             ConfigureCrystalReports()
         End Sub
         Private Sub SetDBLogonForReport(ByVal ConnectionInfo As ConnectionInfo, ByVal myReportDocument As ReportDocument)
              Dim myTables As Tables = myReportDocument.Database.Tables
              For Each myTable As CrystalDecisions.CrystalReports.Engine.Table In myTables
                   Dim myTableLogonInfo As TableLogOnInfo = myTable.LogOnInfo
                   myTableLogonInfo.ConnectionInfo = ConnectionInfo
                   myTable.ApplyLogOnInfo(myTableLogonInfo)
              Next
         End Sub
    End Class
    I added a hyperlink to one of the existing pages on the website to navigate to this page with the report viewer on it.  When I run the website in Visual Studio and click on the hyperlink I get the following:
    Server Error in '/MyTest' Application.
    The system cannot find the file specified.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Runtime.InteropServices.COMException: The system cannot find the file specified.Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace:
    &#91;COMException (0x80004005): The system cannot find the file specified.
    &#93;
       CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +126
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +442
    &#91;Exception: Load report failed.&#93;
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +513
       CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) +1378
       CrystalDecisions.CrystalReports.Engine.ReportDocument.EnsureLoadReport() +149
       CrystalDecisions.CrystalReports.Engine.ReportDocument.get_DataDefinition() +85
       CrystalDecisions.CrystalReports.Engine.ReportDocument.get_ParameterFields() +158
       CrystalDecisions.Web.CrystalReportSource.BindControlParameter(Parameter parameter) +130
       CrystalDecisions.Web.CrystalReportSource.DataBindParameters() +191
       CrystalDecisions.Web.CrystalReportSource.EnsureParameters(Boolean forceDataBind) +90
       CrystalDecisions.Web.CrystalReportSource.LoadCompleteEventHandler(Object sender, EventArgs e) +47
       System.Web.UI.Page.OnLoadComplete(EventArgs e) +96
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4086
    Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832 
    Any ideas, anyone?
    Also, assuming I can get past this error, I will need to figure out how to fill the tables in the .xsd dataset file.  I have written a class for the dataset that includes functions that populate the tables in the dataset from the database by executing SQL queries.  But how do I call these functions at the time the report is run?
    This is my first Crystal report written in .NET and I've been struggling with it for days now.  Any help would be most appreciated!
    Thanks very much!
    Chris Severin

    hello, the error message is obviously coming from one of the installed mcafee extensions. please directly contact mcafee technical support - they can likely give you more detailed guidance and are the only ones who can fix bugs or make necessary adjustments in the addon.

  • Is it possible to circumvent error message within a function module?

    Hello friends,
    Is it possible to circumvent error message generation from within a function module? My program calls a FM (namely FKK_S_CADOCUMENT_WRITEOFF) to do some updates. However, in certain cases this FM throws error messages and terminates the whole process. I cannot control the aftermath because it never gets back to the calling program.It stops at the FM level and not at my program level.
    In essence, what I would like to do is to let the FM do its thing, generate some kind of exception (but no error message), come back to the calling program, and then I can capture the status in my program and do what is necessary from then on.
    Your help is greatly appreciated

    Hi,
    Do not use Excerption Tab.
    Instead declare a variable or Structure at export parameter.
    Which will return you error Description or Status of the FM.
    For Example.
    Goto Se37 ---> key in FM name of yours.
    Go to Table tab
    At Parameter Name Column key in RETURN, Type as LIKE and Associate type as BAPIRET2.
    ThankS & regards,
    ShreeMohan
    Edited by: ShreeMohan Pugalia on Aug 10, 2009 12:31 PM

  • Error message within EXIT_SAPLIE01_005

    Hello. Does anyone know how I can stop the process at UE EXIT_SAPLIE01_005 (Enhancement IQSM0005) at MIGO transaction? error message, stop and the like causes me a DUMP.
    Thanks in advance..

    did you have tried to put a break-point and test?
    if it is not wokring trying to make a endless loop in user exit and debug through SM50
    menu : program -> debugging for that particular process.
    Thanks.

  • Why am I getting this error message in SQL Developer-ORA-01735: invalid ALTER TABLE OPTION?

    To Whom it may Concern,
    I am attempting to add two columns Comm_id and Ben_id to a table in SQL Developer (Oracle).
    Here is the syntax I am using:
    ALTER TABLE ACCTMANAGER
    ADD (Comm_id NUMBER(10)),
    Ben_id VARCHAR(2);
    The spool file I'm getting as a result of the script above:
    Error starting at line 1 in command:
    ALTER TABLE ACCTMANAGER
    ADD (Comm_id NUMBER(10)),
    Ben_id VARCHAR(2)
    Error report:
    SQL Error: ORA-01735: invalid ALTER TABLE option
    01735. 00000 -  "invalid ALTER TABLE option"
    *Cause:   
    *Action:
    DESC acctmanager
    Thank you in advance.

    4b60e01f-2ea5-40fe-a161-fc12d38d09e5 wrote:
    To Whom it may Concern,
    I am attempting to add two columns Comm_id and Ben_id to a table in SQL Developer (Oracle).
    Here is the syntax I am using:
    ALTER TABLE ACCTMANAGER
    ADD (Comm_id NUMBER(10)),
    Ben_id VARCHAR(2);
    The spool file I'm getting as a result of the script above:
    Error starting at line 1 in command:
    ALTER TABLE ACCTMANAGER
    ADD (Comm_id NUMBER(10)),
    Ben_id VARCHAR(2)
    Error report:
    SQL Error: ORA-01735: invalid ALTER TABLE option
    01735. 00000 -  "invalid ALTER TABLE option"
    *Cause:  
    *Action:
    DESC acctmanager
    Thank you in advance.
    try as below instead
    ALTER TABLE ACCTMANAGER
    ADD (Comm_id NUMBER(10), Ben_id VARCHAR(2));

  • FCPX wont export? Error message within

    So I'm trying to export a video using FCPX version 10.0 and when I try to export it nothing happens at all. No window comes up, nothing, no response. When I try to upload to Youtube or export to Apple devices it says 'The operation couldn’t be completed. (com.apple.Compressor.CompressorKit.ErrorDomain error -1.)'
    What does that mean?
    I'm using an iMac OSX 10.9.

    10.0 will not run on Mavericks. You must update to 10.1..3. Why have you not updated for more than 3 years. You did buy from App Store, yes ?

  • Handling Error message in BADI

    Hi All,
    I have a requirement to call a error message within the badi Workorder_Update, interface Before_Update.
    As it cannot be done in the generalised way can anybody help me out in this regard.
    Thanks in advance,

    Hello Nilanjan
    Looking through the interface methods it looks like there is the following sequence:
    BEFORE_UPDATE -> IN_UPDATE -> AT_SAVE
    Wherease the first two methods do not have any exception method AT_SAVE has one:
    ERROR_WITH_MESSAGE
    I would assume that you need to implement AT_SAVE as well.
    If my assumption about the sequence of method calling is correct then you can save required data within additional instance attributes when method BEFORE_UPDATE is called. These "stored" data can then be evaluated in method AT_SAVE.
    Regards
      Uwe

  • Error messages when I execute...

    Hello All,
    4 years ago I used ODI for a big project with succces.
    Now, I'm 4 years later using ODI again and I'm having trouble.
    Here is the errors I'm getting:
    2013-08-07 15:35:25.157 WARNING ODI-1134 Agent Internal encountered an error: ODI-1226: Step ET_TEST_GEOGRAPHY fails after 1 attempt(s).
    2013-08-07 15:35:25.157 ERROR ODI-1217 Session ET_TEST_GEOGRAPHY (1304110) fails with return code 1729.
    Now, what I'm trying to do is
    copy a table to another table.
    In ODI, I right click Model TableA See data and I can see the data
    In tableB which is in another Model it's empty (I'm trying to fill it)
    In my Interface one goes into the other using
    LKM Oracle to Oracle(DBLink)
    I also tried
    LKM SQL to Oracle
    I'm using Local (no agent)
    When I do select an Agent I get this:
    oracle.odi.runtime.agent.invocation.InvocationException: ODI-1418: Error connecting to agent AGENT_QIMS_DEV: an authentication error occurs while connecting to the master repository.
    Any pointers to make this work ?
    Here is what the errors mean:
    ODI-01217: Session {0} ({1}) fails with return code {2}.
        Cause: The session finished in an error state.
        Action: Review the session execution details in the Operator Navigator or Repository Explorer.
        Level: 1
        Type: ERROR
        Impact: Other
    ODI-01134: Agent {0} encountered an error: {1}
        Cause: null
        Action: null
        Level: 1
        Type: WARNING
        Impact: Other
    ODI-01226: Step {0} fails after {1} attempt(s).
        Cause: This is an execution warning. The session step failed to execute after the maximum number of retries. If step failure was not handled in the package design, the session finished in an error state.
        Action: Review the session execution details in the Operator Navigator or Repository Explorer.
        Level: 1
        Type: WARNING
        Impact: Other

    I realize it's been a few days, but did you get sorted?
    You need to review the error messages within the Operator to find the cause of the errors when running as local (no agent).  Identify the failed steps, find the error message and post it here.
    As for running as the agent, it sounds like the username or password the agent is using to connect to the master repository is incorrect.
    Get it working with the local (no agent) first though...

  • Error message in Bex after I make display attribute navigational

    Hello,
    Regarding 0FIAR_C03.  There's a display attribute called "Customer Classification".  I made it navigational and re-activated the cube.  Thereafter, the existing queries on this cube display the following error message when I try to edit them:
    1) Variable 0P_KEYD2 for characteristic Posting Date has been converted to a required entry.
    2) Variable 0P_KEYD3 for characteristic Clearing has been converted to a required entry.
    Does anyone understand what this means and how I can resolve it?
    Thank you,
    Jim

    Hello Bhanu,
    Yes, I can edit the query after seeing these messages.
    I also received an error message within the RSA1 after I turned on the Navigational Attribute, but it seemed like more of a warning than an error message, so I was not concerned....until I ran into this error immediately upon going into Bex.
    In my past experiences, I never had an issues after making something navigational, but this seems to be related to that change....
    Thank you.

  • Just upgraded to Lion an am discovering that I cannot send email photos from within iPhoto. Error message says bad Internet connection or server not working, when that's not the case. Never happened in Snow Leopard! Help!!!

    Just upgraded to Lion an am discovering that I cannot send email photos from within iPhoto. Error message says bad Internet connection or server not working, when that's not the case. Never happened in Snow Leopard! Help!!!

    what email service - Yahoo mail have been acting up lately
    you can try setting Mail as your email client - it resolves this pfoblem for some people
    LN

  • When I try to sync my iPad and iPhone it will get within the last 3 pictures then stop giving me an APPCRASH error message. Then iTunes will shut down. No matter what I do to increase or decrease the number of pictures it always stops 3rd from the last.

    When I try to sync my iPad and iPhone it will get within the last 3 pictures then stop giving me an APPCRASH error message. Then iTunes will shut down. No matter what I do to increase or decrease the number of pictures it always stops 3rd from the last.
    Problem Event Name:             APPCRASH
    Application Name:                  iTunes.exe
    Application Version:               10.4.0.80
    Application Timestamp:          4e262cfr
    Fault Module Name:               QuickTime.qts
    Fault Module Version:             7.70.80.34
    Exception Code:                     c0000005
    Exception Offset:                    00146b30
    OS Version                                                            1033
    Locale ID:
    Additional Information 1:          0a9e
    Additional Information 2:          0a9e372d3b4ad19135b953a78882e789
    Additional Information 3:          0a9e
    Additional Information4:          0a9e372d3b4ad19135b953a78882e789
    Any assistance I can get will be greatly appreciated.

    Thank you iTunes for fixing the problem of downloading my pictures to my iPad and iPhone with the update 10.5.0.142

  • Having installed an upgrade for Photoshop Elements 13, I cannot open the application. I get an error message saying "Adobe Photoshop Elements Editor cannot be opened because of a problem. Check with the developer to make sure Adobe Photoshop Elements Edit

    Having installed an upgrade for Photoshop Elements 13, I cannot open the application. I get an error message saying "Adobe Photoshop Elements Editor cannot be opened because of a problem. Check with the developer to make sure Adobe Photoshop Elements Editor works with this version of OS X. You may need to reinstall the application. Be sure to install any available updates for the application and OS X".
    I have since uninstalled and reinstalled the app, but get the same error message.

    Which version of OS X do you have? It's not clear from your post whether "installed an upgrade" means you just installed PSE 13 as an upgrade or you installed an update to PSE 13, like ACR 9 or 13.1. Please clarify.

  • Can't open Microsoft Office 2011 even after unistalling then reinstalling. Error message comes up before launch. What do I do? Can I fix this? I need to activate Microsoft Office within 15 days!!

    I recently got a new MacBook Pro Running on OSX Mavericks and used Time Machine to move my documents and applications. However Microsoft Office Student/ Home applications did not work and requested a product key. I did not have the product key for it as I had installed Microsoft a long time ago, so I purchased a new Mincrosoft Office 2011 Student/Home Pin to install Microsoft Office. Everything installed fine, however when I go to open it it failed to open.
    I need to activate my Microsoft Office within 15 days apparently and this is done when the application is launched. However none of the Microsoft Office applications do Launch (not Word, Powerpoint, Excel or Outlook).
    Whenever I tried to open one of the named above the Microsoft Error Reporting App would pop up and list the errors. I was advised on other support pages to disenable this app so I have done that but now Word is now giving its own error message saying:
    Process:    
    Microsoft Word [1380]
    Path:       
    /Applications/Microsoft Office 2011/Microsoft Word.app/Contents/MacOS/Microsoft Word
    Identifier: 
    com.microsoft.Word
    Version:    
    14.3.9 (14.3.9)
    Build Info: 
    Unknown-131030~0
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [152]
    Responsible:
    Microsoft Word [1380]
    I don't know or understand what is stopping me from launching my Misrosoft Office. I am wondering if others have encountered similar problems with OSX Mavericks and the Microsoft Office 2011? Does anyone have any ideas of how I can get it to launch?
    I need to get hold of my Word and Powerpoint Documents ASAP.

    Build Info:
    Unknown-131030~0
    This indicates you had a bad install. You need to completely remove Office and reinstall using your new CD Key. See instructions here. Do not do the simple remove, Use the COMPLETELY REMOVE ALL FILES steps.
    http://www.officeformachelp.com/2012/12/office-for-mac-2011-remove-office/
    so I purchased a new Mincrosoft Office 2011 Student/Home Pin to install Microsoft Office.
    You don't purchase a PIN. A PIN is generated when you install Office. You need a CD Key. If you bought Office365, you activate online.
    I have issues with the Microsoft User Data - are there supposed to be two? and where exactly do they belon. They are in the Documents file at the moment.
    Unless you used Outlook or Entourage you can delete both Microsoft User Data folders. When you install Office it will create a new one. Only Outlook & Entourage used this folder for data. W,E,P stores it's data in the User's Library/Application Support/Microsoft folder now.
    For help with removing dulicatate fonts installed by Office see:
    Office 2011 Font Management with Mavericks

  • Within redbox I can not click on a movie and get information about it, instead I get an error message that says that the situation may be temporary. yet i keep having the same problem. Do you have any idea how to fix the problem?

    Within redbox I can not click on a movie and get information about it, instead I get an error message that says that the situation may be temporary. yet i keep having the same problem. Do you have any idea how to fix the problem?

    Did you delete all receipts with iDVD in the file name  with either a .PKG or .BOM extension that reside in the HD/Library/Receipts folder and from the /var/db/receipts/  folder before installing the new copy?  If not then do so and delete the new application also.
    Click to view full size
    Then install iPhoto from the disk it came on originally and apply all necessary updaters: Apple - Support - Downloads
    OT

  • I used migration to send photos form my Mac Book to my I Mac now i get an error message "iPhoto can not be opened because of a problem"  Check with the developer to make sure iPhoto works with this version of Max OSX.  You may need to install any availabl

    I used migration to send photos form my Mac Book to my I Mac now i get an error message "iPhoto can not be opened because of a problem"  Check with the developer to make sure iPhoto works with this version of Max OSX.  You may need to install any available updates or reinstall IPhoto.
    I tried installing Iphoto it said it was downloaded successfully. I still get the error messafe, and can not open any photos of program,  any suggestions?

    What version of iPhoto do you have on the Macbook and on the iMac? What systems are you running on the Macbook and on the iMac?
    Does the message only refer to "a problem" or does it specify what it is?
    Happy Holidays

Maybe you are looking for

  • The verizon company is the worst ever!!!!!!

    I am totally at my wits end with this whole verizon sham.  I was previously with another cell company that I never, ever had any problems with.  However, due to family circumstances I needed to add a phone on my account for one of my children and, lo

  • JmaskField and delete and backspace

    I am using this package for formatted input. Delete and backspace do not work if the field is created with a default text as in the code snippet I attach. Did somebody managed this to work? How? delete and backspace work badly in everycase anyway. be

  • CDHDR / Change numbers (add new TCODE tracking)

    Hello SAP users, I want to track creations of equipements in CDHDR. => Obectclas = 'EQUI' and TCODE = 'IE01' OR 'IE08'. Currently, I'm able to track modification (tcode = 'IE02') but I can't manage to add handler on creation transaction. I'm sure it

  • Migration Error from Access to Oracle through SQL Developer.

    Hi, Actually I am trying to migrate data from MS Access 2002 to Oracle 9i database through the SQL Developer. But Whenever I go to Capture Database from Access it will show me an error.... Invalid procedure Call and then it shows an error message...

  • No delivery

    I created an SO and entered a BOM header material which exploded.  But when it comes to delivery, it shows 0 quantity in the quantity field and cannot be delivered even if I change the quantity in that field, it goes back to 0. I have checked MMBE an