Blocking all numbers that start with +23

Hello,
I have a big problem, because someone from Nigeria is calling me all the time (i dont know where did they get tnis number!!!). I tried to bock their numbers, but whenever I do that, they just change the number and call again. I think I have bloked over 100 numbers, but they keep calling!
Is there any possiblity to block all numbers that starts with +23?
Tnx

Hi,
You will not be able to do this.
If the material number is fully numeric you can only have leading zeros On or OFF, you cannot store a material number with differeing leading zeros.
If this was a new implementation you could have set the "lexicographical" flag on the material master controls and you could then have whatever leading zeros you wanted, but this flag can ONLY be set BEFORE you add your first material and so you no longer have the option.
If you really MUST have this option then define an external number range for alpha characters and use an alpha character on the end of the number, so for 00456 you would have to create 00456a and train your users to ignore the "a". This is a really bad solution but you have no option of having variable numbers of leading zeros.
Sorry
Steve B

Similar Messages

  • What about numbers that start with Zero

    When I enter numbers that start with Zero (EX: 08794) in a cell, Numbers automatically drops the zero. I WANT THE ZERO. How can I do that. I've tried changing the formula to numerals and automatic. Same thing.

    Numbers starting with zeros are usually "labels" rather than "numbers" used in further calculations. If that's the case with yours, the easiest solution is to set the format of the cells where the 'numbers' will be inserted to Text.
    An alternate, useful only if all of the 'numbers' are the same length (eg. five digit zip codes) is to set a Custom format for the cell(s).
    Use the Cell Format Inspector ("42" button in the Inspector) to apply either of these settings.
    Regards,
    Barry

  • Shows I got text from numbers that start with 000

    Looking at my bill. It shows I got text from 000-008-0153... What would that be from?

        Staying on top of your usage is important, Jeff7777. Normally messages from a 5 or 6 digit short code are special offers from companies. Although I am unable to determine who that short code belongs to, you can opt out of premium messages by texting "Stop" to the shortcode.
    AndreaS_VZW
    Follow us on Twitter @VZWSupport

  • HELP! iPod sorting artists that start with "The" under "T"

    OK, so I synced my iPod classic last night, and now ALL artists that start with "The" are listed alphabetically under "T". Prior to last sync, it had never done this. I didn't change any setting, the only reason for the sync was to add a podcast that had downloaded. It also appears that the sorting feature is no longer ignoring punctuation, because "Weird Al" Yankovic is now alphabetically first, as opposed to under "W" where he was previously. What happened, and how do I get it back to normal?
    Thanks

    Hi, welcome to Apple Discussions.
    It should sort itself out if you reset your iPod, otherwise you will need to do a complete restore. If you are not familiar with those terms take at look at http://www.apple.com/support/ipod/five_rs/classic/
    tt2

  • Copy all the objects from the one system that start with (ZANK)

    hi to all,
    I have installed the name space /ank/ in the US system, we need to copy all the objects from the India system that start with (Zank) and re-create them as /ank/. problem is how can i copy objects and re-create.
    thanks

    Hi Ankal,
    I guess this is your second thread on the same question. Ok provide these information
    >>I have installed the name space /ank/ in the US system,
    Are you saying that you have a machine (US System) and i has a namespace /ank/ ? What all objects are there in this namespace?
    >>we need to copy all the objects from the India system that start with (Zank) and re-create them as /ank/.
    Is the India system on the same US system?
    Also tell me whether you have opened the home page of SAP XI/PI?  If yes , are you able to open Integration Repository? If yes then how these US and India systems are referred in Integration Repository? Are they referred as separate software components?
    Regards
    Suraj

  • How to access a JSON structure key that starts with a number

    I've got an odd issue here.  I'm accessing someone else's JSON structure so I am not able to change it.  The JSON structure keys are named with both characters and numbers like this:
    0
    198456
    product_id
    198456
    1
    Rashaan Houston feat Tony Loreto
    artist
    Rashaan Houston feat Tony Loreto
    So, in other words, there's a key named "0" and a key named "product_id", both of which contain the same key.  Why they did that, I don't know, but they did.
    In one of the instances, the data stored under the text-named key isn't the same as the numerical-named key.  I tried to output the data in the numerical key like this (it's an array of structures):
    #strStompyJSON.data[1].0#
    but I get the following error:
    Invalid CFML construct found on line 41 at column 31.
    ColdFusion was looking at the following text:
    .0
    When I do the following, it works fine:
    #strStompyJSON.data[1].product_id#
    So it looks as though CF doesn't like accessing a variable that starts with a number.  I am able to loop through the structure using a collection loop, and it outputs all of the keys (including the numerical ones) and their values using the following code:
    <cfloop collection="#strStompyJSON.data[1]#" item="key">
    #key#: #strStompyJSON.data[1][key]#<br />
    </cfloop>
    However, that doesn't allow me a way to access specific keys named with a number.  Is there a way that I can specifically access a key that is named with a number?
    thanks!
    Mike

    No problem--glad it worked out.
    As a follow-up to this, I'd encourage you to keep the bracket notation in mind during future development.  It is EXTREMELY useful in a lot of situations.
    For example, if you're building a structure on the fly with dynamic keys, bracket notation is extremely helpful:
         <cfset authors = structnew()>
         <cfloop list="authorlist" index="name">
              <cfset authors[name] = getbooklist(name)>
         </cfloop>
    Also, bracket notation is really nice when creating json from ColdFusion structures.  Consider this:
         <cfset author = structnew()>
         <cfset author.name = "Neil Gaiman">
         <cfset author.genre = "Fantasy">
         <cfset author.awesome = true>
         <cfset authorjson = serializejson(author)>
    By default, the serialized json produced will have all UPPER CASE keys.  Not a big deal in most cases, but if you're returning the json to something (like a JS library) that is expecting keys in a certain case, it can be a problem.  Fortunately, bracket notation allows you to specify exactly what case you want the structure's keys to be in:
         <cfset author = structnew()>
         <cfset author['name'] = "Neil Gaiman">
         <cfset author['Genre'] = "Fantasy">
         <cfset author['AWESOME'] = true>
         <cfset authorjson = serializejson(author)>

  • Four digit numbering system starting with 0001 and not just 1.

    How can I re name and renumber  a file of photos and include a four digit numbering system starting with 0001 and not just 1. I need this so another computer program can keep the images in numerical order
    Now I number a wedding say... Smith_Jones 1 ect up to 659 but a program I use to create albumes scrambles all my photos becasue they say the numerical system has to have 4 digits so Number 1 is really 0001 thus staying in order.  I d ont see how to assign 3 zeros to the front of numbers --- so # 344 would be 0344  LR wants to keep it 344.

    In the Library rename use the following custom settings.

  • What are the weird files that start with ._ that pc users get when I send zips?

    When I send files that I zip using Stuiffit to pc users they get the files plus an equal number of files that start with ._ Does anybody know what these are and how to get rid of them?
    Thanks!
    Karen

    Dot files are invisible files that OS X uses to display positions of files and folders icon for instance when you open a folder.
    That is indeed what a .DS_Store file does, but that's not the ones Bogies is referring to.
    There are various other items that start with a period, such as .Trashes. Every drive gets a trash folder, just as Windows does to each of its drives. While it hides its own trash folders from view, Windows doesn't recognize OS X's version of the trash folder, so you see it.
    But you're likely talking about these. Every file you copy from OS X to a DOS/Windows formatted drive gets a ._ file. The Mac OS has a twin file system; the data fork, and the resource fork. Windows has only a data fork.
    In order for OS X to maintain the resource fork data on a Windows drive, it has to write the resource data as a separate data fork file. So a file named foo.tif will also get a ._foo.tif file on the drive. Mac users don't see them since UNIX automatically hides anything that starts with a period. When you copy the file back to OS X, the data and resource fork info is combined again into a normal Mac file.
    Most of the time, removing these are no big deal. They hold simple data like Type and Creator codes, modification dates, icons, etc. Others, like Mac Type 1 PostScript or Mac legacy TrueType fonts have all of the font data in the resource fork. Delete the ._ files for those types of fonts, and you're left with nothing.

  • There are several items I'd like to remove that are on the line at the top of my page that starts with "Most Visited," and I have been unable to find a way to remove them.

    At the top of the page, between the address of the page I'm on and the tabs that are open is a line that starts with "Most Visited" and also includes Amazon, aBay, Yahoo, etc., all of which I want to keep. But there are also a number of other links that I don't want but can't find a way to delete. I've looked at suggestions til my eyes bugged out of my head, but nothing I've found allows me to get rid of them. Only one of them is something I saved, but it is no longer usable.

    The mouse that came with my Mac does not have a right click feature. When I try to highlight and click, it just opens the link I don't want anymore. What I want to do is remove unwanted links from the top bar. For example, I no longer use GoodSearch or myEarthLink, but I can't delete them. There are also some links that never should have found their way up there, and I don't know how they ended up there, and I can't remove them either. I've read through a ton of questions and answers, and I can't find one that addresses the problem. With my Safari browser, all I have to do to remove an unwanted link is to click and drag it to the trash. It doesn't appear to work that way with Firefox, to my chagrin. I hope this better explains my question. Maybe that will give you a better insight into a solution.

  • How do I get rid of bad email that starts with info @ they jam if opened

    Anybody know how to get rid of bad email that starts with info @ in the address bar? They jam the mail program if opened, now I have 25 that need to go! Help?

    You only need to post once. You have to have some patience. I posted this response in your other question as well.
    Don't open those emails, swipe across them in the preview window to bring up the red delete button and use that.
    If the mail app is frozen and you can't do anything in it, close it from the recents tray and reboot the iPad.
    From your home screen, double tap the home button and the recents tray will appear with all of your recent apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the mail app icon. Tap the home button or anywhere above the task bar.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • HT1338 Problem with MAIL, when select names that start with "E" the mail freeze. Can't fix it.

    Problem with MAIL, when select names that start with "E" the mail freeze. Can't fix it.

    Now I checked the materials that I got from AT&T Yahoo and
    port 25 is used as the outgoing mail port, 110 for incoming.
    This is for the POP type account provided by AT&T, not necessarily for an email account and SMTP server not provided by AT&T.
    Sounds like AT&T blocks using an SMTP server that is outside of their network or not provided by AT&T on Port 25.
    Try the following first.
    Go to Mail > Preferences > Accounts and under the Account Information tab for your .Mac account preferences at the SMTP server selection, select the Server Settings button below for the .Mac SMTP server.
    Enter 587 in place of 25 in the Server Port field and when finished, select OK to save the changed setting.
    If this doesn't work, we will go to plan B.

  • "Safari could open this web site because the OS X can't open webpages that starts with amm"

    I try to install InDesign on my Mac after deleting a lot of programs, including all my adobe programs for some day ago. But when i try to download it just pop up a warning that tells me "Safari could open this web site because the OS X can't open webpages that starts with am

    use a different browser or use the cc desktop app to install your cc apps/trials, Download Adobe Creative Cloud apps | Free Adobe CC trial

  • Australian phone number that starts with 07 54** *...

    Is it possible to get an australian phone number that starts with 07 54** ****?profile.language=en

    Hi,
    I am facing the same issue - has anyone got a resolution to this?
    0319134958|utilm|4|00|Failed to Convert MicroSoft Dial plan: ^(\*7\d{2})
    0319134958|utilm|4|00|Failed to Convert MicroSoft Dial plan: ^01[1-9]\d{7,8}\d{7}))(\D+\d+)?
    0319134958|utilm|4|00|Failed to Convert MicroSoft Dial plan: ^0(45464\d))(\D+\d+)?
    0319134958|utilm|4|00|Failed to Convert MicroSoft Dial plan: ^02[03489]\d{8}\d{7}))(\D+\d+)?
    0319134958|utilm|4|00|Failed to Convert MicroSoft Dial plan: ^0(45464\d))(\D+\d+)?
    0319134958|utilm|4|00|Failed to Convert MicroSoft Dial plan: ^03[0347]\d{8}\d{7}))(\D+\d+)?
    0319134958|utilm|4|00|Failed to Convert MicroSoft Dial plan: ^0(45464\d))(\D+\d+)?
    0319134958|utilm|4|00|Failed to Convert MicroSoft Dial plan: ^05[56]\d{8}\d{7}))(\D+\d+)?
    0319134958|utilm|4|00|Failed to Convert MicroSoft Dial plan: ^0(45464\d))(\D+\d+)?
    0319134958|utilm|4|00|Failed to Convert MicroSoft Dial plan: ^08((4[2-5]\d{7}))(\D+\d+)?
    0319134958|utilm|4|00|Failed to Convert MicroSoft Dial plan: ^0(45464\d))(\D+\d+)?
    0319134958|utilm|4|00|Failed to Convert MicroSoft Dial plan: ^070\d{7}))(\D+\d+)?
    0319134958|utilm|4|00|Failed to Convert MicroSoft Dial plan: ^0(45464\d))(\D+\d+)?
    0319134958|utilm|4|00|Failed to Convert MicroSoft Dial plan: ^(00)?((1[2-9]\d\d[2-9]\d{6})
    0319134958|utilm|4|00|Failed to Convert MicroSoft Dial plan: ^([2-9]\d{6,14}))(\D+\d+)?
    0319134958|utilm|4|00|Failed to Convert MicroSoft Dial plan: ^1([\*\#][\*\#\d]*\#
    0319134958|utilm|4|00|Failed to Convert MicroSoft Dial plan: ^([\*\#][\*\#\d]*\#
    0319134958|utilm|4|00|Failed to Convert MicroSoft Dial plan: ^([\*\#][\*\#\d]*\#
    0319134958|utilm|4|00|Failed to Convert MicroSoft Dial plan: ^([\*\#][\*\#\d]*\#
    0319134958|utilm|4|00|Failed to Convert MicroSoft Dial plan: ^([\*\#][\*\#\d]*\#
    0319134958|utilm|4|00|Failed to Convert all the MicroSoft(Lync) Dial plans
    thanks
    jack

  • I am using Firefox 11 and I am unable to print web pages. I can print PDFs ok. I tried to open the prefs.js file to delete anything that starts with print and I get an error message.

    I cannot print web pages. I've tried the solutions suggested like deleting anything that starts with print in the prefs.js file but I get an error message: Script: c:\users\rick\appdata\roading\mozilla\firefox\profiles\iviwh5c1.default\prefs.js
    line: 1
    Char: 1
    Error: invalid character
    code: 800A03F6
    Source: Microsoft JScript compilation error

    When editing '''prefs.js''' you need to use a simple text editor program. WinXP Notepad messes up the line formatting of prefs.js, so I use Wordpad - but you need to save the edited file in a Text-Only format (Wordpad asks about that when you go to save the edited file). I never used Win7, so I don't know if that version of Notepad messes with the line formatting of prefs.js or not.
    Another thing - make sure '''''"Hide extensions for known file types"''''' is de-delected in Windows file / folder options > view -> advanced settings. Otherwise Windows may add a .txt file extension that you won't be able to see, and that will break that file in Firefox. '''prefs.js.txt''' won't be recognized by Firefox, when is expecting to find '''''prefs.js''''' .

  • Firefox has been crashing a lot lately. All of this started with the 2nd-to-last Firefox update -- I refuse to do the new update because I'll lose an invaluable --to me-- add-on, ljlogin).

    It does happen when I have multiple tabs open, but I generally have a LOT of tabs open so this is not new behavior from my browsing, Firefox is just not handling it anymore. All of this started with the 2nd-to-last Firefox update -- I refuse to do the new update because I'll lose an invaluable --to me-- add-on, ljlogin

    Are you sure the multi-links icon on the bottom bar of your firefox window is enabled (ie not greyed out)?

Maybe you are looking for