Using customOnLoad() in ValidateData.js

hi guru,
I have the following problem:
Should I put an alert message when you open a form. I am currently using the customOnLoad() function which is located within the file ValidateData.js.
The problem is that this message is carried out both on the event's opening form and to refresh the form after saving data. I would only open the form.
Does anyone have any idea how to solve this problem?
thanks in advance.
Flavio

hi guru,
I have the following problem:
Should I put an alert message when you open a form. I am currently using the customOnLoad() function which is located within the file ValidateData.js.
The problem is that this message is carried out both on the event's opening form and to refresh the form after saving data. I would only open the form.
Does anyone have any idea how to solve this problem?
thanks in advance.
Flavio

Similar Messages

  • Validatedata.js in 11.1.2

    Hi All
    I'm having an issue with ValidateData.js file in 11.1.2
    I created a code given below
    function validateForm(){
    if (equalsIgnoreCase(applicationName,"Visa")) {
    if (equalsIgnoreCase(formName,"02. New Asset Requests with Threshold")) {
    var variable_name_1 = "Test"
    var variable_name_2 = "Form validation"
    /* Example #1 */
    /* This will display the value of a variable in a message box. */
    alert(variable_name_1);
    /* Example #2 */
    /* This will display some text and the value of a variable in a message box. */
    alert("This is variable name 1: " + variable_name_1);
    /* Example #3 */
    /* This will display some text and the value of a variable in a message box with two lines. */
    alert("This is variable name 1: " + variable_name_1 + "\n" +
    "This is variable name 2: " + variable_name_2);
    return true;
    I exploded the Planning.ear file and added the above given code in ValidateData.js file repacked and restarted Hyperion Planning service. When i clicked on save nothing happend.. i even tried re-deploying, but no luck.
    Also i tried to use the same code in 11.1.1.3 changed ValidateData.js under
    E:\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\CERA-WIN2K3-WASCell01\planning.ear\HyperionPlanning.war\custom
    Restarted Planning....still when i click on save nothing happens....
    Can someone tell me whether i'm missing any steps?

    Hi All
    this is my original ValidateData.js file
    function customOnLoad()
    if (equalsIgnoreCase(applicationName, "Visa"))
    // It is possible to limit your custom JavaScript to specific Applications,
              if (equalsIgnoreCase(formName,"02A. New Asset Threshold")||
    equalsIgnoreCase(formName, "02. New Asset Requests with Threshold"))
         // Provides an alert when user opens up the form 02. New Asset Requests or 02A. New Asset Threshold
              alert("There are thresholds defined for Asset Classes.");
    //          + ".\n" + "Please select the required Asset Class cell in the right corner form." + ".\n" + "Threshold values for the selected class will be displayed");
    function customCellEnterPre(row, col, cell)
         // This function will be called when focus enters any data cell but before any built in logic
         // Return values:
         //          true: Continue with remaining logic
         //          false: Skip remaining logic
         var valid = true;
         if (equalsIgnoreCase(applicationName,"Visa"))
              if (equalsIgnoreCase(formName,"02A. New Asset Threshold")||
    equalsIgnoreCase(formName, "02. New Asset Requests with Threshold"))
                   // You can access row or column indices into the grid by providing arrays of member names
                   var correctTimeCol = findColByMemberNames(new Array("Threshold"));
                   var correctAccountRow = findRowByMemberNames(new Array("Windows"));
                   // You can trigger specific logic if the cell matches some pre-defined collection of member names
                   // The following code verifies that the row and column correspond to the intersection defined by the
                   // members
                   if ((row == correctAccountRow) && (col == correctTimeCol)) {
                        alert("Values for this Asset Class should be greater than 1200" + ".\n" + "If wrong values are entered system will not consider the Asset Class.");
         return(valid);
    Now when i launch the form...i'm not getting any messages. but if i click on Windows cell, it is giving me the message.
    Can someone please let me know what could be the possible issue for customOnLoad function

  • 11.1.2.1 Planning JavaScript steps after updating ValidateData.js

    I am working with Planning 11.1.2.1 this is a multiple server deployment (1 web server, 2 planning servers with load balancing).
    My question is I have updated the ValidateData.js in the HyperionPlanning.ear.
    Aside from deleting the Planning0\tmp directory when services are off. What is the process of getting it deployed.
    I have tried to skim through several forums on OTN and there are so many questions left open that I am confused and just need some guidance.
    Do i need to update the HyperionPlanning.ear in all 3 servers? Or just the 2 planning servers.
    After doing placing the moified HyperionPlanning in the Oracle\Middleware\EPMSystem11R1\products\Planning\AppServer\InstallableApps\Common.
    What all services need to be started and stopped for this to take affect
    Finally Is there a specific log that tells me if the syntax will correctly validate against my application or that the syntax was accepted?
    I was able to perform this on an 11.1.2.3 enviornment with the ADF turned off. the syntax of my ValidateData.js worked seamlessly and there were no flaws. So I can easily post that. Although I don't think it's a syntax issue. I think it's something else although I am not completely positive.
    Thanks,
    DjSmeadly

    Even if it is clustered you should be able to go directly to each planning server and test, also make sure browser caches are cleared, if you are using firefox and something like firebug you can easily see whether the custom JavaScript has loaded, you should also be able to see if it has deployed the JavaScript file by looking in the tmp directory.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ValidateData.js file location in version 11.1.2

    Does anybody know where the physical location is for the ValidateData.js file in version 11.1.2?
    The hp_admin.pdf refers to the /default web application directory/Planning/web/WEB-INF. However, I have not been able to locate the directory. I am using WebLogic App server.
    Thanks,
    Al Gutierrez

    Weblogic deploys the planning web application components when you start up the app server, tmp directories are what they say temporary.
    If you go to :- Oracle\Middleware\EPMSystem11R1\products\Planning\AppServer\InstallableApps\Common
    You will see HyperionPlanning.ear
    If you open this with a compression utility such as 7zip, winrar etc you will see it has HyperionPlanning.war
    Once again this file can be open with a utility.
    Within there is a custom directory and the ValidateData.js
    You will need to update the file and restart the planning app for it to deploy.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ValidateData.js not working in 11.1.2

    Hi,
    After a new installation of Planning 11.1.2 I have transferred the ValidateData.js file from the old 11.1.1.3 environment. It seems that in 11.1.2 the script is not working like before anymore. I am getting an error for script below:
    The error is: currentDataGrid.fullPrecision is undefined
    Are there any changes in 11.1.2 for using javascript which are causing this issue?
    Kind regards,
    Erik van der Plas
    function validateCell() {
         var validated = true;
         currentDataGrid = dataGridArray[0];
         for (r=currentDataGrid.startRow; r<currentDataGrid.numberGridRows; r++) {
    if ((currentDataGrid.fullPrecision[r][1] != missing) ||(currentDataGrid.fullPrecision[r][2] != missing)) {
         if ((currentDataGrid.fullPrecision[r][1] == missing) ||(currentDataGrid.fullPrecision[r][2] == missing)) {
                   validated = false;
         if (!validated) {
              alert("All fields should be filled");
              return(validated);
    }

    After some trial and error I discovered a different way which is working in 11.1.2.
    Replace the currentDataGrid.fullPrecision[r][c] with currentDataGrid.grid[r][c].cellValue
    Kind regards,
    Erik van der Plas

  • Planning 11.1.2.1 validatedata.js

    I'd like to customize all data forms to prevent users from entering numbers with decimal.
    I want to do that with ValidateData.js.
    var PRECISION_LIMIT = 0;
    function limitPrecisionForForm(Form1) {
         for (row=firstDataRow; row<numRows; row++) {
              for (col=firstDataCol; col<numCols; col++) {
                   grid[row][col] = limitPrecision(grid[row][col], PRECISION_LIMIT);
         return true;
    function limitPrecision(value, limit) {
         if ((value == null) || (value.length == 0) || (value == missing)) {
              return(value);
         } else {
              return((Math.round(value * Math.pow(10,limit)))/Math.pow(10,limit));
    in sample, but don't know whhat I need to do to implement it.
    Can anybody has step-by-step tutorial? Where I need to insert it? I have som tmp directiries.
    I use weblogic.
    Jurek

    Does this help - Re: if user enter mismatched or wrong data data form should not to be saved ?
    There is also a temporary location you can update but there is no guarentee the tmp directory will stay valid and it may be best to go down the route in the post I put the link to...
    <MIDDLEWARE_HOME>\user_projects\domains\EPMSystem\servers\Planning0\tmp\servers\Planning0\tmp\_WL_user\PLANNING_11.1.2.0\<randomchars>\war\custom
    Restart the web application service after making any changes.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Want to hide command bottun using javascript

    Hi,
    I want to hide command bottun using javascript when form load
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>Add/Edit CD details</title>
    <script type="text/javascript" src="Test.js"></script>
    <script type="text/javascript" src="datetimepicker.js"></script>
    <script type="text/javascript">
    *function hideDeleteButton(){*
    if(document.forms['editForm'].elements['editForm:cd_number'].value="")
    document.('viewForm:deleteEntry').style.visibility = "hidden";
    </script>
    </head>
    *<body onLoad="hideDeleteButton(),document.getElementById('editForm:cd_title').focus();">*
    <f:view>
    <h:form id="editForm" onsubmit="return validateDate()">
    <b><p align="center">CD Management</p></b>
              <% if(session.getAttribute("supervisor")==null)
         response.sendRedirect("../index.faces");
    %>
              <table width="100%">
              <tr><td valign="top" >
              <h:panelGrid columns="8">
              <h:commandLink id="com1" value="CD management" action="#{CDBean.getAllCDs}" title="CD management" immediate="true"/>
              <%if(session.getAttribute("supervisor")!=null && session.getAttribute("supervisor").toString().equals("Y")){%>
              <h:outputText value="||" id="use1r"></h:outputText>
              <h:commandLink id="Users" value="Users account" action="#{usersBean.viewAllAccounts}" title="Users account" immediate="true"/>
              <%} %>
              <h:outputText value="||" id="use13"></h:outputText>
              <h:commandLink id="pas" value="Change password" action="#{changePasswordBean.changePassword}" title="Change password" immediate="true"/>
              <h:outputText value="||" id="us2er"></h:outputText>
              <h:commandLink id="com2" value="Log out" action="#{logoutBean.logout}" title="Log out" immediate="true">
              </h:commandLink>
              </h:panelGrid>
              </td>
              <td valign="top" align="right" title="Logged in||<%=session.getAttribute("username") %>">Logged in||<font color="green"><%=session.getAttribute("username") %></font></td>
         </tr>
         </table>
    <hr>
    <b><h:outputText value="#{viewCDBean.form_title}"/></b><br><br>
    <div id="no"><h:outputText id="nocd" value="#{viewCDBean.cd_number}"/></div>
    <h:panelGrid columns="3">
    <h:outputText id="output112"/><h:inputHidden id="cd_number" value="#{viewCDBean.cd_number}"></h:inputHidden><h:outputText id="output117"/>
    <h:outputText id="output1" value="Title"/><h:inputTextarea id="cd_title" value="#{viewCDBean.cd_title}" rows="2" cols="40" required="true"></h:inputTextarea><h:message for="cd_title" style="color:red"/>
    <h:outputText id="output2" value="Contents"/><h:inputTextarea id="cd_contents" value="#{viewCDBean.cd_contents}" rows="2" cols="40"></h:inputTextarea><h:outputText id="output18"/>
    <h:outputText id="output3" value="License key"/><h:inputText id="license_key" value="#{viewCDBean.license_key}" size="50"></h:inputText><h:outputText id="output19"/>
    <h:outputText id="output4" value="Vender company"/><h:inputText id="vendor_company" value="#{viewCDBean.vendor_company}" size="50"></h:inputText><h:outputText id="output20"/>
         <h:outputText id="output5" value="Vender name"/><h:inputText id="vendor_name" value="#{viewCDBean.vendor_name}" size="50"></h:inputText><h:outputText id="output21"/>
         <h:outputText id="output6" value="Vender contact no"/><h:inputText id="vender_contact_no" value="#{viewCDBean.vender_contact_no}" size="50"></h:inputText><h:outputText id="output22"/>
    <h:outputText id="output7" value="Remarks"/><h:inputTextarea id="remarks" value="#{viewCDBean.remarks}" rows="2" cols="40"></h:inputTextarea><h:outputText id="output23"/>
    <h:outputText id="output8" value="Added by"/><h:inputText id="entered_by" value="#{viewCDBean.entered_by}" readonly="true"></h:inputText><h:outputText id="output24"/>
    <h:outputText id="output9" value="Last modified by"/><h:inputText id="last_updated_by" value="#{viewCDBean.last_updated_by}" readonly="true"></h:inputText><h:outputText id="output25"/>
    <h:outputText id="output10" value="CD/DVD"/>
    <h:selectManyListbox id="cd_dvd" styleClass="selectOneMenu" required="true" size="1" value="#{viewCDBean.CD_DVD}">
                   <f:selectItem itemValue="" itemLabel="DVD" />
                   <f:selectItem itemValue="0" itemLabel="CD" />
              </h:selectManyListbox>
    <h:message for="cd_dvd" style="color:red"/>
    <h:outputText id="output11" value="License/Open source"/>
    <h:selectManyListbox id="license_or_open_source" styleClass="selectOneMenu" required="true" size="1" value="#{viewCDBean.license_or_Open_source}">
                   <f:selectItem itemValue="1" itemLabel="License" />
                   <f:selectItem itemValue="0" itemLabel="Open source" />
              </h:selectManyListbox>
    <h:message for="license_or_open_source" style="color:red"/>
    <h:outputText id="output12" value="Serial key"/><h:inputTextarea id="serial_key" value="#{viewCDBean.serial_key}" rows="2" cols="40"></h:inputTextarea><h:outputText id="output28"/>
    <h:outputText id="output13" value="Purchase date"/>
    <t:inputCalendar id="purchase_date" value="#{viewCDBean.purchase_date}"
                   renderAsPopup="true" renderPopupButtonAsImage="true" popupButtonImageUrl="cal.gif" title="pick a date"
                   alt="pick a date" popupDateFormat="dd-MMMM-yyyy">
              <f:convertDateTime type="date" dateStyle="default" pattern="dd-MMMM-yyyy"/>
         </t:inputCalendar>
         <h:outputText value="(dd-mmm-yyyy)" id="purchase_date2" style="color:red"/>
    <h:outputText id="output14" value="Purchase price"/><h:inputText id="purchase_price" value="#{viewCDBean.purchase_price}"></h:inputText><h:message for="purchase_price" id="output30"/>
    <h:outputText id="output15" value="Status"/><h:inputText id="status" value="#{viewCDBean.status}"></h:inputText><h:outputText id="output31"/>
    </h:panelGrid>
    <table>
    <tr>
    <td>               </td>
    <td>                </td>
    <td><%if(session.getAttribute("supervisor")!=null && session.getAttribute("supervisor").toString().equals("Y")){%>*<h:commandButton value="Delete" id="deleteEntry" action="#{CDBean.deleteFromCDMaster}" onclick="return insure()" />* <h:commandButton value="Submit" action="#{CDBean.modifyDetail}"/> <%}%></td>
    <td><h:commandButton value="Cancel" action="#{CDBean.getAllCDs}" immediate="true" onclick="setDateFieldBlank()"/></td>
    </tr>
    </table>
    </h:form>
    </f:view>
    </body>

    function hideDeleteButton(){
    if(document.forms['editForm'].elements['editForm:cd_number'].value="")
    document.z('viewForm:deleteEntry').style.visibility = "hidden";
    This script will not work

  • Modify ValidateData.js on Planning 11.1.1.3

    All,
    Some of you know whether to implement the changes on ValidateData.js must restart the services of the web server?
    When making changes to this file for controls on forms, these changes are not implemented. In particular on the function validateForms().
    I use a Hyperion Planning 11.1.1.3 with WebLogic Server.
    Any help is welcome
    Thanks
    Flavio

    If you are using weblogic then you will need to restart the planning application web application to take account of the changes.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ValidateData in DataForms

    We validate data of a Hyperion Planning DataForm via the java script "ValidateData.js". The validation works if the Data Form is opened in the workspace.
    How can I validate the data if the Data Form is opened in Excel with the SmartView for Office?
    How can I validate the data if the Data Form is taken offline?

    Hi,
    I think the validatedata.js can only be used if you are accessing a form through the web, if you want to do the equivalent in excel then you would probably need to start looking at incorporating VBA into the workbook.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How do I use Edge Web Fonts with Muse?

    How do I use Edge Web Fonts with Muse - is it an update to load, a stand alone, how does it interface with Muse? I've updated to CC but have no info on this.

    Hello,
    Is there a reason why you want to use Edge Web Fonts with Adobe Muse?
    Assuming you wish to improve typography of your web pages, you should know that Muse is fully integrated with Typekit. This allows you to access and apply over 500 web fonts from within Muse. Here's how you do it:
    Select a text component within Muse, and click the Text drop-down.
    Select Add Web Fonts option, to pop-open the Add Web Fonts dialog.
    Browse and apply fonts per your design needs.
    Muse also allows you to create paragraph styles that you can save and apply to chunks of text, a la InDesign. Watch this video for more information: http://tv.adobe.com/watch/muse-feature-tour/using-typekit-with-adobe-muse/
    Also take a look at these help files to see if they help you:
    http://helpx.adobe.com/muse/tutorials/typography-muse-part-1.html
    http://helpx.adobe.com/muse/tutorials/typography-muse-part-2.html
    http://helpx.adobe.com/muse/tutorials/typography-muse-part-3.html
    Hope this helps!
    Regards,
    Suhas Yogin

  • How can multiple family members use one account?

    My children have iphones, ipads, ipods and mac books, my problem is how do you use home sharing with the devices and not get each others data.  My Husband just added his iphone to the account and got all of my daughters contacts.  I understand they could have there own accounts but if i buy music on itunes and both children want the same song, I don't feel i should have to pay for it twice.  Is there away we can have home sharing on the devices and they can pick and choose what they want? and is this icloud going to make it harder to keep their devices seperate?

    My children have iphones, ipads, ipods and mac books, my problem is how do you use home sharing with the devices and not get each others data.  My Husband just added his iphone to the account and got all of my daughters contacts.  I understand they could have there own accounts but if i buy music on itunes and both children want the same song, I don't feel i should have to pay for it twice.  Is there away we can have home sharing on the devices and they can pick and choose what they want? and is this icloud going to make it harder to keep their devices seperate?

  • Iphoto crashing after using mini-dvi to video adapter

    Hi, IPhoto on my Macbook is crashing. I can open it, then as soon as I scroll down it locks up and I have to force quit.
    This started happening right after I used a Mini-DVI to Video Adapter cable to hook my macbook up to my TV. The adapter/s-video connection worked and I was able to see the video on the tv. But iphoto immediately locked up the computer when I went to slide show and now it locks every time I open it.
    Any ideas?
    Thank you:)
    Dorothy

    It means that the issue resides in your existing Library.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Regards
    TD

  • How do multiple family members use iTunes.? One account or multiple?

    How do multiple family members use iTunes. One account right now but apps gets added to all devices and iTunes messages go to all devices.  Can multiple accounts be setup and still have ability to share purchased items?

    Hey Ajtt!
    I have an article for you that can help inform you about using Apple IDs in a variety of ways:
    Using your Apple ID for Apple services
    http://support.apple.com/kb/ht4895
    Using one Apple ID for iCloud and a different Apple ID for Store Purchases
    You can use different Apple IDs for iCloud and Store purchases and still get all of the benefits of iCloud. Just follow these steps:
    iPhone, iPad, or iPod touch:
    When you first set up your device with iOS 5 or later, enter the Apple ID you want to use with iCloud. If you skipped the setup assistant, sign in to Settings > iCloud and enter the Apple ID you’d like to use with iCloud.
    In Settings > iTunes and App Stores, sign in with the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match). You may need to sign out first to change the Apple ID.
    Mac:
    Enter the Apple ID you want to use for iCloud in Apple () menu > System Preferences > iCloud.
    Enter the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match) in Store > Sign In. In iTunes 11, you can also click iTunes Store > Quick Links: Account.
    PC (Windows 8):
    Enter the Apple ID you want to use for iCloud in the Control Panel. To access the iCloud Control Panel, move the pointer to the upper-right corner of the screen to show the Charms bar, click the Search charm, and then click the iCloud Control Panel on the left.
    Enter the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match) in iTunes. In iTunes 10, select Store > Sign In. In iTunes 11, click iTunes Store > Quick Links: Account.
    PC (Windows 7 and Vista):
    Enter the Apple ID you want to use for iCloud in Control Panel > Network and Internet > iCloud.
    Enter the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match) in iTunes 10 in Store > Sign In. In iTunes 11, click iTunes Store > Quick Links: Account.
    Note: Once a device or computer is associated with your Apple ID for your iTunes Store account, you cannot associate that device or computer with another Apple ID for 90 days. Learn more about associating a device or computer to your Apple ID.
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • Using SQVI to generate report of open and released delivery schedule lines

    All,
    I'm using SQVI  to generate an excel spreadsheet for some buyers to show open released schedule lines because they are a 1 line item per scheduling agreement company.
    I used the logical database MEPOLDB instead of a table joint and pulled fields from EKKO(vendor, SA #,&purchasing group), EKPO(Material Number), EKEH(schedule line type), and EKET(delivery date, scheduled qty,previous qty).
    Does this sound like I'll get the results I want on paper as long as I use the right selection criteria, because the report I'm getting isn't quite what I expect? I am unable to identify which lines are authorized to ship vs. trade-off zone, planning, etc. in the report thus far.

    Hi Mark,
                 I have faced same requirement. I am not sure about transporting to TST and PROD. I done by this way.
    After generating SQVI program in DEV , I assigned that program  to a transaction and tested in DEV. Later i have regenarated SQVI in Production. then I assigned the generated Program to same transaction in DEV. And transported the Tcode assignment of program to Production..
    About authorization , if its not sensitive report, BASIS can restrict at transaction level.
    Regards,
    Ravi.

  • Using Mini DVI to VGA adapter on MacBook

    I bought the adapter from Apple & hooked up my LCD monitor to the MacBook, but the video I get on the monitor is different that on my laptop. It has an old screen background & the dock but nothing on my desktop shows up. Also, when I'm plugged to the monitor, my dock disappears on the laptop screen. Is there some setting I need to change? It worked fine with my G4 PowerBook.
    Thanks for any help....
    MacBook   Mac OS X (10.4.6)  

    i use the mini dvi-vga adapter in my classroom almost everyday. It sounds like your new monitor is running as a side by side monitor to your display instead of a "replacement" display.
    To get your projector/monitor to basically show whatever is on your macbook screen once you've hooked up press F7....this should make your projector/monitory become your display with your dock & all of your desktop stuff. Your new monitor will completely mirror your display.
    THis should do what you're looking for.

Maybe you are looking for

  • Using ipod as hard disk

    I use my ipod's hard disk to transfer music from my office pc to my home pc. I decided not to delete the iTunes Music Folder from the ipod's hd in case my PC's hd crashed. Is this recommended? I only have 6GB of music downloaded so space is not an is

  • APDUException.ILLEGAL_USE

    Hi all, I am getting APDUException.ILLEGAL_USE exception with the following code segment: apdu.setOutgoing(); apdu.setOutgoingLength((short)208); apdu.sendBytesLong(buffer1, (short)432, (short)80); apdu.sendBytesLong(buffer2, (short)0, (short)128); T

  • MacBook Pro... Do I dare., MacBook Pro... Do I dare?

    Hey guys, Here it is, I own an iPhone 4 and iPad and I fancy a MacBook. Why you ask? I have the money for it firstly, secondly I want something portable to carry to uni  as I will be spending hours writing my dissertation and the uni computers are te

  • SQLPLUS-- libhasgen10.so not found

    Hello, WHen I try to start SQLPLUS as different user but he is part of dba group on HP UX I get the below error. This server is a test server, please advice. sqlplus SQLPlus: Release 10.2.0.2.0 - Production on Thu Aug 4 00:00:55 2011* Copyright (c) 1

  • Valuation type to be assigned to Plant

    Hello, I would like to know how a valuation type (Trcd:OMWC) can be assigned  (extended) to a plant.valuation types are available & need to assign to a plant.the plant is assigned to valuation category but valuation type is to be extended to the plan