BT HELP PAGE NOT ACCEPTING DATE FORMAT

I AM USING THE  HELP EMAIL CONTACT OPTION AND THE DATE FORMAT IS BEING REJECTED
I HAVE TRIED THREE TIMES WITH THE SAME RESULT
IS THERE AN ERROR ON THIS PAGE?
CAN IT BE CHECKED PLEASE
THANK YOU
TEXT AS ENTERED  
TEST ERROR O4/11/11
CANNOT CARRY OUT SPEEDS AS ERROR MESSAGE
NO FIBRE TO THIS  PREMISES ( FTTP)  HAVE NOT BEEN FOUND AT THIS ADDRESS
4/11/11 HEALTH CHECK  NO WIRELESS SIGNAL DETECTED
CONFLICTING DATA ON TESTING
NOT EXACTLY SURE
TESTED OK 26/10/11  BETA TEST SUCCESSFUL  04/11/11 AFTER WEAK SIGNAL ERROR AS ABOVE
BWEP
Solved!
Go to Solution.

Thank you for this
I have retried and by removing dates from text which inevitably  dilutes the  data ie dates of the problems 
It will only accept the one date in the section  When was the problem first noted
The  accepted format ws as originally posted ie 04/11/11
BWEP

Similar Messages

  • Retrieving acceptable date format

    I'm developing a script using SAP GUI Scripting API,
    There are some fields on user's screen which must be filled with a date.
    For some users, these fields accepts date in MM.DD.YYYY format, while for some others the accepted format is DD.MM.YYYY.
    My question is: How can I know which date format is accepted by a GuiComponent in order to make the correct input?
    Could not find any method or property in any component that could give me a clue.
    (I'm having troubles with decimal values too, once I cannot determine if the separator is a dot or a comma, but I suppose solving the date problem may lead to solving this one too.)
    Thanks in advance.

    Hi Ycarus,
    there are as always several solutions. One of these might look like this:
    For example, is the date entered as follows:: 01.03.2011
    on error resume next
    session.findById("wnd[0]/usr/. . .").text = "31.12.9999"
    if error.number > 0 or error.number < 0 then 
      session.findById("wnd[0]/usr/. . .").text = "03.01.2011"
    else
    session.findById("wnd[0]/usr/. . .").text = "01.03.2011"
    end if
    on error goto 0
    To find out whether a comma or a decimal point to be used as a separator, you could take a similar approach.
    Regards,
    ScriptMan
    Edited by: ScriptMan on Mar 28, 2011 11:10 AM

  • Firefox won't open, says profile may be missing or inaccessable, help pages not helpful

    Firefox won't open at all. I get a "Profile Missing" window saying "it may be missing or inaccessable". This morning my connection quit mid-reset while it said it was going through everything and not to turn it off, since then it refuses to open. I tried everything I could think of. Tonight I managed to open an ancient IE and am here now, tried as much of the "Help Pages" suggestions as the site sent me to (none were what my computer has even though I'm running XP), but nothing fixed the problem. I removed Firefox and then re-installed, twice, it still won't open.
    HELP!

    I can find NO "profiles.ini" file anywhere. When I open the "default library" there are none of the files you say should be there.
    I have tried a whole new download to update, it won't open because there is no profile.
    I tried removing the program and re-downloading, still won't open.
    I am not tech savvy enough to do much of the messing around you are suggesting. I need someone to help!
    Also - this site is about the least "user friendly" site I've had to deal with in ages!
    I should have been able to reply to the email, but you didn't allow that, too.
    I need someone to somehow walk me through what to do. HELP!

  • Jhelp help pages not loading

    Hi all,
    I made a simple jhelp project following Qussay's example and worked well but when I made jar file for the files, the TOC, search, toolbar load well but the help pages [i.e the .html] are not loading. Any help will be appreciated.
    Thanks

    https://jhelp.dev.java.net/servlets/ProjectMailingListList;jsessionid=DBBCC03545A6B2503709DC42FEC08D7A

  • List View does not retain date formats from Excel

    i am using List View control to isplay data. When i scroll the horizontal bar inlist view, the date format changes to numbers. is there were to stop this happening.
    regards
    Chandra

    Hi Chandra,
    Are you getting the values from any live connection or is it static data from the excel file?
    You can also try to goto properties of component and in the appearence tab,select the format of the values as "DATE".
    Incase you are getting the values from the live connection, you can select a different cell which would reference to the data coming from the connection and use it into the components.
    e.g.: if values are coming in cell"A1" then goto some empty cell as B1 and type in"=A1" and use this new cell into the component.
    Let me know if this works.
    Thanks,
    Amit.

  • Mozilla Help Will Not accept 2nd login account

    does Bugzilla require a separate account. When to try my second account and it claimed there was no such account.

    That answers the Bugzilla part of the question. But it still doesn't answer the question why I have to have a second account here (different name, password and e-mail address) because when Mozilla sent a notice to reset the password on the first account, the new password was not accepted and "error" messages came up indicating there was already an account with the account name and e-mail.

  • Page not accepting capitals for name

    Anyone knwo how I can get a page to accept capitals in iWeb 09? All other navigation pages take them, but my FAQ page keeps reverting back to faq.
    Really annoying and looks a little sloppy. Must be a quick fix for this...
    Example: http://www.gpstravelmaps.com
    Thanks, Aaron.

    Vespax wrote:
    Anyone knwo how I can get a page to accept capitals in iWeb 09? All other navigation pages take them, but my FAQ page keeps reverting back to faq.
    Really annoying and looks a little sloppy. Must be a quick fix for this...
    Example: http://www.gpstravelmaps.com
    Thanks, Aaron.
    "faq" notwithstanding, great looking site!
    I too have been bedeviled by this in the opposite direction, trying to make capitals into lower-case letters. So if anyone has cracked the juju of iWeb's capitalization, in either direction, I too would love to know!

  • Up-to-date page not accepting serial number

    I bought a new Mac from the Apple Online Store on 29th June.  It is all registered and showing up as such on the Applecare look-up page.
    When I now go to the Lion up-to-date page to try and retrieve my upgrade, it gives me the error message:
    "Sorry, we can't find the serial number you provided. Please recheck your serial number and enter it again."
    Anybody else seeing this, particularly if you purchased from the Apple Online Store?

    Same here, ordered my MBP online, no dice with the up-to-date page. I did the manual proof of purchase thing the moment it failed. I've been waiting for 2 days and still they haven't verified my purchase . I heard it has something to do with the service being swamped. I thought it would be sorted by now.

  • Page Item with Date format DD-MON-RR - APEX 32

    Hello,
    I am passing date parameter but somehow it is not formatting date properly on calendars.
    For e.g.
    Below is my calendar query
    select distinct count(*) knt, initcap(username) username, to_date(to_char(trunc(timestamp),'DD-MON-RR'),'DD-MON-RR') ts from xrx_master_records
    group by initcap(username), trunc(timestamp)In above query TS is the date column that results in DD-MON-RR format.
    Then I format column on calendar tab as shown below, here is how I am constructing the link.
    <!-- <a href="f?p=&APP_ID.:40:&APP_SESSION.::NO::P40_CAL:#USERNAME#:P40_DAILY_DATE:#TS#"
    style="color:NavyBlue;
    font-weight:bold">#USERNAME#(#KNT#) </a> -->But the issue is - #TS# field shows complete date with time stamp for page item P40_DAILY_DATE. i.e. instead of 21-JUL-10, it shows 21-JUL-2010 12:00:00 AM. That means, it is ignoring calendar query and reads straight from database.
    How can I make sure that P40_DAILY_DATE item receives date in DD-MON-RR format?
    Then, I plan to use P40_DAILY_DATE to connect with the report region by comparing timestamp column from same table with P40_DAILY_DATE.
    Please advice.
    Thanks,
    R

    Sorry but, I am expecting a more productive feedback than this.
    Let me state the obvious that, this forum is the community of SME who are volunteers. It is the precious help they provide with their insight to questions other members have. Due to the simple fact that it is purely a matter of choice whether to reply questions or not, it is perfectly justified that some of questions remain unanswered. I hope you understand this.
    And anyway, what makes you think that those question that remain unanswered on this forum, remain open forever?

  • UIX page not displaying data from VO's

    I have an application where my users log in by passing a username/password to a client method in my application module. The Webusers View Object has a view link to the Customers view object, which has a view link to the Orders view object, which has a view link to the OrdLines view object, like this:
    WebusersView
    --CustomersView via WebCustViewLink
    ----OrdersView via CustOrdViewLink
    ------OrdLinesView via OrdOrdlinesViewLink
    I've run this Application Module through the tester and I can see data via all the View Links.
    I have the following code in my login() script:
    w = getWebusersView();
    w.setWhereClause("login = '" + username + "'");
    w.executeQuery();
    I've stepped through the login() code and it works correctly. If I understand BC4J correctly, then all of the View Links should fire and coordinate the data from Customers, Orders, and OrdLines when this query executes successfully.
    I created a UIX page and did a drag/drop of Orders to the page as a read-only table. I found the Orders table by expanding the Webusers entry in the Data Control palette, then the Customers entry below that, to grab the Orders entry there. I think this means that it will follow the WebCustViewLink to get the Customer that goes with the Webuser, then the CustOrdViewLink to get the Orders for that Customer. Is this correct?
    When I try to run this and display the table, I get no records. I know for a fact that records exist under the Webuser username I've chosen.
    What is wrong? Why doesn't my UIX page display the appropriate Orders based on the Webusers->Customers->Orders view links?

    If there, try removing the $. at the beginning of the binding that gets puts there if you select the item from the pop up list.
    I have a text field that is read only and bound without the $. that was working fine for displaying data. I have a drop down that had the $. and was not saving. I removed the $. and now it is getting saved to the XML. However, it does not display on the next render of the form.

  • Cap 4 Quiz Results page not restoring data properly

    I'm testing a Quiz built in Captivate 4 SCORM 1.2 which allows 5 attempts to achieve a passing score of 100.  If the user fails, exits on the Quiz Results page, and then relaunches (bookmarked back to the Results page), the values displayed (score, number of questions correct, number of attempts) are not correct.  Score is 1 or 4 or a random number, attempts goes back to 1.  I am able to analyze the saved cmi data to see that the correct data has indeed made it to the LMS.  And if the user clicks Retake for another attempt, the Results page will then update and show the correct number of attempts.  So Captivate is reading in the saved number of attempts.  But it seems like Captivate displays the Results page before it has fully retrieved the cmi data.  Has anybody else had this issue?  Any work-arounds?
    Thanks in advance!

    added these into pagdef (A/B)
    Refresh="prepareModel"
    RefreshCondition="${sessionScope.Loans != null &amp;&amp; adfFacesContext.postback == true}" into your <iterator ............../>

  • Pages - turn off date format

    How do I turn off the date feature in Pages?
    Very cumbersome and troublesome. thanks

    roxane,
    "the date feature"?
    What exactly are you referring to?
    Tables, auto-insert, international formatting, what?
    Peter

  • Help mac not transferring data

    I just got my new macbook pro and everytime i try to transfer anything to a USB flash drive the file shows up on my macbook but doesnt show up on other computers. then if i try to erase the file on the macbook it erases it but the amount of memory on the usb drive does not change. Can anyone help me ?

    Welcome to Apple Discussions
    Most USB Flash drives come pre-formatted for Windows not Mac, have you erased it and formatted it with Disc Utility before doing this ?
    This article might be helpful: http://www.macworld.com/article/140716/2009/05/formatflashdrive.html

  • How can we find apple password when it can't send email through and will not accept date of birth given before accessing security questions?

    how can we find an apple id password when email links aren't working and date of birth is shown as incorrect when entered prior to reaching the security questions?

    You are out of luck, then. You cannot track it, Apple cannot help you (btw, this is not Apple here.) You can't set up Find My Phone after the iPad is gone.
    Notify the police. Change all your passwords. Buy a new iPad.
    Perhaps your insurance will cover the loss for you, so speak with your insurance agent.

  • Help in converting to Date format

    i have a string in following format and i need to convert this into MMDDYYYY format.
    can you please help is there any function i can use?
    input string values
    1/1/07 -- > 01012007
    12/1/07 ---> 12012007
    1/12/07 --> 01122007
    12/12/07 --> 12122007

    Im not sure if the format-dateTime fails on a string which is a valid dateTime-format.
    But you could try the next :
    xp20:format-dateTime(yourstringinhere,'MMDDRRRR')

