Display regions dynamically on the same page

Hi
I have 2 regions.Top is an interactive editable report.Bottom region is a read only report of the same(top region)
But when i click search button(based on paramters 1&2, i am not able to see the same number of rows.
Top region shows 5..But bottom region shows not the same.
Is there any custom process i need to add ?
Please advice
thank
kp

>
http://localhost
----------^^^^^^^^^
uhhh....
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
==================
"namtax" <[email protected]> wrote in
message
news:ej54sr$m7q$[email protected]..
> im trying to code my tree menu so that when you click on
the album name
> the
> song names would display dynamically on the same page..
>
> Heres my page at the moment
>
>
http://localhost/music_explained/forta_explained/blah_7.cfm
>
> I have added a href field to the album section of the
cftree, so that when
> you
> click on that a question mark appears after the URL.
> I have set up a query that selects song names dependant
to the record
> which is
> clicked on the cftree...but i am having
difficulties...anyone know of a
> tutorial or anything on this particular topic.
>
> Cheers
>

Similar Messages

  • Displaying database results on the same page

    I am relatively new to dynamic pages and have only just
    recently created a PHP SQL setup using Dreamweaver CS3. I have no
    issues in displaying items from a recordset on a page. I have even
    used the "Master detail page set" function in CS3 to have a small
    selection of records from my recordset on the page as reference
    points to then open up a detail web page showing all the records
    for that item. But this is not what I want to do.
    I have used CSS to created a two columm page, which I have
    then saved as a template (left sidebar and then main content on the
    right). The scenario is that the database has membership details. I
    want to be able to have the membership numbers displayed in the
    left sidebar, with the main content of the database record for that
    member displayed in the main section of the page. If I click on a
    different membership number in the left column I want the main
    content to change and display the records for that member.
    I guess what I am trying to say is I want the "Master detail
    page set" functionality but rather than opening a seperate web page
    for the detail, I want it displayed on the same page.
    As I said, I am new to dynamic pages. A way I thought of it
    being done was to use frames but I don't really want to do that as
    it means making up a whole new set of templates. Is there a simple
    way of doing this?
    Thanks in advance
    JJ

    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/
    http://java.sun.com/docs/books/tutorial/javabeans/index.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Servlets.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPIntro.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPBeans.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPTags.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/
    http://java.sun.com/developer/onlineTraining/index.html
    http://java.sun.com/docs/books/tutorial/index.html
    http://developers.sun.com/events/techdays/codecamps/index.html

  • Display search results on the same page

    I have a text box with a submit button to the left. Once the user enter the a number in the search field my select query executes.
    My question is how can i display the reult on the same page? I have been able to display results on the same page but my table headers are also displayed at the same time while user is trying to enter the item number.
    i tried using <c:if> but its not wokring, Any help?
    <%@ include file="/WEB-INF/jsp/include.jsp" %>
    <html>
    <head>
    <title>VDP QOH UPDATE</title>
    </head>
    <body>
    <spring:bind path="quantityOnHand">
      <FONT color="red">
        <B><c:out value="${status.errorMessage}"/></B>
      </FONT>
    </spring:bind>
    <P>
    <FORM name="quantityOnHandForm" method="POST" action = ''>
    <CENTER>
    <table BORDER=0  CELLSPACING=0 CELLPADDING=5 WIDTH=600>
        <tr>
              <td COLSPAN=2 BGCOLOR="#003366"><P ALIGN=CENTER><B><FONT COLOR="#FFFFFF" SIZE="2" FACE="Arial,Helvetica,Univers,Zurich BT">Query</FONT></B>
              </td>
         </tr>
         <tr>
              <td WIDTH=215 BGCOLOR="#336699"><P ALIGN=RIGHT>
                  <B>
                     <FONT COLOR="#FFFFFF" SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT">
                        Item No:
                      </FONT>
                   </B>
              </td>
              <td ALIGN=LEFT><spring:bind path="quantityOnHand.itemNumber">
                      <input type="text" maxlength="30" size="10" name='<c:out value="${status.expression}"/>' value='<c:out value="${status.
                             value}"/>'>
        <td><font color="red"><c:out value="${status.errorMessage}" /></font>    </td>
           </spring:bind>
              </td>
         </tr>
        <tr>
            <td BGCOLOR="#336699" WIDTH=215> </td>
            <td>
                <input type="submit" name="Submit" value="Submit" >
           </td>
       </tr>
    </table>
    </center>
    </form>This is basically all of my search jsp code. Now i've added my other code after </form> to display the results.
    </form>
    <table BORDER=0  CELLSPACING=0 CELLPADDING=5 WIDTH=600>
        <tr>
              <td COLSPAN=2 BGCOLOR="#003366"><P ALIGN=CENTER><B><FONT COLOR="#FFFFFF" SIZE="2" FACE="Arial,Helvetica,Univers,Zurich BT">Quantity On Hand Search Results</FONT></B>
              </td>
         </tr>
         </table>              
    <c:choose>
    <c:when test="${empty qohInfo}">
             <div align="left" style="color:#336699;"><b>No records Found.<br><br></b></div>
    </c:when>
    <c:otherwise>
         <table width="602" height="92">
              <tr>   
                   <th ALIGN=CENTER BGCOLOR="#336699" width="110" >
                       <B>
                          <FONT COLOR="#FFFFFF" SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT">Item Number</FONT>
                       </B>
                   </th>
                   <th ALIGN=CENTER BGCOLOR="#336699" width="115">
                       <B>
                          <FONT COLOR="#FFFFFF" SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT">Vendor Id </FONT>
                       </B>
                   </th>
                   <th ALIGN=CENTER BGCOLOR="#336699" width="120">
                       <B>
                          <FONT COLOR="#FFFFFF" SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT"> Inventory Date</FONT>
                       </B>
                   </th>
                   <th ALIGN=CENTER BGCOLOR="#336699" width="130" >
                       <B>
                          <FONT COLOR="#FFFFFF" SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT">Update Date Time </FONT>
                       </B>
                   </th>
                   <th ALIGN=CENTER BGCOLOR="#336699" width="100" >
                       <B>
                          <FONT COLOR="#FFFFFF" SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT">Quantity</FONT>
                       </B>
                   </th>
              </tr>
              <c:forEach var="qohInfo" items="${qohInfo}" varStatus="loop">
        <tr BGCOLOR="#99CCFF">
          <TD align="center"><c:out value="${qohInfo.itemNumber}"/></TD>
          <TD align="center"><c:out value="${qohInfo.vendorId}"/></TD>
          <TD align="center"><c:out value="${qohInfo.inventoryDate}"/></TD>
          <TD align="center"><c:out value="${qohInfo.updateDateTime}"/></TD>
          <TD align="center"><c:out value="${qohInfo.quantity}"/></TD>
        </TR>
      </c:forEach>
      </table>
      </c:otherwise>
      </c:choose>As you can see that the table headers are always shown but i would like to hide the table headers and everything until and unles user clicks on submit button. Any help is appreciated.

    Thanks balusc for your reply. I was curious how would you have used the c:if statement to display the table and hide the table if a user have not clicked the button.
    I wanted to stay away from javasscript

  • Display an iview in the same page.

    Hi Experts,
    I need to integrate webdynpro application which is a tree application
    when i integrate that application  if i click on that some search button it should navigate to other iview but the present application should be in the same page and the new application should be opened... how can we make it....
    plz help me in this ,.........
    waiting for u r responses...
    Regards,
    Shilpa

    Shilpa,
    If it is the 1st one (pop Up) then you can use Koti's threads.
    also check this library files to do this, if it is a external window I think this suits your requirement very well
    http://help.sap.com/saphelp_nw2004s/helpdata/en/fd/024640c0e56913e10000000a1550b0/content.htm
    Open view in external window..
    Open views in non-modal external windows - the patch version
    PraDeep
    Edited by: pradeep bondla on Jul 18, 2008 7:14 AM

  • How to make fields grow dynamically within the same page and in column wise

    Hi,
    Like the newspaper format: Where contents of news are shown columns wise.
    We need to make the fields in a page grow column wise within that same page.
    For example, in a page:
    Column 1 Column 2
    ASDASDASDGKASHDGKAA | ASDFASGFHSJFAJKSD
    ASDFASDFASDJFASGJKDFHA | ASDFASDASDFASDFASD
    AFSDFASDFASDHGFKASDFASD | ASDFASDFASDFASDFASDFA
    ASDFSDGFJASHDGFJKASHDGKFAS |
    ASDFAGASDHFKASHDGFHASDJKFHASJKHF |
    ASDFHASGDKFASDJGHFASDFJKSDGFJKAGSDJ |
    If the Column 1 is full with the fields in the page it should start filling the column 2 which is also in the same page.
    If the Column 2 is also full then only it should move to the next page and should continue the same scenario.
    Please suggest a better way to do this in the Adobe Output Designer.
    Thanks and regards,
    Gurunath V.
    E-Mail: [email protected]
    P.S: Please also mail to my e-mail ID.

    Hi Gurunath, if you steel need a solution on this problem, I think this could help:
    1- place two fields on the form (JF01, JF02), one under each other.
    2- Make two subform with them (Sline1, Sline2)
    3- Make the field JF02 expand on same subform.
    4- Modify the preamble in this way:
    ^define group:D_line1 \field$POSITION\reserve"0.333",in\subformSline1.\positionsave,"first_line"
    ^define group:JF01!OnOverflow \groupG_Sline2.\fieldJF02.
    ^define group:G_Sline2!OnBOF \positionrestore,"first_line"\positionright,"3.65",in
    In the data file put all the text in JF01.
    -The first line say:
    When JF01 is called, save it's y position (\positionsave,"first_line")
    -The second line means:
    when the text overflow JF01 put it in JF02.
    (cause JF02 overflow on itself all the remaining data is overflowed in JF02)
    -The third line means:
    if JF02 arrives at the end of the page (OnBOF), restore the saved position ( \positionrestore,"first_line") and move to the right of "3,65" inches (\positionright,"3.65",in).
    In other words, when JF02 arrive at the and of the age, the next field JF02 is positioned at the same height of JF01 and is shifted on the right
    Take care that in this way JF02 cannot anymore go o a new page.
    Hope this help.
    Andrea

  • Displaying error messages on the same page

    Hi All !
    I'm developing a web application using JSP.I want to know how to validate any entry in a Textbox.I want to prompt the error on the same page where that corresponding textbox is. I'm a newcomer to the world of JSP and wouldn't understand a esoteric Servlet/errorpage language,so I request you all to explain your answer.
    Also,I'm writing that JSP-Oracle database connection string(all that conn,stmt,try,finally etc.) on every JSP page and this amounts to a very big code.Can somebody enlighten me on optimising this.For instance,a class or program which can be called everytime I wanna make a connection to database.One more problem is that I wouldn't know where to write a class or that program and how to call it.So ,I'm sorry,but if you are replying you have to help me out with this problem also.
    Too much to ask,I guess!!
    Will highly appreciate a reply.

    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/
    http://java.sun.com/docs/books/tutorial/javabeans/index.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Servlets.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPIntro.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPBeans.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPTags.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/
    http://java.sun.com/developer/onlineTraining/index.html
    http://java.sun.com/docs/books/tutorial/index.html
    http://developers.sun.com/events/techdays/codecamps/index.html

  • Inappropriate renderings  while dynamically including the same Page twice

    Hi,
    I am including same page twice with only one backing bean. It works fine when I execute the first included page or the second included page alone. But after executing the first included page and then if I clicked second included page which comes in a modal panel I am getting inappropriate rendering of components. i reckon the form is not initialized properly though the pages are using same backing bean and JSF code. Kindly give me some valuable inputs on this regarding.
    Thanks in advance!!

    I am very Sorry BaluC!!!
    yes I am using h:messages and also reads appserver logs .My application is constant per session(per user). So I am using session scoped bean for all the pages. the page which I had mentioned here loaded twice
    1. loaded individually by clicking the link from the left navigation,
    2. Also loaded from an other page as a modal panel by clicking a button in that page.
    I have used only one jsp code and backing bean which is included using <jsp:include>.
    Here is an example code where the page is loaded from the left navigation
    Page1:
    <html>
    <body>
    <h:form>
    <jsp:include page="sample.jsp" flush="true" />
    </h:form>
    </body>
    </html>Here is an example code where the page is loaded from the modal panel of an other page
    In Page2:
    <html>
    <body>
    <h:form>
    // Codes of Page2
    *//Here I will set some values in the session and pass it to the included page(sample) on a button click and the included page is loaded in a modal panel.*
    </h:form>
    <rich:modalPanel>
    <jsp:include page="sample.jsp"  flush="true"/>
    </rich:modalPanel>
    </body>
    </html>This is the included page
    sample.jsp:
    <f:verbatim><html>
    <body> </f:verbatim>
    <f:subview id="samplePageId">
    <h:form binding="#{SampleBean.initFom}">
    // Codes of sample JSP
    </h:form>
    <f:verbatim>
    </body>
    </html>
    </f:verbatim>In the initform(HtmlForm)
    SampleBean.java
    private HtmlForm initForm;
    public HtmlForm getInitForm()
            assignPageAttributes(); // void method in the backing bean "SampleBean"
            return initForm;
    private void assignPageAttributes()
      //code to get the session values which comes from page2.jsp
    if(sessionValues != null)
        // Included page loaded in a modal panel from page2.jsp
    else
    // Included page loaded from the left navigation if the session values doesnt contains any session values
    }In this way I am binding to the form of SampleBean.java. if I used the session scope the h:form component of the included page is shared . If I used request scope means the action is not performed properly. there are the problems i am facing right now.

  • How to encode multiple camera views and display them separately on the same page

    Does any one know if this is possible with just one
    encoder/streaming server or would you need multiple encoders to
    send separate views?

    Hello after a long time.
    I have 2 the same capture card. And I am trying to stream to 2 diffrent rtmp server. I start first one and no problem. But when I run second FME instance and select second stream card, first one turns to black and second one shows up. When I close second, first one again comes back.
    What shoul I do for streaming multiple streams form multiple stream cards?
    Best regards.

  • Displaying 2 Reports in the same Page (2nd Report depends on 1st Report)

    I have following report...
    Report is having a parameter called
    Show_2nd_Report:- Y/N (Yes/No) -
    This will display the 2nd Report depending on the value Y/N
    Case1:- Show_2nd_Report = 'N'
    query1:-
    select month, empno, work_type, hrs from table1 where code = 'X'
    (Main Report)
    month | empno | work_type | hrs (BREAK on month and empno)
    JAN'08 - 1212 - AB - 5
    JAN'08 - 1212 - BC - 4
    JAN'08 - 1212 - CD - 6
    total - 15
    JAN'08 - 3333 - AB - 1
    JAN'08 - 3333 - BC - 4
    JAN'08 - 3333 - CD - 8
    total - 13
    FEB'08 - 1212 - AB - 4
    FEB'08 - 1212 - BC - 6
    FEB'08 - 1212 - CD - 2
    total - 12
    FEB'08 - 3333 - AB - 2
    FEB'08 - 3333 - BC - 2
    FEB'08 - 3333 - CD - 5
    total - 9
    Case2:- Show_2nd_Report = 'Y' (I need help on this Part)
    Here I want to display the 2nd report just below the main report
    (after break of month and empno) as shown below.
    query1:-
    select month, empno, work_type, hrs from table1 where code = 'X'
    (Main Report)
    query2:- (2nd Report) - this is based on month and empno value ..
    select month, empno, work_type, hrs from table1
    where code = ' ' (code is blank)
    and month = p_month (exp - JAN'08)
    and empno = p_empno (exp - 1212)
    - the value of month and empno will change after each break
    month | empno | work_type | hrs (BREAK on month and empno)
    main report
    JAN'08 - 1212 - AB - 5
    JAN'08 - 1212 - BC - 4
    JAN'08 - 1212 - CD - 6
    total 15
    2nd report
    JAN'08 - 1212 - XX - 2
    JAN'08 - 1212 - XY - 1
    total 3
    main report
    JAN'08 - 3333 - AB - 1
    JAN'08 - 3333 - BC - 4
    JAN'08 - 3333 - CD - 8
    total 13
    2nd report
    JAN'08 - 3333 - XX - 1
    JAN'08 - 3333 - XY - 1
    total 2
    main report
    FEB'08 - 1212 - AB - 4
    FEB'08 - 1212 - BC - 6
    FEB'08 - 1212 - CD - 2
    total 12
    2nd report
    main report
    FEB'08 - 3333 - AB - 2
    FEB'08 - 3333 - BC - 2
    FEB'08 - 3333 - CD - 5
    total 9
    2nd report
    I need help on the 2nd Report. How can I display both the Reports in 2nd Case.
    Appreciate any help on this.
    Thanks,
    deepak
    Edited by: Deepak_J on Sep 11, 2008 11:56 AM
    Edited by: Deepak_J on Sep 11, 2008 12:02 PM

    Hi Deepak,
    You could try something like:
    SELECT DEPTNO, 1 REPORTID, SAL, EMPNO, ENAME
    FROM EMP WHERE SAL < 1000
    UNION ALL
    SELECT DEPTNO, 2 REPORTID, SAL, EMPNO, ENAME
    FROM EMP WHERE SAL >= 1000
    AND :P1_SHOW_REPORT2 = 'Y'You would then need to break by First and Second Columns. You may also have to hide the REPORTID value on the page (you must still leave the Show option ticked) - set the heading to &amp;nbsp; and use the following as the HTML Expression for the column:
    &lt;span style="display:none"&gt;#REPORTID#&lt;/span&gt;Using this, I got: http://htmldb.oracle.com/pls/otn/f?p=33642:120
    Obviously, more needs to be done with styling, but it's a start!
    Andy

  • Master Detail on the same page PHP - MySQL

    Hi,
    Is it possible to create a page using spry master region and call MySQL data into a Spry detail region, like you do with xml data?
    Basically, is there a way to have master detail regions on the same page without using frames?
    Thanks
    Bert

    Thanks for that, very useful indeed.
    But isn't it going to be slow, first transferring the MySQL data to XML then reading XML to display the records.
    What is the advantage other then displaying master detail on the same page?
    Thanks
    Bert

  • Display same data on 2 regions of the SAME Page

    Hi
    I have 2 regions.Top is an interactive editable report.Bottom region is a read only report of the same(top region)
    But when i click search button(based on paramters 1&2, i am not able to see the same number of rows.
    Top region shows 5 like emp id 1,2,3,4,5..But bottom region shows not the same.Bottom showa lke 1,2 ,33,34,35
    How to show at the bottom only the common rows from the TOP like 1,2,3,4,5 in TOP and 1,2 only at the Bottom
    Is there any custom process i need to add ?
    Please advice
    thank
    kp

    KP,
    I don't think this query is particularly tricky, but it would be good if you could upload your application to apex.oracle.com and share some developer credentials with us? It will be much easier to understand your problem visually.
    Kind Regards, Pete

  • How to make a link in a report open a Form in a different region of the same page ?

    Hi,
    I developped a report and a form for the same table. I also created a link and used it in my report so that when I click on the link of one record, the form is opened and display this record.
    My problem is that when I include my report as a portlet and I click on a link, the form is opened in full screen mode by replacing the page containing my report.
    What should I do in order to open this form in another region of the same page ?
    Thanks a lot

    I presume that the two regions are working fine with their individual buttons and your issue is how to make them both save with one button.
    Here is how
    a. You will have 2 ApplyMRU and 1 ApplyMRD processes for each of the regions. Right? Lets say you have 2 "Save" (i.e. label=Save) buttons, one has name SUBMIT and the other SAVE ( SUBMIT and SAVE being the requests that will be sent when they are clicked , respectively)
    b. Make the Display condition on one of the buttons 'Never'. Now it won't show when you run the page. Lets say you made SAVE's conditional Display 'Never'
    c. Go and change the condition on all ApplyMRU and ApplyMRD processes from "When Button Pressed" to "Request is contains in Expression1". In Expression1 enter SUBMIT,SAVERegards

  • How can I jump to certain region on the same page?

    Hi,
    I want to jump to certain region on the same page.
    1) Let say I have 5 regions on page 15 and I have to able to redirect from region 1 to region 5 with out scrolling.
    2) I have to able to branch from page 2 to page 15 ==> region 4.
    How can I do it?
    I thank you for any help in advance.

    I can get this to work but the page is submitted, either when I use a button with URL link or from a link on a display only text field.
    Is this how it is supposed to work? I thought it was supposed to work just on the browser so it is fast.
    IGNORE THIS!
    =============================
    I resolved it easily by modifying the URL from f?p=blah blah to #LINK_NAME
    Message was edited by:
    user530800

  • Mutliple report regions on the same page querying same tbl

    Hello,
    I have a normal multiple report regions in a page with some editable in those regions, these report regions are querying the same table. Now, Is it possible to have one submit button for all the report regions to update the underlying table data?
    Can anyone please help me out with this one.
    thanks,
    Orton

    Sure, here are some details:
    Oracle apex version: Product Build:4.2.3.00.07
    Tables :
    STUDENTS - rows : student_id(PK), student_name ...
    COURSES - rows: course_id(PK), course_name, course_credit
    STUDENT_COURSE - rows: student_id(FK), course_id(FK), student_course_id(PK)
    I have a page where I show student's details. On this page I have access to student's id. The name of the field (on the page) is P9_STUDENT_ID. On the same page I want to have a table which is linked to an sql query that lists a student's courses, their credits, names etc.
    My sql query is the following:
    SELECT courses.course_id, courses.course_name, courses.course_credit
    FROM student_course INNER JOIN courses
                        on courses.course_id = student_course.course_id
                        WHERE student_course.student_id = 1
    Currently it displays all courses of student with Id = 1. I just want to replace this '1' with the actual student_id for the student we are currently displaying information for. Or, in this case P9_STUDENT_ID field's value. Don't know if this is the right way to do this, but still reading for options

  • Linking and displaying on the same page

    Hello I am currently trying to build my website, I want to
    click on a link in one table and the results to display in another
    table on the same page. Example - I have a left column, center
    table, and right column. In the left column "Athletic Diamonds" is
    one of the choices, when this is clicked on I want a group of
    photos to be displayed in the center table on the same page. How
    can I do this?

    You can use DW's SetText behavior to set the text of a
    content region with
    an ID to the desired HTML required to display the results.
    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
    ==================
    "LPrime" <[email protected]> wrote in
    message
    news:ga1nqg$4cj$[email protected]..
    > Hello I am currently trying to build my website, I want
    to click on a
    > link in
    > one table and the results to display in another table on
    the same page.
    > Example - I have a left column, center table, and right
    column. In the
    > left
    > column "Athletic Diamonds" is one of the choices, when
    this is clicked on
    > I
    > want a group of photos to be displayed in the center
    table on the same
    > page.
    > How can I do this?
    >

Maybe you are looking for

  • Message=Closing stateless severity

    Hi All, DB:10.2.0.3.0 Could anyone please expalain what is meant by the statement "Closing stateless severity" as below. Severity=Clear Message=Closing stateless severity. Notification Rule Name=Database Alert Log errors Notification Rule Owner=SYSMA

  • Re-formatting iMac's Corrupted Hard drive..Suggestions please

    Because of a failed Optimisation I feel I now have to completely wipe, re-format and re-load OSX onto my iMac's internal HD, but never having done this before I want to make sure I don't end up in more of a mess then I am in right now! So I'd appreci

  • No signal from ATV 2

    Hi My apple tv 2 has been working fine for some time now, but as of last night when i turned off the ATV i hasn't been able to display a picture. The ATV shows the Apple logo as ussual when i turn it on, but afterwards the screen writes "no signal".

  • Check for itunes updates

    how do i check to see if my itunes is the latest version?

  • Why might Adobe Audition CC be crashing so often

    Hi, How can I troubleshoot and solve this one? The problem: I used Adobe Audtion CC for a month before purchasing and it crashed a few times but not so often that I was overly concerned.  So I paid my money recently. Today was a real struggle. The so