Cant eter data inWebForms,,,

I created few Webforms, but the cells in all of the formsare Grey in color, which are supposed to be white toenter Data,,,,i checked access and storage properties of the dimensions, still i couldnt enter, it says the cell is ready only.....
i really stuck up in the middle , if some body knows a solution. try to reply ASAP.
Thanks for any thoughts on this in Advacne.

Last one to check is whether the form is pointing to the correct plan type.
Check which plan type STORAGE (not available) the accounts used in the form are set against and make sure the planning form has been set accordingly, this is something that is set on creation of form and is then embedded on first save so you may have to either recreate the form or export it and change the plan type in the xml before re-importing.

Similar Messages

  • Cant get data from text file to print into Jtable

    Instead of doing JDBC i am using text file as database. I cant get data from text file to print into JTable when i click find button. Goal is to find a record and print that record only, but for now i am trying to print all the records. Once i get that i will change my code to search desired record and print it. when i click the find button nothing happens. Can you please take a look at my code, dbTest() method. thanks.
    void dbTest() {
    DataInputStream dis = null;
    String dbRecord = null;
    String hold;
    try {
    File f = new File("customer.txt");
    FileInputStream fis = new FileInputStream(f);
    BufferedInputStream bis = new BufferedInputStream(fis);
    dis = new DataInputStream(bis);
    Vector dataVector = new Vector();
    Vector headVector = new Vector(2);
    Vector row = new Vector();
    // read the record of the text database
    while ( (dbRecord = dis.readLine()) != null) {
    StringTokenizer st = new StringTokenizer(dbRecord, ",");
    while (st.hasMoreTokens()) {
    row.addElement(st.nextToken());
    System.out.println("Inside nested loop: " + row);
    System.out.println("inside loop: " + row);
    dataVector.addElement(row);
    System.out.println("outside loop: " + row);
    headVector.addElement("Title");
    headVector.addElement("Type");
    dataTable = new JTable(dataVector, headVector);
    dataTableScrollPane.setViewportView(dataTable);
    } catch (IOException e) {
    // catch io errors from FileInputStream or readLine()
    System.out.println("Uh oh, got an IOException error!" + e.getMessage());
    } finally {
    // if the file opened okay, make sure we close it
    if (dis != null) {
    try {
    dis.close();
    } catch (IOException ioe) {
    } // end if
    } // end finally
    } // end dbTest

    Here's a thread that loads a text file into a JTable:
    http://forum.java.sun.com/thread.jsp?forum=57&thread=315172
    And my reply in this thread shows how you can use a text file as a simple database:
    http://forum.java.sun.com/thread.jsp?forum=31&thread=342380

  • But i cant transfer data between iphone/ipad to apple tv  any suggestions?

    so i purchased 2nd gen apple tv everthing is up to date on homesharing is on but i cant transfer data between iphone/ipad to apple tv  any suggestions?

    Welcome to the Apple Community.
    Do you mean you can't stream movies etc. You can only play media over Airplay, you can't share data from other apps.

  • Cant select date from Sharepoint DateTimeControl inside TabPanel of AjaxToolKit

    I am using AjaxToolKit in my webpart , when i put SharepointDateTimeControl in TabContainer , i cant select date time
    this my code
    <cc1:TabContainer ID="TabContainerActionDetail" runat="server" ActiveTabIndex="0"
    OnActiveTabChanged="loadInformation" AutoPostBack="true" CssClass="ajax__tab_blueGrad-theme">
    <cc1:TabPanel ID="TabPanelAction" runat="server" HeaderText="...">
    <ContentTemplate>
    <table width="100%">
    <tr>
    <td class="tdhead">
    <SharePoint:DateTimeControl ID="datedebValue" runat="server" Enabled="False" AutoPostBack="False"
    Calendar="Gregorian" CalendarImageUrl="/_layouts/images/calendar.gif" CssClassTextBox="ms-input"
    DateOnly="False" DatePickerFrameUrl="/_layouts/iframe.aspx" DatePickerJavaScriptUrl="/_layouts/datepicker.js"
    FirstDayOfWeek="-1" FirstWeekOfYear="0" HijriAdjustment="0" HonorSecondsAndMilliseconds="False"
    IsRequiredField="False" IsValid="True" LocaleId="1036" MaxDate="12/31/9999 23:59:59"
    MinDate="" SelectedDate="12/26/2013 19:17:38" ShowWeekNumber="False" TabIndex="-1"
    TimeOnly="False" TimeZoneID="-1" UseTimeZoneAdjustment="False" />
    </td>

    I am using AjaxToolKit in my webpart , when i put SharepointDateTimeControl in TabContainer , i cant select date time
    this my code
    <cc1:TabContainer ID="TabContainerActionDetail" runat="server" ActiveTabIndex="0"
    OnActiveTabChanged="loadInformation" AutoPostBack="true" CssClass="ajax__tab_blueGrad-theme">
    <cc1:TabPanel ID="TabPanelAction" runat="server" HeaderText="...">
    <ContentTemplate>
    <table width="100%">
    <tr>
    <td class="tdhead">
    <SharePoint:DateTimeControl ID="datedebValue" runat="server" Enabled="False" AutoPostBack="False"
    Calendar="Gregorian" CalendarImageUrl="/_layouts/images/calendar.gif" CssClassTextBox="ms-input"
    DateOnly="False" DatePickerFrameUrl="/_layouts/iframe.aspx" DatePickerJavaScriptUrl="/_layouts/datepicker.js"
    FirstDayOfWeek="-1" FirstWeekOfYear="0" HijriAdjustment="0" HonorSecondsAndMilliseconds="False"
    IsRequiredField="False" IsValid="True" LocaleId="1036" MaxDate="12/31/9999 23:59:59"
    MinDate="" SelectedDate="12/26/2013 19:17:38" ShowWeekNumber="False" TabIndex="-1"
    TimeOnly="False" TimeZoneID="-1" UseTimeZoneAdjustment="False" />
    </td>

  • HT4972 I cant up date my iphone 4 because we cant use itunes in Costa Rica

    I cant up date my iphone 4 because we dont have access to itunes in Costa Rica I need a link

    As has been said a couple of times now, you need to update it through iTunes on your computer. The procedure is completely documented, step by step, in both article you apparently read before you came here, "HT4972: iOS 4: Updating your device to iOS 5 or later" and in the article I linked to above in the section headed "Update your device using iTunes".
    If your computer does not recognize your iPhone, tell us what operating system and version of iTunes are running on the system and we can probably provide further advice.
    Regardss.

  • HT201210 why cant up date software in itune after i used more than 5 iphones

    cant up date softwaer for ipad 2

    If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 6.1.3. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    iOS 5: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and anitvirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update an iPad (except iPad 1) to iOS 6.x, the next update can be installed via wifi (i.e., not connected to your computer).
    Tip 2 - If you're updating via wifi, place your iPad close to your router to preclude getting a corrupted download.
     Cheers, Tom

  • HT204053 I have had to make a new Aplleid and password now i cant up-date any games or apps because they ask for the old password and ID

    I have had to make a new apple ID because my other ID wont work and have tried everything my new ID and Password work perfectly but I cant up-date any games and apps now because they were under the old Id how do I fix this

    Mad 15 wrote:
    I have had to make a new apple ID because my other ID wont work ...
    That's a shame.... you should have tried to Resolve the issue with your Original ID...
    Because...
    Anything Downloaded with a Particular Apple ID is tied to that Apple ID and Cannot be Merged or Transferred to a Different Apple ID

  • I reset my apple password but i cannot recieved email on recovery email either on same email which i submit for apple id somebody hacked my apple id please help and worst thing i remembered security quitions but i cant remembered date of birth please help

    i reset my apple password but i cannot recieved email on recovery email either on same email which i submit for apple id somebody hacked my apple id please help and worst thing i remembered security quitions but i cant remembered date of birth please help

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    Also
    If you have Find My iPhone enabled, you can use Remote Wipe to erase the contents of your device. If you have been using iCloud to back up, you may be able to restore the most recent backup to reset the passcode after the device has been erased.

  • Lost config and cant set date and time

    lost config and cant set date and time apple tv less than month old

    Hello there, Terriiris.
    I had a similar issue and what worked for me was power cycling my wireless network and the Apple TV.  However, if the issue persists, here are a couple articles that will walk you through troubleshooting this issue.
    Apple TV: Basic troubleshooting
    http://support.apple.com/kb/ht1551
    Apple TV: Troubleshooting wireless connections
    http://support.apple.com/kb/HT1595
    If the steps in the article above do not resolve the issue, then a restore may be needed.
    Apple TV (2nd and 3rd generation): Restoring your Apple TV
    http://support.apple.com/kb/ht4367
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • CANT receive data via a network, help me please

    Hi, I am not as newbie as I look like to.
    I am trying to receive data through a network. The problem is that I dont know the file size, so I kept reading until reaching the end of file and the save it to a file. The problema is that I am never geting the -1 result from the read method.
    Now, I noticed that the -1 is returned when I close the DataOutputStream. So thats okay. The problem is that the sender is not make in java, but on pocketBuilder. And I cant ask for the client to close an outputStream. So Is there any way to just read the data without knowing the number of the bytes to receive and doesnt waiting for the end of the stream.

    When the number of bytes read is less than the array
    lengthThat doesn't necessarily mean you're at the end of the data.
    Any other wahy, maybe a timer (if is not receiving
    any byte for 20 seconds then cut the conexion?)Again that doesn't necessarily mean you're at the end of the data.
    There is no way to know you're at the end of the data without either an application protocol containing the length, or a socket close at the sender.

  • It is telling me to erase the disk than install but i cant loose data

    it is telling me to do the erase and install and i cant do any thing else i dont no how to go back to the tiger os to get the data do i cancel the instal and press startup disk???

    Cancel the install and reboot. Don't do any sort of install because you'll lose all your data in the HD reformat. If you cancel though, your old system should be unaffected.
    FWIW, I had the same problem you have. I wanted to try out Leopard still, so I installed it on an old firewire ipod -- at this point, I'm glad I was unable to upgrade. Stacks are lame, you can no longer drop a folder on the end of the dock and then use it like a menu -- stacks are one level deep only. Secondly but more importantly, X11 is totally borked in Leopard. This won't apply to people who don't use X11, but for me, working X11 is a pre-requisite.
    Consider yourself lucky you can't upgrade.
    Message was edited by: thepotter

  • I cant set date and time

    I also cant get the system running its connected wont take date and time and cant sign on to itunes

    Welcome to the Apple Community.
    Try restarting the Apple TV by removing ALL the cables for 30 seconds, or resetting it using the reset option under general, you should also try restarting your router.
    If this is the first time you have used the Apple TV, check your router allows access over port 123.

  • HT201210 why i cant up date my phone ?

    I bean trying to up date my iphone for the last week and i cant im rying to up date to the 6.0 I connect my phone to my computer anad still not working idont what else to do please someone help me =) thanks

    What happens when you connect your iPhone to iTunes and hit the "Check for Updates" button?  You say "its till not working" but you don't provide many details for us to try to help you "fix it".
    Is your iPhone one that is taking "forever" to backup and therefore you can't upgrade?  Is it that you are having problems downloading the update from Apple?  Does your computer not detect your iPhone when you plug it in?  What *is* it doing?

  • Cant find data type

    hi all, sorry ive not been back for a while but ive got a problem i cant solve
    i have a data type problem, i have a complex formula that i need to implement but both excel and java have give up because the number is too big, excel gave up at 1.19425116332374E+308 and the value needs to go alot higher. can anyone suggest a way of storing more than this vaule in a data type.
    thanks in advance, any help is welcome

    Matt06 wrote:
    no thats not working, the bigDecimal class wont allow more multipliations Are you trying to use the multiply operator (*) on the BigDecimals? Won't work. Read the javadocs on BigDecimal, it has methods for common operations. But it isn't a primitive type, so you can't simply drop it in place of a long and expect the same operators to work on it. You're dealing with actual objects, so it's all down to method calls. Example:
    BigDecimal finalValue = new BigDecimal("1.0000000000"); // a BigDecimal accurate to ten places
    BigDecimal twentyOne = new BigDecimal("21");
    for(int i = 0; i < 480; i++){
        finalValue = finalValue.multiply(twentyOne);
    System.out.println(finalValue);A bit more long-winded, but that's just tough heh heh

  • Cant retrieve data from php

    hi, i just uploaded to our remote host the files with php and
    flex combination. here on my local computer, i was able to retrieve
    data using my local database, i also tried to connect from my local
    using a remote database. but when i uploaded the files, and tried
    to connect to a red hat linux host i think, i cant make it to work.
    i can see the interface but no data was retrieve. i googled some
    possible options and used crossdomain, but still cant get it to
    work. im, by the way, new to flex and would like to explore this
    great technology. i was thinking the my tags in
    <mx:HTTPService> were incorrect, i have url="
    http://server/docroot/pages/php/request.php",
    i also tried url="php/request.php", but still failed to retrieve
    the information.hope u can help me guys. thank you in
    advance.

    If you're loading your SWF from one server, and contacting
    another server,
    you need place the crossdomain.xml file on the other server
    from which you're
    requesting data, typically in the webroot.
    That is, if you're trying to contact "
    http://server/docroot/pages/php/request.php"
    then you'd need to have a crossdomain.xml file at "
    http://server/crossdomain.xml".
    This crossdomain.xml policy file must include the domain from
    which your
    SWF was loaded in order for it to be allowed to contact this
    domain.
    Hello arpiyem,
    > hi, i just uploaded to our remote host the files with
    php and flex
    > combination. here on my local computer, i was able to
    retrieve data
    > using my local database, i also tried to connect from my
    local using a
    > remote database. but when i uploaded the files, and
    tried to connect
    > to a red hat linux host i think, i cant make it to work.
    i can see the
    > interface but no data was retrieve. i googled some
    possible options
    > and used crossdomain, but still cant get it to work. im,
    by the way,
    > new to flex and would like to explore this great
    technology. i was
    > thinking the my tags in <mx:HTTPService> were
    incorrect, i have
    > url="
    http://server/docroot/pages/php/request.php",
    i also tried
    > url="php/request.php", but still failed to retrieve the
    > information.hope u can help me guys. thank you in
    advance.
    >

Maybe you are looking for

  • Mail - can't reply in full screen mode

    Hi there I've been enjoying running Mail in Lion in full screen mode. However if I try to reply to a message, I don't get the reply window come up. It fails whether I use the keyboard shortcut, click on the icon or use the menu command. I have to lea

  • Valid Apple ID but not an iCloud account?

    I have valid Apple ID/password. Trying to setup iCloud and after downloading necesary files, etc. and attempting to setup I receive iCloud sign in window, but when I attempt to sign in it states "This is valid Apple ID but is not iCloud account." How

  • Tracking a Stolen Blackberry

    how do i go about tracking a stolen blckberry? i really need help... software freeware or something

  • Round symbol in top right corner of appointments

    Waht does a round symbol with a wiggly line through it mean in top right hand corner of appointments

  • Super class

    if i have two classes i.e firstclass and second class ,how i make second class as a super class of first class ? please hel me iam iphone beginner