HELP Setting Max Characters? Designer 7.0

I don't know if this is possible but for text boxes, instead of checking/setting the "Limit Length" "Max Chars: xxx", I want to limit the text to the size of the text box, not by the number of charcters. Help please...

It is right underneeth  "Limit Length" "Max Chars: xxx" check box in Object pallet>>>>Field tab.
Hope that helps.....

Similar Messages

  • Search set of Characters in String in mapping

    Hello All,
    I want to search for a set of characters in a string and I want to do this in mapping.
    Can anyone help me in resolving this?
    Example:-
    String = "SAP PI is an Integration Tool"
    Search = "an Integ"
    OR
    just search for "an Integ" in the String.
    The String length can always change and the position of "an Integ" can also change.
    Please help!
    Thanks for your help and time,
    Abhi
    Edited by: Abhi_1516 on Nov 19, 2009 7:08 PM

    Thanks Sunil, for your quick response.
    I tried using that, but it's returning the index of the first occurrance of the Sub String and not "-1" as you have described.
    I am trying to write an UDF and I am getting syntax error ... where I am doing wrong?
    +int ind = (param2 + 7);+
    String str1 = param1.substring(param2,ind);
    String flag;
    if ( (str1.equals("an Integ")) )
    +     flag = "a";+
    else
    +     flag = "b";+
    return (flag);
    param1 and param2 are input parameter in the UDF.
    THanks for your help,
    Abhi
    Edited by: Abhi_1516 on Nov 19, 2009 7:35 PM

  • Setting max bean pool size in MDB

    Hi,
    I need to set the max bean pool size for my MDB to 1. This MDB is a part of my application and is packaged in an ear.
    I tried to set it with the following annotation -
    import javax.ejb.*;
    @MessageDriven
    (mappedName = "MyQueue",
    name = "MyMDB",
    activationConfig = {
    @ActivationConfigProperty(propertyName="maxBeansInFreePool",
    propertyValue="1"),
    @ActivationConfigProperty(propertyName="initialBeansInFreePool",
    propertyValue="1"),
    @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue")
    However, this does not seem to work since I see the Current pool count on the WLS console as 3 after processing is done.
    After looking at various posts in this forum, I also tried it with weblogic ejbgen as follows-
    import weblogic.ejbgen.*;
    @MessageDriven(ejbName = "MyMDB",
    destinationType = "javax.jms.Queue",
    initialBeansInFreePool = "1",
    maxBeansInFreePool = "1",
    destinationJndiName = "MyQueue")
    However, with this the MDB did not get deployed in WLS.
    I am using Weblogic 10.3 / EJB 3.0.
    Any help on this is greatly appreciated.
    Thanks
    Meera

    As far as I know, it currently isn't possible to set max-beans-in-free-pool via annotations. You can use a deployment plan (configurable from console and/or follow the link supplied by atheek1).
    I think you can also automatically generate descriptors based on javadoc text via ejb-gen, I'm not quite sure if this tooling can work in conjunction with EJB 3.0 annotations. See http://download.oracle.com/docs/cd/E12840_01/wls/docs103/ejb/EJBGen_reference.html
    Tom

  • Creating a set of characters

    This seems simple, but it is really bothering me because it is not working. How do I make a simple set of characters. For example: I would like to make a set called "operators" and i would like it to include '-', '+', '*', '%', etc. I will also have a set of "digits" which would be '0' - '9'.
    That way, when analyzing a string, I will be able to pick apart each character and figure out which set it belongs to.
    Any help would be greatly appreciated.

    Something like this might do it (if I'm reading your question correctly)
    class CharacterSet
      public static void main(String args[])
        String operators = "%+-*/";
        String numbers = "0123456789";
        String letters = "abcdefghijklmnopqrstuvwxyz";
        String capitals = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
        String test = "A+ 4 u";  
        for(int i = 0; i < test.length(); i++)
          if(operators.indexOf(test.charAt(i)) > -1) System.out.println("operator");
          else if(numbers.indexOf(test.charAt(i)) > -1) System.out.println("number");
          else if(letters.indexOf(test.charAt(i)) > -1) System.out.println("letter");
          else if(capitals.indexOf(test.charAt(i)) > -1) System.out.println("capital");
        System.exit(0);
    }

  • Can PowerShell allow the key F9 to generate a set of characters anytime it is pressed ?

    can a PowerShell scriot be installed that allows the key F9 to generate a set of characters anytime it is pressed ?

    Hi Larry,
    Do you mean it will display a set of characters in powershell form when the key F9 is pressed?
    To create shorcut keys in powershell, and execute pre-existing operation when press the shortcut key, this module may be helpful for you:
    http://pseventing.codeplex.com/releases/view/66587
    And the samples below is for your reference:
    import-module pseventingplus
    # kill all jobs
    register-hotkeyevent "ctrl+shift+j" -action { get-job | stop-job -verbose }
    Refer to:
    Use CTRL + D to exit and CTRL + L to cls in Powershell console
    If there is anything else regarding this issue, please feel free to post back.
    If you have any feedback on our support, please
    click here.
    Best Regards,
    Anna Wang
    TechNet Community Support

  • How to set max width of JTextArea?

    Hi...
    I have a JTextArea defined as:
    JTextArea frHrArea = new JTextArea(1,3);
    The TextArea expands if i type in more than three characters! How can i stop the Test Area from exanding? is there any way using the number of columns or something instead of using setMaximumSize?
    Also how can i ensure that not more than two characters can be typed?
    Any help would be appreciated...

    Firstly, you'd be better using a JTextField here if you only have one row.
    Secondly, you limit the number of characters which can be entered by creating a class which subclasses Document. Override the insertString method to check if the max characters have been entered already.
    Use the setDocument() method of JTextField.
    Try and search on this topic and I'm sure you'll find lots of answers.

  • What is the max characters  memo field can hold on crystal Xi?

    Post Author: chulheekim
    CA Forum: General
    Can anyone help me with memo field that I have on crystal XI?
    I see only about 200 characters on a memo field.
    what is the max characters  memo field can hold on crystal XI?
    I've got to bring this answer to the meeting tomorrow morning. I'm doomed.

    Hi Umesh,
    as for as i know SAP PO system can handle the file till GB also but this will be based upon your system resources and configuration as well.
    Please find the below link for further information.
    http://scn.sap.com/community/pi-and-soa-middleware/blog/2010/10/18/pixi-pi-73-processing-of-large-files--teaser
    Regards,
    Naveen

  • Help with Print Layout Designer

    Hi all,
    I'm not sure if I should post this here or not, I already posted it in the Business One Forum.  Moderator(s)  if this is not the proper place please delete it and let me know that it is not the appropriate venue.
    I need some help with Print Layout Designer.  I am running 2005A SP01, and my customer wants a modification to the Sales Backorder Report.  They want to add the column "In Stock" to both the report as displayed on the screen and the printed document.  The report rendered to the screen has the In Stock, but it is not checked as visible.  I check it and In Stock shows up as designed.  The part I am having problems with is the printed document. I opened the PLD from the Backorder Report, and saved it under a different name.  I resized some of the columns in the repetitive area (header and data) to make room for the In Stock column.  I CAN add the text field Instock as free text and enter "In Stock" as the content.  I looked at the "backorder" column in the PLD, and it is a text field with the source System Variable and the variable is 109.  I would assume that all I need to do in my added column is to set the source to System Variable and enter the variable number.  That is the problem; I can't find the variable number for that column.  I looked on the report rendered to the screen with system information on and the variable is "3 #000027825,OnHand".  I looked at the Back Order column of the report rendered to the screen and the variable is "3 #000028725,OpenCreQty".  I found a spreadsheet that is supposed to contain a list of system variables for 2007A, but the document type for this report is BRDR and that document type does not appear in the list of document types in that spreadsheet.  I looked for a similar spreadsheet for 2005A SP01 but didn't find one.  I DID find a document "How To Customize Printing Templates with the Print Layout Designer".  According to that document, I should be able to get the system variable from the report rendered to the screen with System Information turned on.  Can anyone help?
    TIA,
    Steve

    I haven't dealt with this before so I can't be certain, but here are my thoughts.
    The Backordered Qty is probably a calculated field, so that's why it's a system variable. The In Stock is a defined field, so you probably can use the file and field number, OITM, OnHand. I would look at maybe the stock number or description to see how those are setup on the form instead of the backordered qty field.

  • How to set naming standard that sets max number of words in column name?

    Hi all,
    Is it possible to set naming standard that sets max number of words in colum (or table) name?
    I was looking video (1:08min)
    http://download.oracle.com/otn_hosted_doc/sqldev/UserDefinedDesignRules/UserDefinedDesignRules.html
    And here you can see how rule is triggered.
    "...Name has 2 words; Max permitted - 1".
    Thanks a lot

    Hi,
    you need to create glossary and set it in naming standards for your design.
    This document is still valid - http://www.oracle.com/technetwork/developer-tools/datamodeler/datamodelernamingstandards-167685.pdf
    Naming standard settings are located :
    - DM 3.x - "Preferences>Data Modeler>Naming Standard"
    - DM 4.0 - Design dialog>Settings>Naming Standard
    If you want only check on number of words then glossary can be empty and you can set "Incomplete modifiers" option in that glossary.
    Philip

  • Replacing a set of characters from a string in oracle sql query

    I want to replace a set of characters ( ~    !     @    #     $     %     ^     *     /     \     +    :    ;    |     <     >     ?    _  ,) from a STRING in sql
    select 'TESTING ! ABC 123 #'
    FROM DUAL;
    What is the best way to do it? Please provide examples also.

    What is your expected output... The query I posted just removes them, it never replaces them with spaces..your string already has space.. if you want to remove space as well .. try this...
    SELECT TRANSLATE ('TESTING ! ABC 123 #', '-~!@#$%^*/\+:;|<>?_, ', ' ') FROM DUAL;
    Output:
    --TESTINGABC123
    Else post your expected output..
    Cheers,
    Manik.

  • Help setting up BTinternet email with Apple Mail

    Hello everyone,
    I need help setting up a btinternet email account with Apple's Mail sofware. I am setting it up on behalf of my aunt and uncles new macbook pro so I hope i get some solutions quick because Im leaving their place by the end of the weekend and I would love to have their email setup and teach them how to use it. 
    They have 2 btinternet email accounts, the first one they use alot as its their main email account which is currently setup on MS Outlook on their old computer. The secound one they use rarely and its not setup on MS Outlook. 
    Heres the problem, when I setup their main email account with apple mail, I have no problem creating the account however once created the inbox is empty - it does not load previous emails. It can send emails fine, if i send an email to the account using my personal email it will receive it but when I switch off the computer and switch it back on the mail box is empty. So I checked the email account by going to yahoo.co.uk and signing in - again even on the web page the mail box is empty.
    I then setup the second btinternet  email account on Apple Mail shockingly this works perfectly all the old emails got loaded up in mail. So how do I do this for the main account, I know the difference is Outlook mail but I rather not delete that because if it doesnt work then they would lose all their old emails.
    Please help
    Thanks in advance
    PS: ive setup my hotmail and yahoo accounts and they all work fine by the way

    Please guys give me something or any random ideas u may have. im running out of time.

  • HOW TO?: Need help setting up 3 different iCloud accounts for my kids (so each has own iMessanger)using same Apple ID (mine) ....they don't have their own separate email addresses to work from...how do I do this?

    Need help setting up 3 different iCloud accounts for my kids (so each has own iMessanger)using same Apple ID (mine) ....they don't have their own separate email addresses to work from...how do I do this?

    Any devices connected to the same icloud account can sync all the data on that account.  For this reason an icloud account is really for a single user.
    On a mac, if each user has their own account, then the itunes for that mac account should be set up to connect to that user's icloud account (System preferences>icloud).

  • Help setting up my new IPod Touch on iTunes on windows 7 64bit

    Hello there,
    I need help setting up my new IPod Touch to my Itunes 10 application on a PC running windows 7 64bit. I have watched the tutorial on how to do it but what the tutorial says it is supposed to do is not what is happenning for me:
    1. In the tutorial it tells you to connect your ipod to your computer, then, (if it is for the first time) when the ipod appears and is selected, a window will come up allowing you to name your ipod, and begin selecting the options you wish to use.
    I did as instructed but quickly came against some technical issues.
    My issues:
    1-1: When I selected the new iPod Touch for the dirst time I got an error message.
    A) This was quickly fixed once I calld up apple support on the phone (turns out an IE browser setting was blocking it.)
    1-2: With that fixed I selected my iPod Touch again but instead of the window indicated by the tutorial, I instead got an iPod registration form window.
    1-3: I filled out the form and pressed the submit button (thinking everything was fine), then a new window came up that looks like this:
    Free Find My iPhone
    Free Find My iPad
    Free Find My iPod touch
    Set up Find My iPhone for free so you can locate your device if you lose it, remotely lock the screen, or wipe its data. You can also find your iPad or iPod touch.Set up Find My iPad for free so you can locate your device if you lose it, remotely lock the screen, or wipe its data. You can also find your iPhone or iPod touch.Set up Find My iPod touch for free so you can locate your device if you lose it, remotely lock the screen, or wipe its data. You can also find your iPhone or iPad. _Learn More_
    _Set up Find My iPhone_
    _Not Now_ _Set up Find My iPad_
    _Set up Find My iPod touch_
    Find My iPhone (or iPad or iPod touch) enables you to locate your iPad with Wi-Fi or iPod touch only when it is on and connected to a registered Wi-Fi network. Find My iPhone is not available in all countries. "
    The first three lines and the first paragraph are indented as if there should be some type of graphic there, but it is missing. The underlined words indicate that they are supposed to be links, but they don't go anywhere, they are broken!
    Now wheenever I connect my iPod Touch and select it the above window comes up and nomatter what I try it will not move or change.
    Please help!
    MSRankin

    Try setting up the device in a new user account. or visit register.apple.com and verify your device is registered

  • Need Help Setting Up a new Network ..

    Hello 
    Newbie question, I am attempting to setup a small home network, where I want three WLANS
    Main
    Guests
    Kids
    I want to set up different policies for these three networks. 
    I want the Kids to be able to access the Media server and other network devices, but limit the internet access. I want guest network to not be able to see the other two networks. 
    I have an ISA550 Firewall a 2504 Wireless Controller and a SG300-28P Switch. 
    I did manage to setup the Vlans on the ISA550 - Default as 192.168.75.x , Guest as 192.168.25.x and Kids as 192.168.35.x 
    From here on - I would need some help setting it up the right way, Please help. 
    Thanks

    rmunoz274 wrote:
    I had to call Verizon and spend an hour on the phone, my Versalink is about 3 years old and I never updated it. There is a software update which makes it a little more mac friendly. Cables still run through it on the Ethernet port. I was able to turn the wireless feature off on the Versalink (to stop my neighbors and kids from bypassing the APE and just factory reset the APE and set it up with a shared IP adrs instead of bridging it. Also made sure I turned off the guest network on the APE. Once it was set up I clicked on Airport in the Airport Utility then wireless Clinets, jotted down the client I wanted to restrict access to (Kid's Laptop) then go back to Airport screen, last option on right Access then MAC Adrs Access Control change to "Timed Access", then click the + on the bottom of the window, type the MAC adrs you want to restrict and set time limits, when complete click done..... Only took me a week and a half to figure it out...... Good luck, if that doesn't help let me know, but I'm no expert...
    thanks!!
    i think i have the most recent 327w update, because it now shows my modem screen in a red color and it is broken into 3 sections across the screen.
    as far as the AEBS is concerned, you did not use it in bridge mode at all?
    i thought you had to connect 1 cable from it to the 327w? I have about 5 items i will be connecting, so i will probably run any wired from the AESB, but not sure yet?
    thanks, and yaeh last time my network took me a bit of time as well!!
    what kind of encryption are you running?
    thanks

  • Need help setting up TV equiptment

    I have been very ill and I need help setting up my TV, DVR, Receiver, Surround sound systems. I'm afraid if I try to work on all the equiptment, I'll drop my HDTV or other componets because I'm still weak. Can anyone help me? I've called a few places and they want $100.00 to set it up. Give me a break! I know about inputs and outputs and other cables, I just don't have the strength to move the equiptment around. I am willing to pay. Please call me at 813-{edited for privacy}. Thanks, Teresa {edited for privacy}

    blondeinneed wrote:
    I have been very ill and I need help setting up my TV, DVR, Receiver, Surround sound systems. I'm afraid if I try to work on all the equiptment, I'll drop my HDTV or other componets because I'm still weak. Can anyone help me? I've called a few places and they want $100.00 to set it up. Give me a break! I know about inputs and outputs and other cables, I just don't have the strength to move the equiptment around. I am willing to pay. Please call me at 813-{edited for privacy}. Thanks, Teresa {edited for privacy}
    Teresa,
    I think the best way for someone to volunteer to help you would be for them to send you a Private Message (PM) here on the forums. You should see a small envelope in the upper right corner of the screen, when it changes color you will know you have a PM to view.
    I would be happy to help, but since I am in North Texas I don't think that is a viable option Sorry....
    Justin
    FiOS TV, Internet, and phone user
    QIP7232, QIP7100-P2, IMG 1.9A
    Keller, TX 76248

Maybe you are looking for

  • OBIEE Session Variable Problem

    Hi: OBIEE 11.1.1.5 I created a new session variable and initialization block. The default value of the variable is 1. The query for the initialization block is SELECT 123456 FROM DUAL. The query in the initialization block tested fine. I bounced the

  • Sales Order invoice number

    Hello Friends, When We create a sales order in VA01, for the corresponding order where can we get the invoice number. Thanks in Advance, Shejal Shetty.

  • Omwb hangs after entering source-db details [ibm db2]

    hi, as there is no possibility to use migration workbench on linux to migrate db2 v7 udb, i have to run it on windows. i cant connect to the source-db via db2 command line, the repository gets installed, plugins are found - everything seems to be ok

  • ITunes Plug in not working

    My iWOW SRS plug-in for iTunes stopped working after the Leopard upgrade,I hope i can get it working it makes my system sound sooo much better. along with a few other apps I use. anyone have the same problem? I guess the App developers have to provid

  • How to see the last updates made during Power Nap?

    Hello guys, I am using MacBook Pro with Retina Display with Power Nap turned on. I think it's a great feature, but I wouyld like more control - to be able to see the updates it has made while sleeping. Is there any way to see the last updates made du