Maybe you are looking for

  • Can't get Sub-forms to Display in Right order

    Hello there I have a strange issue with the positioning of a series of sub-forms using Designer 8.2.1.3144. I have the following (schematic) structure (Top Level Sub-form) Sub-form 1 Label 1.1 Label 1.2 Sub-form 2 Sub-form 2.1 Test 2.1.1 Label 2.1.2

  • The Black Apple Campaign...show your support

    *The Black Apple Campaign* If you are upset with how Apple has handled this entire iPhone price drop please show your support by placing a black Apple in your signatures, MySpace, Facebook, etc. Spread the word! (Sample: http://www.sanctuary93.com/jl

  • Best Practices for Payroll Conversions

    Hi All We are currently trying to do data conversion at a client with 100,000 + Employees. We are trying load the tables T558B - Payroll Periods T558C - Payroll Account Transfer: Old Wage Types T5U8C - Transfer external payroll results (USA) for all

  • ISight powers up for 3 seconds then dies on plug-in.  Help!

    My iSight worked great for several months on my G4 Dual processor. Unfortunately, my G4 was problematic from day one and the firewire ports were always hit and miss (i.e. my Epson 2450 scanner would not be recognized on Firewire... and eventually my

  • Maverick 10.9.5 Software Update not being listed for clients

    I have Software Update and Caching enabled on an OSX 10.9.5 machine. It has downloaded the 10.9.5 update, but when I run software update on our client computers, the update isn't being shown. I'm feeling like none of the updates are being shown, not