Table Validation - Report errors without losing changes

Hi all,
I am experimenting with table validation based on Denes Kubicek's example at http://apex.oracle.com/pls/otn/f?p=31517:41. I have had no problems getting this working,
but I need to stop if loosing data when the validation rules are not met.
If I have 10 rows in my table and the user updates 6 of these with valid new values and 1 with an invalid value then the submit button causes the error message to be shown as expected, but the page / table reverts back to the data from the databse and all the other changes are lost.
How can I get the page to keep the entered values when the page is refreshed?
Thanks,
Martin

Martin,
You may need to replace the validation using JS. JS equivalent for Denes e.g.
Put this in page HTML Header..
<script type="text/javascript">
function f_validate()
     var comm;
        var dept;
        var err ='';
     for (i=0;i < document.wwv_flow.f02.length;i++)
     comm = document.wwv_flow.f07.value;
     dept = document.wwv_flow.f08[i].value;
     if (comm > 2000 && dept == 20)
          err = err + 'Error at Row ' + i;
if (err == '')
doSubmit();
else
alert (err);
document.wwv_flow.f07[0].focus();
</script>
Change the 'Submit' button target to URL and type javascript:f_validate(); as URL Target
Cheers,
Hari
Edited by: Hari_639 on Oct 29, 2009 7:07 PM

