How can I get the information on 0800 numbers dial...

The itemised statement of BT landlines does not contain information on 0800 numbers dialled from it. I really need to check a couple of numbers I dialled. How can I get it from BT . Few calls to BT customer services were not productive at all.

Hi and welcome to the forum.
That subject has been brought up before. have a look HERE// at the replies and the response from the forum Mods.
(If I have helped you in any way to say "Thank You" please click on the star next to the message. Thank You)
If I have solved your Issue please click the "Mark as accepted solution" button.

Similar Messages

  • How can I get the information of current BW system id?

    How can I get the information of current BW system id '0TCTSYSID' or 'LOGSYS'?
    thank your attention!

    Transaction SCC4 will give you the current logical system you are connected to (double click on the current client).
    Regards,
    Fred

  • EBS field how can we get the information that on which form this filed is

    we are doing some data mapping activity for datawarehousing if we are given some EBS field how can we get the information that on which form this filed is located is there any good method

    Hi Kapoor,
    please give also others a chance, and excuse that I get up late on vacation ;-)
    Anyway, I'd keep the story creation responder to recognize the copy, then combine it with an observer on the backing xml story to catch the associated XML element which is created there. Something like below:
    UIDRef xmlStoryRef = Utils<IXMLUtils>()->GetBackingStore(doc);
    InterfacePtr<ISubject> subject ( xmlStoryRef,IID_ISUBJECT );
    subject->AttachObserver(observer,IID_IIDXMLELEMENT,observer->GetAttachIID());

  • Plz Help, How can I get the Information from the net conneted machine?

    Suppose Person x has login on the network by using
    dial-up network connection? I want to know that wheather he is on the network and get the data from his machine ?
    Suppose I know his username/Password and phone no
    for dial up...
    Plz, suggest me how can I do this?
    How can get information from that machine?
    Thanks
    Pramod

    Hi,
    I dont know whether I understood your question completely.Anyway,let the users be X and Y and be on diff machines,
    Since X is logging in using a dialup network the ip is allotted dynamically and so, Y cannot know X's ip till he logs in and tell Y about it explicitly. Workaround is that either X's or Y's ip must be constant/static or there should be another way that X know about the ip of Y each time he logs in.
    If X's ip is static, Y can poll certain port at X where u's alpplication is running and if conn. is succ, after some authentication, get the information u want. For writing u'r own services there should be u'r own components at both ends, one requesting connection and other accepting. Please get back to me if more doubts or if I have'nt understood u'r problem fully..
    regards Stallon

  • How can I get the information on the Users history in Enterprise 6.3.1

    Need help on the following. Since I'm an HFM guy and havent touch Enterprise for a while, I need help on the following:
    We want to have a report that indicates the Users history re: date and time users sign in and out of each Hyperion 6.3.1 application.
    Where can I get that information? Was thinking to look in <application>.use file but not able to see it properly using a text editor.

    Enterprise does not have any logs that track login/logout information. You can potentially check the error log for the first activity a user executes for example:
    data refresh or data load, which contain date and time of execution, but it will require some data filtering.

  • How can I get the information to sign in my icloud account

    I cannot get into my icloud account. when the account had been set up the email address is wrong and I can't change it or can I change my apple id email address?

    OS X does not include Norwegian spellchecking yet.  You have to add it yourself.  See these notes for info:
    http://m10lmac.blogspot.com/2011/06/norwegian-spell-check-and-dictionaryapp.html
    http://m10lmac.blogspot.com/2011/06/extra-spell-checking-dictionaries-for.html

  • How can I get the information about my Toshiba hard disk drive.

    I went to genius bar yesterday because some problems with the privies hard disk drive.
    They gave me the toshiba as a replacement.
    I wasn't required to sign any paper after that. Before when I got a replacement iphone or macbook charger, they both asked me to sign a paper. I don't know why this time is different.
    Also I heard that Toshiba hard drive is worse than Samsung's.
    By the way, I didn't erase my documents in previous hard drive, will anyone be able use or read them? Well, I saved many account passwords in that hard drive.

    I think that Apple's using a lot of Toshiba drives these days - that was what was in my MacBook Pro (late 2011) when I bought it (and, one of these days, I'm going to get an enclosure for it and use it).
    I wouldn't worry - Toshiba has a pretty good reputation.
    Clinton

  • Bento on older iPad. How can I get the information from the older Bento to another newer iPad?

    I have an older iPad that I developed some Bento Libraries. I have a newer iPad and iPad Mini. I would like to have the libraries I developed for the older iPad on my new ones. I thought syncing would do it but not so. Any ideas would be appreciated.

    It all depends on what kind of email account you have. IMAP accounts (e.g. Gmail) will sync folders across devices. Exchange accounts will as well. POP3 accounts (e.g. AOL, Comcast, Verizon) will not sync folders. What kind of email account do you have? Consult your email provider if you're not sure. If it's POP3, see if they have an IMAP option.

  • How can I get the Task information..? Remedy for error "-200089"

    Hello,
    I am using PCI-6229 for the application, and VB6 for application development.
    We have a policy to create the tasks and associated channels using Measurement and Automation Explorer.
    I want to know can I retrieve the information of the tasks those are created ..
    When my VB program starts, I use DAQmxLoadTask function to start executing the task, but for this I need to know the TASKNAME. On site if the service engineer accidentally renames the task name, the program stops execution. To avoid this problem, i would like to know how can I get the information about the tasks, such as the tasks those are created, their names, type of channels used (i/ps, o/ps, Analog channels), etc.
    This would help my application to execute without hard coding the task names as well as I can close the tasks if they are running before exiting the application. 
    Also, while developing the application, it happens that the application crashes, and the tasks remain open and running. After I fix the error and execute the program, the application reports the error, "-200089 Task Name specified conflicts with an existing task name". To recover from this error, I need to restart the PC, which is most frustrating and time consuming. If I could know the tasks and task handles those are already created and running, I can safely delete them or continue using them.
    I would appreciate if you could help me in resolving this problem.
    Thank and regards,
    Kunalb

     Hi Kunalb,
     To read the tasks currently configured on the system you can use this function: DAQmxGetSysTasks.  This will return an array of the tasks on the system. In that same section of the DAQmx C Reference Help they talk about obtaining the other parameters you mention.
     Another solution would be to add security to MAX such that only engineers with proper permissions could launch and/or modify the tasks. This can be done with Windows XP in the properties of a file.
     I hope these suggestions help! Have a great weekend.
     Best regards,
     MatthewW
     Applications Engineer
     National Instruments
    Message Edited by Matthew W on 08-10-2007 02:13 PM
    Attachments:
    DAQmxTasks.JPG ‏97 KB

  • My form has been destroyed how do i get the information back

    my form has been destroyed how can i get the information back?

    When you say that your form was destroyed does this mean you no longer see your form in the myforms tab or that the data submitted to the form is missing. If it is missing submissions are they all gone or just some. Any additional information about your for and your submissions would be helpful in figuring out what has happened.
    Andrew

  • My iphone is broken,and i came to store to change a new one today. When I come home, I found I lost my backup and may be mistake is made during before backup.The information in my previous iphone is really important for me? how can I get the backup back?

    my iphone is broken,and i came to store to change a new one today. When I come home, I found I lost my backup and may be mistake is made during before backup.The information in my previous iphone is really important for me? how can I get the backup back?

    If you don't have a backup then the only possible solution is to go back to the store and see if they can get your old phone and create a backup of that. I know very often that Apple employees will wipe the returned iPhones clean before shipping them back to wherever they ship them.
    When you say your old phone was "broken" does this mean it is dead and won't turn on?
    Do you have a Time Machine backup of your computer, or a clone that might have this info on it?
    Other than that I hate to say you may be out of luck. Time Machine and/or a cloning program performed regularily will inevitably save your a** in situations like this.
    Good luck
    PM

  • I have made a burn folder with photos exported from I-photo.  It now shows in information, that the date is created and modified is different from the original digitized date.  How can I get the original date to show in the info from Finder?

    I have made a burn folder with photos exported from I-photo.  It now shows in information, that the date  created and modified is different from the original digitized date.  How can I get the original date to show in the info from Finder?

    The Finder reports File information. The date and time of the photo are in the Photo's Exif metadata. The Finder has no awareness of this. All photos apps on any system do.
    Regards
    TD

  • How can I get the disk information in Solaris 9

    I am new to Solairs9. I use the format utility to list my partitions, but there are many unassigned partitions. I pasted the format response below:
    # format
    AVAILABLE DISK SELECTIONS:
    0. c1t1d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
    /pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w21000011c6413e10,0
    Specify disk (enter its number): 0
    format> partition
    partition> print
    Current partition table (original):
    Total disk cylinders available: 14087 + 2 (reserved cylinders)
    Part Tag Flag Cylinders Size Blocks
    0 root wm 302 - 13482 63.96GB (13181/0/0) 134129856
    1 swap wu 0 - 301 1.47GB (302/0/0) 3073152
    2 backup wm 0 - 14086 68.35GB (14087/0/0) 143349312
    3 unassigned wm 0 0 (0/0/0) 0
    4 unassigned wm 0 0 (0/0/0) 0
    5 unassigned wm 0 0 (0/0/0) 0
    6 unassigned wm 0 0 (0/0/0) 0
    7 home wm 13483 - 14086 2.93GB (604/0/0) 6146304
    The part number from 3 to 6 are unassigned. What does this mean? How much space of these unassigned partitions? How can I mount these unassigned partitions to my local directories?
    Thanks.

    "+How can I get the disk information in Solaris 9+ "
    This was cross-posted to the Solaris 9 forum as well.
    http://forum.java.sun.com/thread.jspa?threadID=5223643

  • I can't change any information for any songs in my library, everything is just greyed out.  How can I get the ability to edit my song information?

    I can't change any information for any songs in my library, everything is just greyed out.  How can I get the ability to edit my song information?

    I found one other way to do it.  I just deleted them all out of my iTunes library. Now I can re-import them from Window's My Music file with the original artists' names intact.
    Thanks for your help, Matt!

  • I synced firefox information to the servers and exchanged my laptop. How can I get the new laptop to sync with my firefox data?

    I want to get my firefox sync data on my laptop. However, I haven't paired this device, I just have my information on the firefox servers under my account. How can I get the sync info on this new laptop?

    If you don't have a 2nd device available which is already setup with your Sync account, pairing can't be done.
    In order to set up a '''new device''' when you can't "pair", you need three things; the user account name ''(email address used)'', the password for the account, and the '''Sync Key'''.
    If you didn't make a copy of the Sync Key as prompted at the end of the Sync set up process, you can't successfully setup a new device and won't be able to recover your data.

Maybe you are looking for