Form problem with less than (le)

I have a form, when users push the next button there will be
some input field checking before the user is realy going to the
next page.
Now I want to check if the zip code (Netherlands) is not less
than 6 postions.
In the begining I used this code:
if (zipcode_txt.text eq "") {
result_txt.text = "Your zipcode is empty";
But now I want to check if there are really 6 positions in
the input field. I have already been trying this code, but that's
not working:
if (zipcode_txt.text le 6) {
result_txt.text = "Your zipcode is empty";
Can someone help me out here

I don't know why you want to use "eq" and "le" instead of
"==" and "<" but you should at use:
if (zipcode_txt.text.ength < 6) {
result_txt.text = "Your zipcode is empty";
}

Similar Messages

  • Trying to download Mountain Lion, I have 2 accounts, both with less than $20 for the new App. Together they add up to $20. Can I merge account totals?

    Trying to download Mountain Lion, I have 2 accounts, both with less than $20 for the new App. Together they add up to $20. Can I merge account totals?

    I have now spoken to Apple about my problem and they told me to explain the situation to my Broadband service provider British Telecom (BT).
    For reasons not explained, BT suggested the problem lies with the Router hardware they have supplied (BT Business Hub - 2701HGV). Although it is relatively new there is something that prevents it from downloading Mountain Lion???
    They are posting me a new one which will not arrive for 2 days. I will let you know if the new router solves this issue.

  • Migration stalled with "less than a minute remaining"

    This issue was discussed back in April, but no definitive solution was found.
    I installed Mountain Lion on an older MacBook Pro and all went well until I got to the Setup Assistant after restart. The migration of my files from a Time Machine backup stalled with "less than a minute remaining" while "transferring files to support applications". Apparently this is a known issue that affects older Macs upgrading from Snow Leopard. I have two questions about this:
    1. Can anyone suggest a fix or workaround for this problem? In the earlier thread, some people repeated the file transfer several times with exactly the same results. One person evidently had better luck when he started over and deselected everything but Users on the transfer options screen; but it obviously requires alot of extra work on the user's part to reinstall every application.
    2. What is the best way to abort the stalled transfer without risk of damaging the data on my Time Machine backup drive? Mountain Lion refused to install on my startup drive until I erased it, so my Time Machine backup is the only copy I have of my data. Since Setup Assistant is not frozen, I can hit command-Q and Setup Assistant offers to shut down; but is the data on my backup drive at risk if I shut down and start over?
    Thanks!

    Has your Migration Assistant actually crashed? I am restoring my computer from a hard drive failure and the following dialog has been displayed for the last 12 hours. I clicked on the App in the dock to see if it was displaying as crashed, it doesn't appear to be.
    I checked the "Get Info" on the Hard Drive Volume, and it is showing a very slow progression of used bytes. I suspect the transfer is still continuing, just very slow as I have so much data. I think it is a matter of quanity of files rather than "file size".
    Should be interesting to see in another day or so to see if it completes. :-)

  • Gtx 570 twin frozer buggy artifacts with less than 2 year usage

    Hey friends,
    I have purchase MSI geforce 570 gtx twin frozer after reading too many good things about it. MSI is famous as being the best quality brand for VGA boards but i had no luck with my first purchase of the brand. I'm currently using it now, it allows me to use web and other low resources apps with no problem but any game that I play, after 2 -3 mins of playing, it gets my screen full of weird colorful artifacts and freezes. Sometimes it sends me to desktop with a message "the display driver stopped working and recovered itself" (something along these lines, i use windows in portuguese).
    What can be done in this case? Did i just lose my VGA with less than 2 years use? I'm searching for the manuals/box for it to check the warranty period, but until i find it could you please tell me if i still can get help from warranty?
    Thanks in advance.
    Hardware: asus p5e3 deluxe wi-fi  , 8gb corsair dominator DDR3  , win 7  x64

    >>How to contact MSI.<< to ask for rma procedure.
    To check >>use MSI Afterburner<< and reduce gpu clockrate to 732Mhz or below and retry. If no help >>Clear CMOS<< and retry. If still no help try with a singsle stick of ram. Test both sticks individually.

  • Small office with less than 10 APs

    What is best way to handle or setup wireless connection for a small branch office with less than 10 APs?  Management doesn't want to spend any money to install a local WLC.  Those APs will communicate back to two WLC 5508 in Data Center.
    Should I use local switch or flexconnect?  Any one has experience about pro and con between those two methods.  Ping time between branch office and Data Center is less 60 ms.
    Thanks,

    What is the link bandwidth between those two site. If you have enough bandwidth then you can go for local mode deployment, but all CAPWAP traffic has to come Data Centre WLC (ie central switching)
    If you would like to terminate branch traffic at branch switch, then FlexConnect local switching is the way to go.
    HTH
    Rasika
    **** Pls rate all useful responses ****

  • Encoding issue with " " Less than sign

    Hello Experts,
       I am working on Receiver Webservice scenario where I am facing issue with "<" less than sign. SAP XI system automatically replace it with "&#60;" sign. I can see the changed value in Audit log of communication channel.
    Web service is not able to accept the data and I can see error message in audit log
    SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAPEXCEPTION - soap fault: Server was unable to read request. ---> There is an error in XML document (1, 573). ---> The specified node cannot be inserted as the valid child of this node, because the specified node is the wrong type._
    When I check the payload in audit log I can see the XML structure properly but as I open it in Notepad I can see character code "&#60;" instead of  u201Cless than <u201D symbol.
    Audit log XML file is as given below
    <?xml version="1.0" encoding="utf-8" ?>
    - <ns1:TurnaroundDetail xmlns:ns1="http://isotrak.com/webservices">
      <ns1:sessionid>3f2f2592-39d5-456e-8cf2-5d7ee81402c8</ns1:sessionid>
      <ns1:data><Request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><TurnaroundDetail><PlannedJobDepartureDatesFrom="2011-03-01T12:01:23.00" To="2011-03-01T12:07:10.00"/><DepotReference DepotReference="EASTLEIGH"/><DepotReference DepotReference="CHANDLERS"/></TurnaroundDetail></Request></ns1:data>
      </ns1:TurnaroundDetail>
    When I open it in notepad I can see converted value
    <?xml version='1.0' encoding='utf-8'?>
    <TurnaroundDetail xmlns='http://isotrak.com/webservices'><sessionid>dcc4adcd-ce8f-403d-a1cf-01fcc5aab066</sessionid><data>&#60;Request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">&#60;TurnaroundDetail>&#60;PlannedJobDepartureDatesFrom="2011-03-02T08:28:29.00" To="2011-03-02T08:38:09.00"/>&#60;DepotReference DepotReference="EASTLEIGH"/>&#60;DepotReference DepotReference="CHANDLERS"/>&#60;/TurnaroundDetail>&#60;/Request></data></TurnaroundDetail>
    I hope this is not caused due to AnonymizerBean configured in receiver SOAP comm channel.
    anonymizer.acceptNamespaces   http://isotrak.com/webservices ''
    anonymizer.encoding  ISO-8859-1 (also tried utf-8)
    anonymizer.quote  ''
    Could you please suggest if I can get rid of "&#60;" character and get < less than sign? Or it is obvious behaviour by SAP XI system w.r.t Encoding and Receiver end needs to decode this character?
    Note: As per Web service requirement whole XML data to be processed by webservice is populated in single Data field. As here we are populating whole XML data file in one field named data
    Thanks in advance.
    Vinit.

    Simply typing "Test <test> test" into a frame and exporting that yields
    <ParaStyle:Body>Test \<test\> test
    and reading it back into ID gives the expected result.

  • Issues with less than and grater than condition in prompts in OBIEE 11g,

    Hi all,
    i am facing the prombles with less than grater than conditions in OBIEE 11g.
    i created two date prompts with presentation variables datefrom and dateto
    and i used these prompts in fileters like this using grater than and less than symbol.
    filters are as below:
    lastupdated date is grater than or equal to @{datefrom}{1/1/1950}
    lastupdated date is less than or equal to @{dateto){1/1/1950}
    and created two prompts
    creation datefrom >=
    creation dateto<=
    when i passing the dates 05/12/2004 and 05/12/2005 in prompts after clicking the apply button in OBIEE 11g it feches all the records but i need records between these dates. and one more thing is after clicking apply button the two date fields getting the same date..
    am i do any thing wrong in the above ???
    please let me know friends..
    waiting for ur replyyyyyy..
    Thanks
    Edited by: BI_user on Oct 12, 2011 2:10 AM

    Hi,
    Create date prompts with operator as = not >= (or) <= as you need to save that value in presentation variable and you are filtering report using those variable filters.
    Regards,
    Srikanth

  • Albumart for albums with less than 5 songs?

    So i REALLY would like to see the albumart on albums (for instance EP's, singles) with less than 5 songs. Is there any Terminal line to do this?

    When iTunes does not pick up artwork or the wromg artwork I usually just google image the albume and copy artwork, 500 x 550 is perferred if you want to use jukebox or large image, don't bother with anything under 300 x 300 as it will be blury. Go back into iTunes highlite all the songs on the album, right click and paste into the album art square.

  • Can you install snow leopard on Intel based mac with less than one GB of ra

    As the subject relay I have an Intel mac mini with 750GB of ram? will th einstaller let me install Snow Leopard?

    No, the installer will not let you install Snow Leopard on an Intel Mac with less than 1 GB of RAM. Even if it did, performance would be unacceptable & the OS would probably be unstable.
    If you want to run Snow Leopard you will need to upgrade to at least 1 GB of installed RAM. If you want it to run efficiently, you should install more. Typically, 2 GB will get you most of the benefits of a larger memory space but if your Mac supports more & you want the best possible performance, install the maximum the Mac can handle.

  • Maverick has been completing the update with less than one minute remaining now for well over an hour.  Where do I go from here?

    Maverick has been completing the update with less than one minute remaining now for well over an hour.  Where do I go from here?

    try this
    Reboot device by pressing both the home button and sleep/wake (power) buttons at the same time for 10-15 seconds until the apple logo appears on the screen, then let go.
    if that doesn't work then connect to a computer and try to open the device in itunes

  • I refuse to buy nokia phone with less than 1500 mA...

    I realized this after latest addition of E52 with 1500 mAh battery So far, i have purchased about 30 or so Nokia handsets during past 14 years.
    The battery Life of E52 is just marvelous. simply amazing. Cant imaging how I survived 14 years exclusively using Nokia phones with less than 1500 mAh battery.
    The new touch screen phones like the latest N-800 with HDMI Port has only 1200 mAh battery!!! why not put a 2100 mAh battery on such a beauty? people are going to use the phones more than just making call, this demands more battery power. 1200 mAh battery will last less than a day.... People, expecially myself will be dissapointed in using such a phone with so less battery power.
    Granted these days processors are more efficient, but wont it be good if Nokia puts little more juice to their most beautiful touchscreen handsets?
    Having less battery power is the main reason i have been holding off my purchase of touch screen phones like N900, and now this N-8.
    Please Nokia, please try to put the best in it's class battery for the best in it's class phones.
    Even the iPhone 4G has (1200 mAH) less capacity battery than my E52.
    My E52 goes on and on for weeks together without charging. On heavy usage it easily lasts for 1 full week!... (never been like this for any of the previous nokia phones...) especially the top of the end models like my old N82
    So far, I am very happy with my E52. Wish some thing similar i.e. slim E series comes with touch screen soon.

    Hello kmschmehl-
    I cannot truly express how sorry I am to hear about your total experience with the delivery and subsequent return of this fridge.  It certainly sounds as though Best Buy has put you through the ringer and I can absolutely understand your disappointment and anger with us.
    While it sounds like some aspects of the purchase and delivery were at least adequate, any opportunity that we had to show you why you should purchase from Best Buy went by the wayside.  However, Best Buy is not in the business to provide merely adequate experiences and I am saddened that this is the best we could summon for your purchase.  We are capable of better than what we showed you.
    I’m glad to hear that you have finally been able to get the assistance you needed to get this refund resolved and make you whole again.  In addition, I do hope that you are enjoying the fridge you purchased at Lowe’s.  I certainly wish that it had been a Best Buy fridge in your kitchen instead, but I can understand why you chose to go with another retailer.
    It sounds like the store has you in good hands once your card arrives and I believe that the reason they need the physical card is that the credit card company requires it to be physically scanned for returns.  Hopefully you will not run into any further issues with this refund and it’s my hope that sometime in the future, you might grant us another chance at your business.  I will be sending you a Private Message with some additional details as well.  To check your Private Messages, please log into the forum and click on the envelope in the upper right hand corner.
    Please let us know if you run into any further concerns.
    Sincerely,
    Bill|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

  • HT201269 ive recently got a new iPhone 5s due to my old one breaking, it has been sync'd but has now been showing the black apple loading screen for the last 3 hours with less than a quarter of the bar filled. what do i do?

    ive recently got a new iPhone 5s due to my old one breaking, it has been sync'd but has now been showing the black apple loading screen for the last 3 hours with less than a quarter of the bar filled. what do i do?

    Take it back to where you purchased the device and get another device.

  • Bates Numbering with Less than Six Digits

    Does anyone have any suggestions on getting Acrobat Pro 8 to bates stamp with less than six digits?

    See
    http://blogs.adobe.com/acrolaw/2009/06/can-i-change-the-number-of-digit.html
    I know it works in Adobe 9.

  • Shortcut bar with less than 4 widgets

    Is it possible to have a shortcut bar with less than 4 widgets, is there a blank/empty icon possibility ? I searched around but haven't found and solution so far.
    Thanks.

    you can't have 3 shortcuts as they wouldn't fit properly, but you could try Favourite app from the Ovi store ?
    http://store.ovi.com/content/123045
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • Pix deleted with less than 24hrs notice

    I've really always repped verizon and the motorola driods, i love my X2 as old as it is.. always tell my friends get verizon if you want a good service.
    however this will no longer be the case, personally i highly discourage anyone from getting Verizon service until Verizon addresses thier customer service policies and does something different about thier pix storage.
    I was given less than 24hrs notice before i recieved a cascade of msgs telling me to log into pixplace, my content was deleted.
    Obviously this is an issue, "hindsight" is ALWAYS 20/20.. but fact is, the only pics i had of my son are gone, unrecoverable.
    I'm not the only person this has happened to, there are many stories of the same. There are enough of them that something like this should have been resolved instead of dismissed.
    Verizons customer service has really gone down the tubes, maybe thats legal's fault. Coming here to state my story and feelings has lead me to see threads that have changed my perception of verizon entirely, this saddens me as i always loved my VZ service and internet.
    However, when I read stories like these soldiers being stationed elsewhere or even if people simply move, It shouldnt be such a big deal to end a contract that is in good standing. Verizon used to very much take care of its subscribers, thus, it developed a loyal customer base. However, these types of "weaselry" are going to destroy that same customer base.
    It's not possible to establish trust, faith and pride in a service by claiming to be dependable and friendly, If the company chooses to hide behind ToS, and EULA's while smiling and speaking in a cheerful tone. We deserve the reputation and service that was commercially advertised without the legal fineprint.

    becuse this was supposed to be safer than keeping them on my phone incase something happened to my phone, as i said before brian.. hindsight is always 20/20.. what I am addressing is the fact that they know this system is flawed but continue to use it as an inhouse default solution but can offer no inhouse support... what happened to me was cuz thier automated server vomited out its sms incorrectly, it happens... so i assume when they deleted my pix the msgs all delivered at once. resulting in my loss of data.
    when a tele-comunications service offers you a service, they should be very good at tele-communications. if they store data they should have some form of archiving said data, alternate solution would have been to simply email my pics to me. the vast majority of us that have verizon service also have a default verizon email that came with the service, they could have placed the archive in it.
    point being, theres a better way, and enough of thier customers have had problems with this that they should have already resolved this.. rather than dismissing it... which is what you are doing now.
    make no mistakes, I'm not saying that i shouldnt have had 20 more back-ups, a dna sample, 2 hardcopies in seperate locations etc etc etc. if you read my post instead of trolling it though, you would notice it was about bad service, not just my own experience.... myself and many others have come to this crossroads with verizon, verizon doesnt fix thier end of things though. its not an isolated incident.
    IF disatisfied with a service becuse of substandard service or false or misleading advertisement then a person should be able to terminate said contract just as easily as verizon would refuse you service for not paying.
    can you hear me now? rofl

Maybe you are looking for

  • Issues with OCI connection..

    I've been working on this for over a day, with infinite variations on the theme; but I cannot get a basic query to give back data. I've got the following code: <? $orcl = <<<OUT (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = )(PORT

  • How to view what session is causing heavy load

    Hi, currently I was tasked to view what is wrong with the production server, there's some processing that is causing heavy usage. May I know how should I go about investigating this? thanks more precisely which machine, which sid, what query is causi

  • Accidentally deleted a plugin now all streaming ads on just blink/flash. Help!

    I'm not sure what I was thinking but I literally deleted a plugin. Please help.

  • About Question Pool

    I have some requirement, I have 2 Pool in Question Manager, Each pool having 10 question I need 5 random question. now when we insert randon question captivate have option that from which pool u need to insert that's fine. But is there any way that w

  • Can I make it so Pages "asks me" if I want to save before closing?

    Can I set Pages to ask me if I want to "save" a document before closing it?  AppleWorks always used to ask me first before closing a document I was working on.  Is there a way to get Pages to do this, too?  Thanks.