Similar Messages

  • How to post a table/set of records without losing formatting while posting

    how to post a table/set of records without losing formatting while posting in this message forum. Thanks

    Most forums have a FAQ. This one is no exception.
    It is in the right hand upper corner. It's URL is http://wikis.sun.com/display/Forums/Forums+FAQ
    Sybrand Bakker
    Senior Oracle DBA

  • Intersection Validation Report error

    After clicking the Validate step to get the intersection validation report (Enable Intersection Validation) is turned on, I get the following error in a new window
    "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."
    Any help would be appreciated

    You can't open the XML directly from the outbox. The user ID that you are accessing the file with will likeyl not have access to the directory where the XSL file is stored. The XSL file is used to translate the XML file into a viewable format.
    You can copy the XSL file into a directory where you do have access and modify the XML to look to that directory.
    BTW, please open new threads for your questions.
    Edited by: TonyScalese on Apr 14, 2011 1:35 PM

  • Failover Cluster Validation Report Error with IBM USB Remote NDIS Network device

    We are setting up Microsoft Windows Server 2008 R2 Failover Cluster on IBM X3850 X5 and get errors in the Failover cluster Validation Report due to the IBM USB Remote NDIS Network Device is using APIPA adresses and both servers are using same APIPA-adresse.
    How should I configure the Server and OS for the Failover cluster to be MS approved?
    IBM don't recommend that i disable the Network device, but it is a possible solution!?!

    What I did was use ipconfig /all to see the settings it is using and then when and set the ip setting on the NDIS driver to be that except I increment the last value by 1 for each node so that they do not have the same IP address.   I ran the
    cluster validation again and it came up clean and I have not experienced any issues yet.  It does give warnings about it being an Automatic Private IP Address and should not be used, which is ok because we are not going to use it anyways.
    Rich Baumet

  • Refresh a view without losing changes?

    Hi,
    Is there a way to refresh a view to get the new rows added (and commited) using another transaction but without losing the rows added in the current transaction? (update keeping the dirty stuff)
    Thank you!

    I think it would be possible with polling.
    You will have to poll the server (with a poll component), attach it as a partial trigger to your table so that it refresh its model on the server.
    Also, you will have to check some settings on the pageDef definition of your iterator so that data gets always queried (avoiding cache).
    I would be interested by what this would do to your current data however...
    Good luck!

  • [JHS 10.1.2]  Table layout not warning for losing changes

    I have a table layout in which I can change data.
    When I change data but don't commit (or in case of end-users forget) and navigate to the next 10 records in the table I get no warning that I will loose my changes.
    I guess this is fixed in production version? Could you please confirm this.
    Regards,
    Marcel

    Marcel,
    The JHeadstart 10.1.2 release notes of the latest 10.1.2 build mention a JDeveloper bug 4509014. Can you check if this explains your problem?
    Does your page include file upload? If not, then you can avoid this bug by setting formSubmitted=true on the table. The latest build of JHeadstart 10.1.2 already generates this correctly.
    kind regards,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • Need help fixing validation report errors

    Here are errors I am getting:
    Validator Results
      Report date:    April 22 2012 
      Report time:    06:30:33 
    Severity
    File
    Description
    Line
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "type" not specified
    127
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "type" not specified
    128
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    there is no attribute "tabindex"
    147
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    there is no attribute "height"
    151
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    153
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    154
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    155
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    156
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    159
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    160
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    162
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    163
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    166
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    167
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    168
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    169
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    172
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    173
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    174
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    175
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    185
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    186
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    196
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    197
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    document type does not allow element "link" here
    213
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    153
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    153
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "&" is the first character of a delimiter but occurred as data
    153
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    153
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    153
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    154
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    154
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "&" is the first character of a delimiter but occurred as data
    154
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    154
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    154
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    155
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    155
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    155
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    155
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    156
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    156
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    156
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    156
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    159
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    159
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "&" is the first character of a delimiter but occurred as data
    159
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    159
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    159
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    160
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    160
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "&" is the first character of a delimiter but occurred as data
    160
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    160
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    160
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    161
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    161
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    161
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    161
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    163
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    163
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    163
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    163
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    166
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    166
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    166
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    166
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    167
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    167
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    167
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    167
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    168
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    168
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    168
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    168
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    169
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    169
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    169
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    169
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    172
    Warning

    I created a lightbox for my portfolio images and it works in the live view and browser view but when upload it, it does not work. Thanks
    Here is the link: designs1.net/portfolio/KAD/index.html
    Here is the code:
    <!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>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
        font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
        background: #42413C;
        margin: 0;
        padding: 0;
        color: #000;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color: #42413C;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #6E6C64;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ this fixed width container surrounds the other divs ~~ */
    .container {
        width: 1024px;
        background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
        height: 768px;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
        height: 89px;
        width: 1024px;
        background-color: #ADB96E;
        background-image: url(images/KADprintport1_01.jpg);
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
        height: 535px;
        width: 1024px;
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 0;
        background-image: url(images/KADprintport1_02.jpg);
    /* ~~ The footer ~~ */
    .footer {
        height: 102px;
        width: 1024px;
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 0;
        background-color: #CCC49F;
        background-image: url(images/KADprintport1_03.jpg);
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    #apDiv1 {
        position:absolute;
        width:643px;
        height:41px;
        z-index:1;
        left: 426px;
        top: 27px;
    -->
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    #apDiv2 {
        position:absolute;
        width:689px;
        height:538px;
        z-index:2;
        left: 394px;
        top: 107px;
    </style>
    <link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" /><script src="js/jquery-1.7.2.min.js"></script>
    <script src="js/lightbox.js"></script>
    </head>
    <body>
    <div class="container">
      <div class="header"><!-- end .header -->
        <div id="apDiv1">
          <ul id="MenuBar1" class="MenuBarHorizontal">
            <li><a href="index.html">Home</a>        </li>
            <li><a href="KADres.html">Resume</a></li>
            <li><a href="KADport1.html"><strong>Portfolio</strong></a></li>
            <li><a href="#">Process</a>        </li>
            <li><a href="#">Contact</a></li>
          </ul>
        </div>
      </div>
      <div class="content">
        <div id="apDiv2">
          <div id="Accordion1" class="Accordion" tabindex="0">
            <div class="AccordionPanel">
              <div class="AccordionPanelTab">PRINT</div>
              <div class="AccordionPanelContent">
                <table width="687" height="196" border="0" cellpadding="5" cellspacing="5">
                  <tr>
                    <th align="center" scope="col"><a href="images/Large/_5515061140.jpg"rel="lightbox" title="Date Created:  12/4/2011<br><br>Program: Adobe Photoshop & Illustrator<br><br>This poster promotes Ecochic apparel with a tagline that resonates with the whole image appearance."><img src="images/Thumb/_5515061140.jpg" width="107" height="129" /></a></th>
                    <th align="center" scope="col"><a href="images/Large/_6374589227.jpg"rel="lightbox" title="Date Created:  2/11/2012<br><br>Program: Adobe Photoshop & Illustrator<br><br>A full color book cover, titled Music in the digital Age, using a combination of vector and raster imagery to express the theme of the book"><img src="images/Thumb/_6374589227.jpg" width="129" height="129" /></a></th>
                    <th align="center" scope="col"><a href="images/Large/_4734055001.jpg"rel="lightbox" title="Date Created:  8/21/2011<br><br>Program: Adobe Illustrator<br><br>This poster promotes the natural beauty of Alaska, Mt. McKinley and some of its wildlife to urge residents to take care of the environment."><img src="images/Thumb/_4734055001.jpg" width="129" height="101" /></a></th>
                    <th align="center" scope="col"><a href="images/Large/_5593210516.jpg"rel="lightbox" title="Date Created:  1/3/2012<br><br>Program: Adobe Photoshop<br><br>A collage of a designer’s work from the 1920s. "><img src="images/Thumb/_5593210516.jpg" width="129" height="99" /></a></th>
                  </tr>
                  <tr>
                    <td align="center"><a href="images/Large/_1467227833.jpg"rel="lightbox" title="Date Created:  8/12/2011<br><br>Program: Adobe Photoshop & Illustrator<br><br>Poster design promoting support for military soldiers and The American Red Cross"><img src="images/Thumb/_1467227833.jpg" width="129" height="103" /></a></td>
                    <td align="center"><a href="images/Large/_1252352166.jpg"rel="lightbox" title="Date Created:  12/4/2011<br><br>Program: Adobe Photoshop & Illustrator<br><br>A book cover redesign for Johannes Itten’s “The Art of Color”. "><img src="images/Thumb/_1252352166.jpg" width="129" height="79" /></a></td>
                    <td align="center"><a href="images/Large/_1771736232.jpg"rel="lightbox" title="Date Created:  3/25/2012<br><br>Program: Adobe Photoshop<br><br>
    An illustration of the movie Ghost DVD cover with only the use of typography and text effects."><img src="images/Thumb/_1771736232.jpg" width="129" height="91" /></a></td>
                    <td align="center"><a href="images/Large/_6554868794.jpg"rel="lightbox" title="Date Created:  8/6/2011<br><br>Program: Adobe Illustrator<br><br>Typographic poster using only words, color, different typefaces and Illustrator tools to illustrate the words of a song that resonate with me personally."><img src="images/Thumb/_6554868794.jpg" width="129" height="99" /></a></td>
                  </tr>
                  <tr>
                    <td align="center"><a href="images/Large/_7292231722.jpg"rel="lightbox" title="Date Created:  1/9/2012<br><br>Program: Adobe Photoshop<br><br> A smoke-like visual text effect using different colors, layers, and the gradient tool."><img src="images/Thumb/_7292231722.jpg" width="129" height="103" /></a></td>
                    <td align="center"><a href="images/Large/_9231445618.jpg"rel="lightbox" title="Date Created:  1/25/2012<br><br>Program: Adobe InDesign<br><br>A 2013 calendar design with wildcat animal theme."><img src="images/Thumb/_9231445618.jpg" width="86" height="129" /></a></td>
                    <td align="center"><a href="images/Large/_1396958091.jpg"rel="lightbox" title="Date Created:  3/3/2012<br><br>Program: Adobe InDesign<br><br> Brochure design for Rachael Ray cookware company."><img src="images/Thumb/_1396958091.jpg" width="129" height="99" /></a></td>
                    <td align="center"><a href="images/Large/_6955454525.jpg"rel="lightbox" title="Date Created:  3/11/2012<br><br>Program: Adobe Illustrator<br><br>Trifold brochure design for Columbia clothing company."><img src="images/Thumb/_6955454525.jpg" width="129" height="99" /></a></td>
                  </tr>
                  <tr>
                    <td align="center"><a href="images/Large/_2121752674.jpg"rel="lightbox" title="Date Created:  10/8/2012<br><br>Program: Adobe InDesign<br><br>A food and wine magazine layout."><img src="images/Thumb/_2121752674.jpg" width="99" height="129" /></a></td>
                    <td align="center"><a href="images/Large/_2493972603.jpg"rel="lightbox" title="Date Created:  1/20/2012<br><br>Program: Adobe Photoshop & Illustrator<br><br>Magazine layout for a winter theme."><img src="images/Thumb/_2493972603.jpg" width="129" height="83" /></a></td>
                    <td align="center"><a href="images/Large/_6370868564.jpg"rel="lightbox" title="Date Created:  11/19/2011<br><br>Program: Adobe Photoshop & Illustrator<br><br>A mall map created using signage and color coding."><img src="images/Thumb/_6370868564.jpg" width="129" height="83" /></a></td>
                    <td align="center"><a href="images/Large/_9581180847.jpg"rel="lightbox" title="Date Created:  11/10/2011<br><br>Program: Adobe Photoshop & Illustrator<br><br> A vehicle wrap design LemonFree.com using typography, vector logos, and images."><img src="images/Thumb/_9581180847.jpg" width="129" height="99" /></a></td>
                  </tr>
                </table>
              </div>
            </div>
            <div class="AccordionPanel">
              <div class="AccordionPanelTab">WEB</div>
              <div class="AccordionPanelContent">
                <table width="354" height="199" border="0" cellpadding="5" cellspacing="5">
                  <tr>
                    <th scope="col"><a href="images/Large/_0373638936.jpg"rel="lightbox" title="Date Created:  3/6/2012<br><br>Program: Adobe Photoshop<br><br>An interface design for the Graphical Arts Gallery and Academy."><img src="images/Thumb/_0373638936.jpg" width="129" height="96" /></a></th>
                    <th scope="col"><a href="images/Large/_3824118655.jpg"rel="lightbox" title="Date Created:  3/9/2012<br><br>Program: Adobe Photoshop<br><br>Aninterface design for the new plush character introduced by The Learning Company, a children’s learning software program."><img src="images/Thumb/_3824118655.jpg" width="129" height="87" /></a></th>
                  </tr>
                </table>
              </div>
            </div>
            <div class="AccordionPanel">
              <div class="AccordionPanelTab">LOGO</div>
              <div class="AccordionPanelContent">
                <table width="355" border="0" cellspacing="5" cellpadding="5">
                  <tr>
                    <th scope="col"><a href="images/Large/_0301530214.jpg"rel="lightbox" title="Date Created:  12/4/2011<br><br>Program: Adobe Illustrator<br><br>Logo design for my personal identity package. KADesigns stands for “Katrina Aleong Designs”."><img src="images/Thumb/_0301530214.jpg" width="99" height="129" /></a></th>
                    <th scope="col"><a href="images/Large/_0990478412.jpg"rel="lightbox" title="Date Created:  2/23/2012<br><br>Program: Adobe Illustrator<br><br>Logo design for a company'sstationary package in which the letters in the logo stands for the last name of owner of the company."><img src="images/Thumb/_0990478412.jpg" width="129" height="129" /></a></th>
                  </tr>
                </table>
              </div>
            </div>
          </div>
        </div>
        <h1> </h1>
      <!-- end .content --></div>
      <div class="footer">
        <p> </p>
        <!-- end .footer --></div>
      <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    </script><link href="css/lightbox.css" rel="stylesheet" />
    </body>
    </html>

  • How to move photos edited in Lightroom 2 from external hard drive to Lightroom 5 without losing changes/metadata made in Lightroom 2?

    I had images processed in Lightroom 2 on an old PC that crashed, but were backed to external hard drive. I now have a Macbook Pro with Lightroom 5. When I import the photos from the hard drive the editing/metadata I added in Lightroom 2 are not there. Is there a way to bring the photos in with the changes made in Lightroom 2 or do I have re-edit the photos? The odd thing is when I go into the folders on the Lacie back-up and open a photo (that I know I edited) into Photoshop CS5 there are no changes.

    Yes, that is a backup of your LR2 catalog file. You need to find the most recent one available (obviously, that backup was made on 2013-04-09), and then copy it to a hard drive on your computer (internal or external) but not a network drive, and then open it in Lightroom 5. You should see that all of your photos have a place in the grid, but won't have a thumbnail and there may be a question mark icon on each folder.
    To fix the question mark on each folder, please read: Adobe Lightroom - Find moved or missing files and folders and then the thumbnails will appear as well

  • Can you relink original music to what was previously copyrighted music.. without losing changes to the audio?

    So im working on a project.. The client didnt have the music for the videos yet, so i used "preview" versions momentarily. Now i have the original unwatermarked songs.. I want a quick way to exchange copyrighted songs with watermarked ones. (same songs, just watermarked).. Can i relink them? Or will that erase the work I did mastering the audio (keyframes, changes in audio levels, changed legnth to the song, audio transitions)? Thanks in advance. I have dozens of songs to relink, that would be why i havent tried it to see if it would keep my changes or not.

    If you right click the track in the project panel and select 'Replace Footage' then select the correct file that will replace the music but keep any edits (assuming the tracks are identical in length and start time).

  • TS3694 i am facing error code 1015 while restoring software 4.2.1 on my iphone 3g. please let me know how to solve this problem/error without losing my important time.

    good evening
    can u help me to solve this problem.

    Is the iPhone jailbroken or was jailbroken?. In the article " http://support.apple.com/kb/TS3694 " it says:
    Errors related to downgrading iOS
    The required resource can't be found: This alert message occurs when your device has a newer version of iOS than what is available in iTunes. When troubleshooting a device that presents this alert message, go toSettings > General > About and check the version of iOS on the device. If it's newer than the latest released iOS version, the device may have a prerelease developer version of iOS installed. Installing an older version of iOS over a newer version isn't supported.
    Error 1015: This error is typically caused by attempts to downgrade the software for an iPhone, iPad, or iPod touch. This can occur when you attempt to restore using an older .ipsw file. Downgrading to a previous version isn't supported. To resolve this issue, attempt to restore with the latest iPhone, iPad, or iPod touch software available from Apple. This error can also occur when an unauthorized modification of the iOS has occurred and you're now trying to restore to an authorized, default state.

  • ORA-01843 Not a valid month Error

    Dear all,
    We did a database upgrade from 9.2.0.1 to 11gR2 and after that everything is working fine.
    But now we noticed that the users are getting ORA-01843 Not a valid month Error.
    I changed the NLS_DATE_FORMAT in the init.ora file, but still the error persist.
    As a work around I changed the NLS_DATE_FORMAT=DD-MM-YYYY on the client pc registry and now its working in that pc..
    Is there any other way so that the change gets affected globally ??
    Any tips
    Thanks in adv,
    Mahesh

    mahesh wrote:
    Dear all,
    We did a database upgrade from 9.2.0.1 to 11gR2 and after that everything is working fine.
    But now we noticed that the users are getting ORA-01843 Not a valid month Error.
    I changed the NLS_DATE_FORMAT in the init.ora file, but still the error persist.
    As a work around I changed the NLS_DATE_FORMAT=DD-MM-YYYY on the client pc registry and now its working in that pc..
    Is there any other way so that the change gets affected globally ??
    Any tips
    Thanks in adv,
    MaheshNLS_DATE_FORMAT can be set in multiple places, but it's not an either/or situation. Setting it in an init parm at the db level is the WEAKEST setting. That setting is overridden by the client OS, which in turn can be overridden by an ALTER SESSION, which in turn can be overridden by use of TO_CHAR and TO_DATE at the individual sql statement. and if the date is being entered by a human at a keyboard (actually keyed in, not picked from a calendar tool or some sort of drop-down pick list) you really have no direct control over the format of the string they key in. So ultimately it is up to the application to insure that character strings presented as dates are in the correct format.
    Which is why I advise developers to ALWAYS use to_char and to_date at the sql statement level. It is the only way they can insure control over the setting.

  • Error in Bapi : Change Purchase Requisition

    Dear All,
    We have requirement where we need to update the Purchase Requisition Quanity.
    For this purpose, I am using Bapi  '/AFS/CHANGE_AFS_PR_DATA'.
    In this I want to change Sheduled Qty. (AFS Grid Qty.), but I m getting error like
    "Line item 0010 : different quantities in item  and schedule line". (Sy-subrc = 3)
    Can any one help me out with this.
    Thanks in advance.
    Regards ,
    Vishal.

    Hi,
    Refer:
    * BAPI to change the PR details
        CALL FUNCTION 'BAPI_REQUISITION_CHANGE'
          EXPORTING
            number                = v_banfn            "<--PR Number
          TABLES
            requisition_items_old = it_old_detail      "<--pass in old PR details
            requisition_items_new = it_new_detail      "<--pass in new PR details
            return                = it_return_change.  "<--return table
    *   "read for error message while changing details for PR
        READ TABLE it_return_change INTO wa_return_change WITH KEY type = 'E'.
        IF sy-subrc = 0.
          "check for ERROR
        ENDIF.
    Hope this helps you.
    Regards,
    Tarun

  • Report error: ORA-06502: PL/SQL: numeric or value error: NULL index table k

    Hi everybody,
    I have two Distinct Databases on two distinct servers. (Oracle Ent. Release 10.2.0.3.0 on AIX 5.3). After I install the latest patch last week, One of the APEX installation has some problems on Home>Application Builder Page. The error message is very random and
    report error:
    ORA-06502: PL/SQL: numeric or value error: NULL index table key value.
    When i change the view (details to icons), everything goes to normal. This error message is reflected some of the pages (report region) of some of my applications randomly. When it appears in a report region, i deselect the order method of the region, the result is normal.
    But the other APEX application on the other instance has no problem. It is a bug? or Should i re-install the APEX instance?
    Thank you for your interest?
    Gökhan ÇATALKAYA

    No, but we have a reproducible test case now so we're working on it. See ORA-06502: PL/SQL: numeric or value error: NULL index table key value
    Scott

  • No data found error on Form on a Table with report

    Hi Everyone, I'm using Application Express 4.1.0.00.32 on Windows 7. I built a Form on a table with report. Earlier I was using rowid as a passing parameter but then I had to change it to primary key column from report to form.
    So in the "Fetch row process" I changed the "Items containing primary key value" and "Primary Key column" to P1004_PERSON_ID and PERSON_ID respectively. Which is my primary key.
    My Form is working exactly fine but at on point it throws "no data found error".
    I have a required date field in the form. So if the user doesn't fill in the date field and try to save the form, it throws the "Feild required error" and then when user enters date and try to save then it throws the error "No data found.". here is the snapshot... snapshot
    How can I fix this error.I'm really stuck.
    I checked debubber..it is as follows... in debughger it's still showing rowid. I don't know why. How can I fix that.
    Execution
    Message
    Level
    Graph
    0.00233
    0.00932
    S H O W: application="101" page="1004" workspace="" request="" session="123235901404364"
    4
    0.01161
    0.00102
    Language derived from: FLOW_PRIMARY_LANGUAGE, current browser language: en-us
    4
    0.01261
    0.00046
    alter session set nls_language="AMERICAN"
    4
    0.01307
    0.00042
    alter session set nls_territory="AMERICA"
    4
    0.01348
    0.00053
    NLS: CSV charset=WE8MSWIN1252
    4
    0.01401
    0.00042
    ...NLS: Set Decimal separator="."
    4
    0.01443
    0.00053
    ...NLS: Set NLS Group separator=","
    4
    0.01495
    0.00050
    ...NLS: Set g_nls_date_format="DD-MON-RR"
    4
    0.01545
    0.00051
    ...NLS: Set g_nls_timestamp_format="DD-MON-RR HH.MI.SSXFF AM"
    4
    0.01597
    0.00050
    ...NLS: Set g_nls_timestamp_tz_format="DD-MON-RR HH.MI.SSXFF AM TZR"
    4
    0.01647
    0.00079
    ...Setting session time_zone to -05:00
    4
    0.01726
    0.00046
    Setting NLS_DATE_FORMAT to application date format: DD-MON-YYYY
    4
    0.01772
    0.00060
    Setting NLS_TIMESTAMP_FORMAT to application timestamp format: DD-MON-YYYY HH24.MI.SSXFF
    4
    0.01832
    0.00092
    ...NLS: Set g_nls_date_format="DD-MON-YYYY"
    4
    0.01924
    0.00049
    ...NLS: Set g_nls_timestamp_format="DD-MON-YYYY HH24.MI.SSXFF"
    4
    0.01973
    0.00083
    ...NLS: Set g_nls_timestamp_tz_format="DD-MON-RR HH.MI.SSXFF AM TZR"
    4
    0.02056
    0.00099
    NLS: Language=en-us
    4
    0.02154
    0.00157
    Application 101, Authentication: PLUGIN, Page Template: 5091946581246503
    4
    0.02312
    0.00065
    ...fetch session state from database
    4
    0.02377
    0.00106
    fetch items
    4
    0.02483
    0.00065
    ...fetched 103 session state items
    4
    0.02548
    0.00194
    Authentication check: NTLM (NATIVE_CUSTOM)
    4
    0.02742
    0.00188
    ...Execute Statement: begin declare begin wwv_flow.g_boolean := f_ntlm_page_sentry_parm; end; end;
    4
    0.02930
    0.00050
    ... sentry+verification success
    4
    0.02980
    0.00042
    ...Session ID 123235901404364 can be used
    4
    0.03021
    0.00114
    ...Application session: 123235901404364, user=VARMAN01
    4
    0.03135
    0.00162
    ...Check for session expiration:
    4
    0.03297
    0.00075
    Session: Fetch session header information
    4
    0.03372
    0.00113
    ...Setting session time_zone to -5:00
    4
    0.03485
    0.00080
    Branch point: Before Header
    4
    0.03565
    0.00598
    Fetch application meta data
    4
    0.04165
    0.00081
    ...metadata, fetch computations
    4
    0.04245
    0.00076
    ...metadata, fetch buttons
    4
    0.04321
    0.00086
    Setting NLS_DATE_FORMAT to application date format: DD-MON-YYYY
    4
    0.04406
    0.00058
    Setting NLS_TIMESTAMP_FORMAT to application timestamp format: DD-MON-YYYY HH24.MI.SSXFF
    4
    0.04464
    0.00049

    Just an observance... SQL is still showing the rowid instead of the P1004_PERSON_ID ??
    where "PERSON_ID" = :p_rowid;
    should it not be :
    where "PERSON_ID" = :P1004_PERSON_ID:
    thx, Bill

  • CRVS2010 Beta - Error: No valid Report Source is available

    I am new to using crystal reports in .NET so any (un-jargoned) help is much welcomed and appreciated.
    I am implementing an web application on a Windows XP machine using VS2010 and have downloaded and installed the CR4VS2010 beta 2 and the CRforNET40_x86.  All installed OK with no errors.
    I have embedded a crystal report viewer into my web page and have populated a dataset (myDS) successfully from my SQL server connection earlier in the code.
    The report (stoppages.rpt) is an untyped report stored in a separate folder and has 2 datetime parameters to pass in.  When I run the web app it runs fine until the parameter boxes appear - I enter 2 valid date values into the parameter boxes when I hit OK I get an error - No valid report source is available.
    My code is shown below - I have searched other forums and it was suggested to put in the session.add part but the error occurs with or without this bit in...
    Please help - newbie and desparate! Thanks
    Dim myReportDocument = New CrystalDecisions.CrystalReports.Engine.ReportDocument()
                myReportDocument.Load("C:\Reports\stoppages.rpt")
                myReportDocument.SetDataSource(myDS)
                Session.Add("Report", myReportDocument)
                crvThisReport.ReportSource = myReportDocument
    Subject modified as per the sticky post at the top of this forum; [Crystal Reports for Visual Studio 2010 Beta - read before posting|Crystal Reports for Visual Studio 2010 Beta - read before posting;
    Edited by: Ludek Uher on Oct 13, 2010 7:22 AM

    Hi Ludek,  I tried adding
    <startup useLegacyV2RuntimeActivationPolicy="true">
      <supportedRuntime version="v4.0"/>
    </startup>
    to the config file but it didnt resolve the problems. 
    However I think I have found a work-around solution to setting the parameters programmatically rather than use the crystal report viewer pop-up boxes.  I am posting my code to help anyone else who might be experiencing the same problems:
    Dim myReportDocument = New CrystalDecisions.CrystalReports.Engine.ReportDocument()
    myReportDocument.Load(Server.MapPath(strRptPath))
    myDS.WriteXml(Server.MapPath(strXMLPath), XmlWriteMode.WriteSchema)
    myReportDocument.SetDataSource(myDS)
    myReportDocument.Refresh()
    myReportDocument.SetParameterValue("DateFrom", #9/1/2010 6:35:00 AM#)
    myReportDocument.SetParameterValue("DateTo", #9/8/2010 6:35:00 PM#)
    crvThisReport.ReportSource = myReportDocument
    DateFrom and DateTo are the parameter names within my crystal report.
    It seems to be working fine, it stops the crystal report viewer from displaying the parameter pop-up box which stops the error occurring.  However, the error still occurs when you want to interact with the report in other ways, ie page navigation, group tree navigation.  It still allows me to print, export and zoom in and out, so I will have to disable some buttons and features until this error is resolved - the search continues!
    Thanks for all your help and advise.
    Edited by: juliep68 on Oct 14, 2010 11:33 PM

Maybe you are looking for