Text changed to Capital letters in SM30

Hi Folks,
I've made an update view. But i'm having a problem, because whenever I enter some text in a description field, and save the row through the sm30, he changes it to capital letters and I wan't it to maintain the text exactly as the user entered it.
Am I missing something when declaring the update view?
Thanks in advice for your help.
Regards,
Gilberto Li

You need to set the indicator "Lower case" at the domain of that field.
You need go again regenrate the Table maintaianace to make this effective.
Regards,
Naimesh Patel

Similar Messages

  • Spell Checking Text with All Capital Letters

    Is it possible to change a spell check option in Adobe, like you can in MS Word, to include words in all capital letters? we have thousnads of documents that require all text to be all capitals and spend an appreciable amount of time spell checking by copying to MS Word to discover errors. No one I've talked to seems to have an answer.

    As I understand it the spell check in Acrobat is for text in annotations only.
    It does not check PDF page content..
    Such content needs to be spell/grammer checked before converting to PDF.
    Be well...

  • User input changes to capital letters after submit

    Hi,
    I have a button which saves the pdf form in portal.For some reason it is changing all my user inputs to capital letters.
    I have used pdfsource to store the pdf .
    I have used pdfsource and changed it to binary format
    SCMS_XSTRING_TO_BINARY
    and then used this binary table and saved the same using following FM.
    CFX_API_DOC_DOCUMENT_WRITE
    Is there anything i can do using javscript to make the inputs to remain the same after clicks the submit button and saves the form.?
    rgds
    vara
    Edited by: Vara K on Oct 2, 2009 7:51 PM

    You need to set the indicator "Lower case" at the domain of that field.
    You need go again regenrate the Table maintaianace to make this effective.
    Regards,
    Naimesh Patel

  • Why capital letters change in lower after copying them from a PDF document, or otherwise, why some uppercase are in fact lowercase when I look in the Text Property in any PDF Reader.

    Why capital letters change in lower after copying them from a PDF document (Made by InDesign), or otherwise, why some uppercase are in fact lowercase when I look in the Text Property in any PDF Reader.

    your home page to get into your Web site should be index.html (for Mac) or index.htm  (on PC)
    You can name it something other than index, but will be harder to find.  when you create the subjects and link to them, they can can be named anything with the html extension  Or if your using PHP end in .php. There is a Microsoft type asp or aspx but your hosting service has to set up using windows server system.
    My hosting service use a Linux server normally but can convert Windows for a Fee.  UNIX Linux has no concept of asp or aspx.
    See this : https://skitch.com/pjonescet/8mnnx/dreamweaver

  • Small letters -capital letters change in Flash CS5

    hi,
    How to change the small letters to capital letters in flashCS5. Please any one tell the solution.
    thgs,

    you might have to explain exactly what you are trying a bit more
    you can use the String's toUpperCase() function.
    so if you have a textfield for example
    myTextField.text = myTextField.text.toUpperCase();
    if you want to force small letters to capitals as a user types in a textfield then you would need to add an event listener listening for teh change event and use the above code.
    if you are after something else explain in more detail please

  • Text in capital letters only

    Hi all
    When I try to add text to a picture in my photoshop elements, then it only writes with capital letters.
    I guess I might have pushed some botton somewhere, but I can't find it.
    Anyone knows how to solve this?
    And before you think my caps is locked.. then no ;-)
    greetings from Sweden
    Christina

    As I have never used PSE, I am not sure if it has something like the Character Palette (probably similar, as the Options Bar above, seems similar), but in PS, there is a setting for All Caps in the Character Palette. That is where one could easily change things to Initial Caps, if that is what is desired.
    What happens is that one Opens an image, where All Caps was used, and then does some editing of Text. A good, and common, example of this is with many DVD Menus. The All Caps is a "sticky," and if used for that first Image, will "hang around," when the next Image is Opened. Often, the user is totally unaware that this change has been made - until they start typing and they are not getting what they desire. A simple reset takes care of it.
    Here's a look at PS CS2's Character Palette, w/ the All Caps icon active.
    I'm surprised that the PSE forum sent you here, as Barb_O and the rest are usually very quick to help with PSE issues.
    Good luck, and sorry that I cannot point you directly to a Character Palette in PSE, but I think that you have your answer above.
    Hunt

  • TS1314 Dear all, greetings, I did not mean to offend anyone by typing all my texts in capital letters, I am just used to it and at my age (63) it is better and easier for my eyes to type all the texts in my messages in capital letters.I do apologize about

    Dear all, greetings, I did not mean to offend anyone by typing all my texts in capital letters, I am just used to it and at my age (63) it is better and easier for my eyes to type all the texts in my messages in capital letters.I do apologize about it all. I can assure you that I do respect all of you more that you maight me thinking of. i have the same difficulties in typing in small letters like yours in reading texts in CAPITAL letters.......tant pis, c' est la vie
    For web and computing experts I would like to remind them that all the peoples nowadays have the same needs (or hobbies if you wish) regarding the electronic devices, web, compouters, softwares and that sort of thing.
    If I WERE not to have technical support because of my prefiously used capital letters in me text messages, I have to confess that next time I will be more carefull about the devices producers........ I live and always learn (SOCRATES, girasko, aei didaskomenos)
    Two questions
    1. I noticed on the you tube videos about the new ipad that the main icons are more than mine (i.e. the icon of facebook and a number or others are missing)
    2. I would like to ask you to do me a favour, thanks for your patiene. Still I have not understood how (in which way, the pictures, transfered from my system or new taken by the ipad camera are uploaded directly to the FaceBook. I suppose that I will not have the same difficulties regarding the videos to both Facebook AND YoutTube. Thanks a lot for your patience with me, from now on I will be more carefull about posting messages to you referring to technical support
    Constantinos
    Athens, Greece

    Some of the apps shown in adverts / videos have been downloaded from the App Store, they don't come pre-installed e.g. the Facebook app is a free download the app store : 'official' Facebook app.
    To upload photos to Facebook you can use the above app - you can't, for example, use Safari on the iPad to upload content to sites.
    Not sure whether any apps allow you to upload videos to YouTube (I don't use the site).

  • Changing the small letters to capital letters

    Hai,
    Experts,
      I retrieved the data from ADRC table into the Smartform. Then it displayed the data in small letters. How should i Change that Data in Capital letters.
    Thanks & Regards,
    Rathnam.

    Hi..
    use translate stmt..
    <b>translate <fld > to UPPERCASE</b>.
    The TRANSLATE statement converts characters into upper or lower case, or uses substitution rules to convert all occurrences of one character to another character.
    Converting to Upper or Lower Case
    TRANSLATE <c> TO UPPER CASE.
    TRANSLATE <c> TO LOWER CASE.
    These statements convert all lower case letters in the field <c> to upper case or vice versa.
    Substituting Characters
    TRANSLATE <c> USING <r>.
    This statement replaces all characters in field <c> according to the substitution rule stored in field <r> . <r> contains pairs of letters, where the first letter of each pair is replaced by the second letter. <r> can be a variable.
    For more variants of the TRANSLATE statement with more complex substitution rules, see the keyword documentation in the ABAP Editor.
    DATA: T(10) VALUE 'AbCdEfGhIj',
    STRING LIKE T,
    RULE(20) VALUE 'AxbXCydYEzfZ'.
    STRING = T.
    WRITE STRING.
    TRANSLATE STRING TO UPPER CASE.
    WRITE / STRING.
    STRING = T.
    TRANSLATE STRING TO LOWER CASE.
    WRITE / STRING.
    STRING = T.
    TRANSLATE STRING USING RULE.
    WRITE / STRING.

  • My text tool is all in capital letters even though caps lock is off.

    My text tool is all in capital letters even though the caps lock button is off. Also I cannot click on the set fond style button. What seems to be the problem?

    Hi Neale --
    I am having the exact same issue, and it's a problem with any & all fonts I've tried. Of course, my keyboard's CAPS LOCK feature is OFF -- and I've tried many different font styles, nearly all of which allow for standard, non-ALL-CAPS usage.
    I'm intending to use Century Gothic for the work I'm doing right now, but it's been an ongoing issue for at least a few weeks -- but I know I never had an issue with this before recently.  (Note that I typically don't use or need the text tool for most of the photo editing work that I do w/PSE, so I'm not sure how long this has been an issue.)
    In addition, I would like to access other font-setting-related features, like kerning, character spacing, small caps, & other adjustments, etc. -- but I don't see ANYWHERE within the program (or on this forum...or online) how to adjust these relatively standard settings.
    Please help

  • Table entries only with capital letters

    Hi
    I have created a table with some entries.One of these is type char length 65.My problem appears when i try to add entries to my table in this field,it will automatically transform them in capital letters.Even if i write with small letters,when saving,it will save my text with capital letters.How can i change this?
    thank you.

    Hi Seba,
    Make below change in the DOMAIN for that field
    Domain
    Defination Tab
    Tick Lower Case Checkbox of Output Characteristics..
    Use
    When this attribute is activated, you can enter both upper and lower
    case letters; conversion to upper case does not then take place. Use of
    this attribute only makes sense with character formats.
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7
    ilesh Nandaniya

  • How to convert capital letters to non-capital letters?

    Does anyone know how to do this? Currently, I have a small Widget in Dashboard that I found that does this perfectly, however, its too annoying to have to convert it and then copy & paste it into a Text application (ie. Page or Word).
    I was hoping, no let me rephrase, dreaming that Pages could do so, but I don't think it does; so I was hoping someone can tell me if they know of any programs that I can use that does just that.
    Some great features that I would like, but not necessary, is:
    1) that it allows you to export directly into any applicaiton (ie, Pages or Word)
    2) the ability to convert from non-capital letters (sentences, paragraphs and even pages in bulk) to capital letters.
    Anyone? I would appreciate any feedback, good or bad. Thanks!

    Hi DennisG
    This initially seemed odd to me too.
    I think it is because Pages retains the original Unicode character and regards capitalization as a formatting change - not a change to the character code itself. To illustrate, type the sentence "Dinner is booked for Dennis and Ian on Friday afternoon at 1pm." into Pages. You will notice that as you toggle between All Caps and None for the Capitalization setting, the appropriate case is preserved for things like proper nouns and the start of the sentence. Not a big deal for one sentence but imagine you had hundreds or thousands of sentences that you wanted in the same style and wished to experiment with presenting them in capitals!
    Pages isn't alone in doing this. Microsoft Word on Windows behaves the same way if you select the All caps check box in the Font dialog. Word provides a separate Change Case ... menu option that seems to permanently convert the actual characters instead of their appearance.
    I think it would be useful for Pages to have a similar feature and suggest that Vito submits feedback in the normal manner.
    iMac 17" Flat Panel (OS X 10.4.8)    

  • Script to replace small caps that are typed as capital letters with non-capital letters (A = a, B = b, etc...)

    I'm looking for a way to replace small caps that are typed as capitals by their normal equivalent.
    I've got a text that contains a lot of names which should all be set in small caps.
    In fact they are, but because capital letters are used for first letters they don't scale.
    Short: I would like to be able to look for A, B, C... (in small caps) and replace them with (a, b, c...) in small caps in one go.
    (compare two arrays?? -> is this possible in indesign scripting)

    Hi,
    Actually, it works only with OpenType fonts and - in this case - can be managed by UI find...change feature.
    With other type of font we need a real change of contents (another keyboard hit).
    It could be done with this code (activeDocument is a target):
    -- works for Open Type as well --
    // For Latin Basic (ASCII from 65 to 90)
    // changes a "cap" letter to a "small" letter
    // if Capitalization.SMALL_CAPS is applied to
    app.findGrepPreferences = app.findGrepPreferences = null;
    app.findGrepPreferences.findWhat = "\\u";
    app.findGrepPreferences.capitalization = Capitalization.SMALL_CAPS;
    var
      mSTART = 65, // ASCII number for "A"
      Mstart = 97, // ASCII number for "a"
      mDiff = 0,
      mTarget = app.activeDocument,
      mFound = mTarget.findGrep(),
      len = mFound.length, cString;
    while (len-->0) {
      cString = mFound[len].contents;
      mDiff = cString.charCodeAt(0) - mSTART;
      if (mDiff > -1 && mDiff < 26)
      mFound[len].contents = String.fromCharCode( Mstart + mDiff );
    app.findGrepPreferences = app.findGrepPreferences = null;
    Jarek

  • AD accounts find users with all capital letters

    Hello ,
    I am a noob , am searching online but can't find exactly what i need.
    So am posting here in hope some one will help me. :)
    I what to make a short powershell script that finds all users with capital letters from the second letter on.
    Example
    first name = Bob last name =Red    corect
    first name = BOB last name =RED  wrong
    i want to extract all the wrong names with capital letters in text file
    So my question is that possible and how can i do it in server 2008 r2.
    Thanks in Advance for any answers

    This is obviously not an Exchange question, but a PowerShell question.  You should probably post it in the scripting forums for completeness.
    That being said, you can try using -cmatch against a regex.  I used  -cmatch '[A-Za-z]+[A-Z]+' to test a name with later capital letters, and it appeared to work.
    [PS] C:\Scripts> "Willard" -cmatch '[A-Za-z]+[A-Z]+'
    False
    [PS] C:\Scripts> "WILLARD" -cmatch '[A-Za-z]+[A-Z]+'
    True
    [PS] C:\Scripts> "WillARD" -cmatch '[A-Za-z]+[A-Z]+'
    True
    [PS] C:\Scripts> "WillarD" -cmatch '[A-Za-z]+[A-Z]+'
    True
    [PS] C:\Scripts> "WiLlArD" -cmatch '[A-Za-z]+[A-Z]+'
    True
    So for your test, and using the Exchange commands (you can change them to the Windows 2008 AD commands), you'd run:
    Get-User | ? { $_.DisplayName -cmatch '[A-Za-z]+[A-Z]+' }

  • Change in capital to Lower while extracting contents

    While extracting contents from PDF Capital Letters are changed to small and a tab space is created between some words . Can you please suggest me how this can be solved. Thank  you in advance.

    That file isn't faulty. Just was created incorectly.
    Capital text was created by using wrong function in InDesign.
    Here you can find more info about it
    http://blog.idrsolutions.com/2012/04/understanding-the-pdf-file-format-actualtext/
    Regards
    Bartek

  • My published Captivate 4 project has the tops of capital letters cut off

    I am using Captivate 4, on Windows 7.  My screen resolution is 1680x1050.
    When I publish my Captivate 4 project to Flash 9 HTML and view the published version, the tops of Capital letters are cut off in the text boxes.  I have resized and expanded the text boxes, and even tried moving them around, but no improvement.
    The font size in the text boxes is Arial 16, and Arial 12.
    What can I adjust so the text displays properly when published and the tops of the letters are not cut off?

    Hi there
    At any point along the way have you checked the DPI settings on your machine?
    Click Start > Run, type Desk.cpl into the dialog and press Enter
    Click the Settings tab
    Click the Advanced button
    Click the General tab (It's likely already there)
    Examine the DPI setting.
    Sometimes the DPI is set to something like 120 and it causes issues with captions. Setting to 96 often cures that.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

Maybe you are looking for

  • How to Remove the /Div in a Multi-line Field when reporting in Excel, getting

    I am uisng Excel Services to extract data from PS2013.  And the Multi-line text fields include the </Div> syntax.  I have looked at a lot of the links regarding how to do this.  I have even borrowed code that was on someones blog.  When I try and use

  • Error 4450 and error 4280

    Ok this is bad, I am new to ITunes I purchased a bunch of songs and transfered them to my Ipod fine, then I burned them to 3 cd's no problem. Saturday I wen to record an audio cd with 100 dollars worth of new songs and I got error 4450 out of my I/O

  • Validation check to see if Record already in database

    I want a validation rule that will eliminate duplicate records in the database. So I want to check to see if the Account number already exists in the database. I would check this when the CREATE button is pushed. Help with the query would be most app

  • Help with Video Loop

    Hi I've been at this for over 24 hours. I have a small video clip which is embedded in DW and uploaded... http://www.forpetsake.ca/about2.html Originally I purchased this ,mov from istockphoto.com and used QT pro to convert into a .flv. Once converte

  • Using Photos in iPhoto

    Hi - When I use photos in iPhoto (meaning I post them to a blog, develop them, send them, etc) - I currently drag them from iPhoto to the desktop, where I can then find them (when I click "load file," etc). Am I doing this in the designed way? How el