Row="20" seems to be the maximum for Textarea (auto-height)

I have a textarea item with text that extends beyond 20 lines. I want the textarea to display all rows. Textarea (auto-height) works fine until the content requires more than 20 rows.
Is this a limit of Textarea (auto-height)? Any ideas on how to display more than 20 rows.

Hi
In the end, I found out that that code only worked if the page had only one textarea (not my case :-/ ). So I decided to write myself a simpler (though not so bright) solution:
Resizes vertically a textarea based on the size of the text it contains.
NB: Works best with monospaced fonts
function textarea_autoheight(textarea) {
  var c = 0;
  var r = 2;  // (*) IE does not seem to work well with
              // textarea.rows so we need one more empty line at the end
  var t = textarea.value;
  for(var i=0; i<t.length; i++) {
    if (t.substr(i,1) == '\n') {
       c = 0;
      r++;
    else {
      c++;
      if(c >= textarea.cols) { c=0; r++;}
  textarea.rows = r;
Resizes and binds a textarea (or all textareas in the page if the parameter is null)
to the autoheight function above, so they get automatically resized as user enters text
function textarea_activate_autoheight(textarea) {
  if(textarea != null) {
    g_textarea_autoheight(textarea);
    textarea.onkeyup = function() {g_textarea_autoheight(textarea);};
  else {
    var ta_list = document.getElementsByTagName('textarea');
    for(var i=0; i < ta_list.length; i++) g_textarea_activate_autoheight(ta_list);
To use it, just add onload="textarea_activate_autoheight();" to activate it for all the textareas in the page. It seems to work well...
If anyone knows how to fix the bug (*) above, please let me know!
Luis

Similar Messages

  • I have an IPhone 5 with 2 email accounts and I can't seem to change the sound for my primary account. When I change the sound it is for my secondary email account which I hardly use. How do I change the sound for my primary account?

    I have 2 email accounts on an IPhone 5 and can't seem to change the sound for my primary email account.

    Try going to Settings>Notifications>Mail, tap your primary account, then tap New Mail Sound and set as desired.

  • I can not seem to get the driver for my HP Photosmart C5180 with Windows 7. I can't find it.

    I can not seem to get the driver for my HP Photosmart C5180, I can not seem to find it anywhere in the site,, I have 1 XP Pro and  2 Vista PC's running with my printer.  I have been trying to find where I can find the driver for my HP  Photosmart printer.  Just tried to us a new Microsoft 7 PC.    Where can I get it ? 

    From here: http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?cc=us&dlc=en&lang=en&lc=en&product=1153481&task=...
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • I cannot seem to find the DE for me

    See one problem that happens to many Linux users is that they become nomads. (My friend has fallen to this fate. Arch's simplicity isn't the solution to everyone I guess.) Distro hoppers. Liking parts of one distro and parts of others and changing their distro all the time.
    I have found my home in archlinux though. It seems to be the best distro for a desktop user who uses an Intel processor.
    But I cannot find the DE/WM that is right for me.
    I like xfce the most, but I cannot get icons working with it. (on 4.4) One day when I tried to install a theme xfce went kablooie. I also have to enable testing to download it, which means unstable stuff gets sent down my way and my computer screws up. (Unless I do something smart like only enabling testing to install xfce rather than pacman -Syu'ing the whole testing repo.)
    I hate gnome. I just never understood anything about it, other than gnome dependancies that infect many programs. (Sorry if I am using harsh words, gnome lovers will hate me.)
    I don't like KDE so much either, I just got it today but I already am looking to change it. I like it because of two things. Konqueror is the best file manager hands down. It isn't too bloated, it does files and executes things properly *glares at rox*. It also has a sense of fashion and you can put a backgroun image on it. (which I have done.) The other thing is the kdesktop is nice, no other virtual desktop app seems to be anywhere near as good as it. Maybe Enlightenment is the answer I seek, but it feels complicated and I'm too lazy to learn it. I also can't seem to get Japanese input support in Qt apps working at all, only gtk apps. The other problem is that KDE is a little bloated, I don't like things that take up memory, but Arche has a lot of ram, so some stuff Marc is saying is getting into my head. But KDE in general is hard to use, it is user friendly and user friendly things are hard to use. (Ironic isn't it?)They make expectations of you and things never work the way you want them to work. My Devil's Pie scripts fail in KDE. I cannot even seem to pin Kopete to all workspaces, and I feel it might be the same for all Qt apps. When I ran zsnes only to find that after I open a game the window borders come back despite my scripts telling it to not be there I was upset. Sure, this problem has an easy solution, use KDE but configure alternatives to use Openbox or something that doesn't get in the way of my scripts as a WM. But then I have the other KDE problems.
    So then all the DE's are out of the question and I have to go for a WM. The proplem with WMs is that things don't work well together. You are also stuck on things like file managers and stuff that seem to always come with DEs.
    I'm tempted to go back to xfce, but then I'll be back where I started, and I'll have testing enabled again. Unless I get the old version of xfce, I can use gkrellm to moniter my system so the system moniter isn't needed so much but xffm sucks. I have an ok terminal now with Japanese support so screw a file manager and well when I look at things the path looks green.
    The point is, I'm going in circles when it comes to my desktop environment. I need help. T_T What do you guys use for your desktop? Especially from the people who use window managers, how on earth do you get everything to fit together? WMs are the best solution, but the hardest to get working. (Or so I believe.)
    I also need a web browser, Opera is nice and all but it is non-free software. It also uses Qt so Japanese support isn't great. I haven't gotten any emails from my Japanese friends today but how would I write Japanese emails if my browser has no Japanese support. Firefox is getting to use a lot of memory, and all the other browsers may be fine but they need gnome/kde dependancies.
    I remember reading the Archlinux forums about a browser that didn't need gnome/kde dependancies. It had a Japanese name if I'm not mistaken, I can't find it anymore. If anyone knows it it would be helpful.
    Anybody can help me?

    here's mine. It's a bit of a mess at the moment and the menus are in a separate file. I'm trying to integrate FVWM with ROX at the moment, but haven't had much time for it.
    #FVWM Config
    # Set Environment Variables
    # Filepaths first
    SetEnv fvwm_wallpaper $[HOME]/Wallpapers
    SetEnv fvwm_icon $[FVWM_USERDIR]/theme/pixmaps
    SetEnv fvwm_script $[FVWM_USERDIR]/scripts
    SetEnv fvwm_theme_img $[FVWM_USERDIR]/theme/deco
    SetEnv fvwm_mini_x %50.25
    SetEnv fvwm_icon_size 100
    SetEnv fvwm_mini_scale 50
    # Place for icon images
    ImagePath $[fvwm_icon]:$[fvwm_icon];.png:+
    # Virtual Desktops
    DesktopSize 2x2
    EdgeScroll 100 100
    EdgeResistance 50 50
    EdgeThickness 2
    EwmhBaseStruts 0 0 40 0
    # Mouse and Focus
    ClickTime 350
    MoveThreshold 3
    Style * SloppyFocus, RaiseTransient, !borders, Handles
    *FvwmEvent focus_window Raise
    # Startup Functions
    DestroyFunc StartFunction
    AddToFunc StartFunction
    + I Module FvwmBacker
    + I Module FvwmEvent
    + I Module FvwmButtons Launcher
    + I Module FvwmButtons WinCtrl
    + I Exec exec tilda
    DestroyFunc InitFunction
    AddToFunc InitFunction
    + I Nop
    DestroyFunc RestartFunction
    AddToFunc RestartFunction
    + I Exec exec "killall tilda"
    #Window Functions
    DestroyFunc WinClose
    AddToFunc WinClose
    + I Current Destroy
    DestroyFunc WinMax
    AddToFunc Winmax
    + I Current Maximize 100 100
    DestroyFunc WinIconify
    AddToFunc Winiconify
    + I Current Thumbnail
    #Program Functions
    DestroyFunc Editor
    AddToFunc Editor
    + I Exec exec geany
    DestroyFunc Browser
    AddToFunc Browser
    + I Exec exec firefox
    DestroyFunc Filer
    AddToFunc Filer
    + I Exec exec rox
    DestroyFunc Music
    AddToFunc Music
    + I Exec exec audacious
    DestroyFunc Terminal
    AddToFunc Terminal
    + I Exec exec mrxvt
    #Basic Styles
    Style * IconBox 1200x1024-25+100, IconFill top left, SloppyFocus
    Style * Padding 300 100
    Style * NoIconTitle
    Style "mrxt" NoTitle, !Handles,
    Style "audacious" NoTitle, !Handles
    Style "pypanel" NoTitle, !Handles
    #Colorsets
    Colorset 2 fg black, bg f8/00/00,
    Tint rgb:f8/00/00 35, TiledPixmap $[fvwm_icon]/himenu.png
    #Setting of Desktop and Page backgrounds
    DestroyModuleConfig FvwmBacker: *
    *FvwmBacker: Command (Desk 0, Page * *) Exec exec feh --bg-scale $[fvwm_wallpaper]/LinuxForce.jpg
    #Pager Configuration
    Style "FvwmPager" NoTitle, !Handles, !Borders, Sticky, WindowListSkip,
    CirculateSkip, StaysOnBottom, FixedPosition, FixedSize, !Iconifiable, NeverFocus
    DestroyModuleConfig FvwmPager: *
    *FvwmPager: Geometry 100x100-0+0
    *FvwmPager: Colorset * 2
    *FvwmPager: Icons
    *FvwmPager: UseSkipList
    *FvwmPager: Rows 0
    *FvwmPager: Columns 0
    *FvwmPager: MiniIcons
    *FvwmPager: Font none
    *FvwmPager: NoDeskHilight
    #Window Controller
    Style "WinCtrl" NoTitle, !Handles, !Borders, Sticky, WindowListSkip,
    CirculateSkip, StaysOnBottom, FixedPosition, FixedSize, !Iconifiable, NeverFocus
    DestroyModuleConfig WinCtrl: *
    *WinCtrl: Geometry 240x40-512+0
    *WinCtrl: Colorset 2
    *WinCtrl: Rows 1
    *WinCtrl: Columns 5
    *WinCtrl: (1x1, Icon 32x32/apps/xkill.png, Action(Mouse 1) `WinClose`)
    *WinCtrl: (1x1, Title "Max", Action(Mouse 1) `WinMax`, Action(Mouse 3) `WinIconify`)
    *WinCtrl: (1x1, Title "Expose", Action(Mouse 1) `FvwmExpose` Action (Mouse 4) `ScrollThroughWindows 4`, Action(Mouse 5) `ScrollThroughWindows 5`)
    Style "Launcher" NoTitle, !Handles, !Borders, Sticky, WindowListSkip,
    CirculateSkip, StaysOnBottom, FixedPosition, FixedSize, !Iconifiable, NeverFocus, Pixmap $[fvwm_icon]/kicker-020.png
    DestroyModuleConfig Launcher: *
    *Launcher: Geometry 360x24+0+0
    *Launcher: Colorset 2
    *Launcher: Frame 0
    *Launcher: Font "Shadow=1:xft:Georgia:Bold:size=10:antialias=True"
    *Launcher: Rows 1
    *Launcher: Columns 60
    *Launcher: (12x1, Title "System", Action(Mouse 1) Menu SysMenu rectangle +1+24 +0 +0
    *Launcher: (15x1, Title "Programs", Action(Mouse 1) Menu ProgramMenu rectangle +72+24 +0 +0
    *Launcher: (11x1, Title "Places", Action(Mouse 1) Menu PlacesMenu rectangle +162+24 +0 +0
    *Launcher: (15x1, Title "Windows" Action(Mouse 1) `Expose`, Action(Mouse 3) Menu WindowMenu rectangle +228+24 +0 +0
    Action (Mouse 4) `ScrollThroughWindows 4`, Action(Mouse 5) `ScrollThroughWindows 5`)
    #Bindings
    Mouse 1 R A Menu RootMenu
    Mouse 3 R A Module FvwmPager -transient
    Mouse 1 1 A Menu WindowMenu
    Mouse 1 2 A Current Delete
    #Menus
    Read $[FVWM_USERDIR]/conf/menu.fvwm2rc
    #Window Decorations
    Style * Button 1, Button 2, Button 4, Button 6, GrabFocusOff
    Style * Colorset 0, HilightColorset 1
    Style * Font "shadow=1 C:xft:Georgia:Bold:pixelsize=16"
    #Colorsets
    # Inactive windows
    Colorset 0 fg lightgray, bg lightgray, sh lightgray,
    fgsh darkgray, RootTransparent buffer
    # Active windows
    Colorset 1 fg rgb:05/46/a0, bg white, sh white,
    RootTransparent buffer
    DestroyDecor Default
    AddToDecor Default
    + BorderStyle Simple -- HiddenHandles NoInset
    + TitleStyle LeftJustified Height 28 -- flat
    + ButtonStyle Reset
    + ButtonStyle All Active (Colorset 0 -- flat) Inactive (Colorset 1 -- flat)
    + AddButtonStyle 1 AdjustedPixmap $[fvwm_theme_img]/fvwm_bw_small.png -- flat
    #+ AddButtonStyle 1 MiniIcon
    + AddTitleStyle Active MultiPixmap LeftButtons AdjustedPixmap $[fvwm_theme_img]/tb_leftend.png,
    LeftEnd AdjustedPixmap $[fvwm_theme_img]/tb_titlelefton.png,
    Main TiledPixmap $[fvwm_theme_img]/tb_titlemainon.png,
    RightEnd AdjustedPixmap $[fvwm_theme_img]/tb_titlerighton.png
    + AddTitleStyle Inactive MultiPixmap LeftButtons AdjustedPixmap $[fvwm_theme_img]/tb_leftend.png,
    LeftEnd AdjustedPixmap $[fvwm_theme_img]/tb_titleleftoff.png,
    Main TiledPixmap $[fvwm_theme_img]/tb_titlemainoff.png,
    RightEnd AdjustedPixmap $[fvwm_theme_img]/tb_titlerightoff.png
    + AddButtonStyle 6 Active Pixmap $[fvwm_theme_img]/tb_minon.png -- flat
    + AddButtonStyle 6 Inactive Pixmap $[fvwm_theme_img]/tb_minoff.png -- flat
    + AddButtonStyle 4 Active Pixmap $[fvwm_theme_img]/tb_maxon.png -- flat
    + AddButtonStyle 4 Inactive Pixmap $[fvwm_theme_img]/tb_maxoff.png -- flat
    + AddButtonStyle 2 Active Pixmap $[fvwm_theme_img]/tb_closeon.png -- flat
    + AddButtonStyle 2 Inactive Pixmap $[fvwm_theme_img]/tb_closeoff.png -- flat
    #Colorset 3 fg black bg Wheat
    #Colorset 4 fg wheat bg Black
    #DestroyDecor WinDeco
    #3AddToDecor WinDeco
    #+ TitleStyle Height 25
    #+ AddButtonStyle 1 Title "Menu"
    #+ TitleStyle Flat
    #Style "*" UseDecor WinDeco
    #Style "*" Colorset 4
    #Style "*" HilightColorset 3
    #Style "*" Font "xft:Georgia:Bold:size=10:antialias=True"
    #Functions
    #Scroll windows by mouse
    DestroyFunc ScrollThroughWindows
    AddToFunc ScrollThroughWindows
    + I PipeRead `[ $0 -eq 4 ] && echo "Prev (CurrentPage, AcceptsFocus) FocusAndRaise" || echo "Next (CurrentPage, AcceptsFocus) FocusAndRaise"`
    DestroyFunc FocusAndRaise
    AddToFunc FocusAndRaise
    + I Focus
    + I Raise
    #Show Window Screenshots in Pager
    DestroyFunc GenerateMiniIcon
    AddToFunc GenerateMiniIcon
    + I PipeRead "xwd -silent -id $[w.id] | convert -scale 100 -frame 1x1
    -mattecolor black -quality 0 xwd:- png:$[HOME]/.fvwm/tmp/miniicon.tmp.$[w.id].png
    && echo WindowStyle EWMHMiniIconOverride, MiniIcon $[HOME]/.fvwm/tmp/miniicon.tmp.$[w.id].png
    || echo nop"
    DestroyFunc DestroyMiniIcon
    AddToFunc DestroyMiniIcon
    + I PipeRead "rm -f $[HOME]/.fvwm/tmp/miniicon.tmp.$[w.id].png"
    *FvwmEvent: raise_window GenerateMiniIcon
    *FvwmEvent: destroy_window DestroyMiniIcon
    *FvwmEvent focus_window FocusAndRaise
    #Thumbnailer
    *FvwmEvent: deiconify DeThumbnail
    SetEnv fvwm_icon_size 150
    DestroyFunc Thumbnail
    AddToFunc Thumbnail
    + I Raise
    + I SetEnv Icon-$[w.id] $[w.IconFile]
    + I ThisWindow (!Shaded, Iconifiable, !Iconic) PipeRead "xwd -silent -id $[w.id] | convert -scale $[fvwm_icon_size] -quality 0
    xwd:- png:$[HOME]/.fvwm/icon.tmp.$[w.id].png;
    echo WindowStyle IconOverride, Icon $[HOME]/.fvwm/icon.tmp.$[w.id].png"
    + I Iconify
    DestroyFunc DeThumbnail
    AddToFunc DeThumbnail
    + I PipeRead "echo WindowStyle IconOverride, Icon \$\[Icon-$[w.id]\]"
    + I UnsetEnv Icon-$[w.id]
    + I Exec exec "rm -f /$[HOME]/.fvwm/icon.tmp.$[w.id].png"
    # FvwmExpose
    DestroyFunc Expose
    AddToFunc Expose
    + I AddToMenu ExposeMenu "e x p o s e" Title
    + I + DynamicPopDownAction DestroyMenu ExposeMenu
    + I All (!Iconic !Shaded AcceptsFocus)
    PipeRead "echo Raise;
    xwd -silent -id $[w.id] | convert -scale $$(($[w.width]/10)) -quality 0 xwd:-
    png:$[FVWM_USERDIR]/tmp/icon.exp.$[w.id].png
    && echo AddToMenu ExposeMenu
    %$[FVWM_USERDIR]/tmp/icon.exp.$[w.id].png%\'"$[w.name]"\' WindowID $[w.id] WarpToWindow 50 50
    && echo AddToMenu ExposeMenu \"\" Nop
    || Nop"
    + I Popup ExposeMenu rectangle 512x48+228+24 +0 +0
    + I Exec exec rm -f $[FVWM_USERDIR]/tmp/icon.exp.*
    # composite -geometry +5+5 $[w.IconFile]
    # $[HOME]/.fvwm/icon.tmp.$[w.id].png $[HOME]/.fvwm/icon.tmp.$[w.id].png;

  • In DeskI, what's the maximum for "Limit size of long text objects"? 2000?

    In Universe Designer, we have a setting which is "Limit size of long text objects", it can control how many characters can be displayed for long text objects.
    The problem is that in DeskI, we can only display 2000 characters even we set 2500 or more in Universe Designer by "Limit size of long text objects". But if we use the same Universe & same Database, WebI can show 2500 or more characters for long text objects.
    So does it mean in DeskI the maximum value for "Limit size of long text objects" is 2000?

    Hi Jason,
    Check that the object in the universe is set to data type "long text".
    Also check that the object itself is not limiting the length of the string, as well as that the entire string is actually in the database... the data type here could also be the issue.
    Hope this helps
    Jacques

  • I can't seem to downlaod the update for 5.0.1

    I have tried downlaoding many times but it just keeps coming up saying error with my network
    I have no problems downloading apps or anything else and net works fine with anything else i do
    Have tried restarting net countless times aswell as computer but get same result.
    Help needed thanks guys

    Do not remove this comment.
    These links are Apple's direct links for the iOS 5.0.1 upgrade.
    These are not links to any 3rd party website.
    Try downloading the upgrade directly from Apple. Select the appropriate version for your model of iPad. After you have downloaded the update, attach your iPad to your computer, open iTunes and select your iPad in the devices list. Press & hold the Option key on a Mac or the Shift key on a Windows PC and click the Check for Update button. Browse to where you downloaded the update and Choose it. iTunes will handle the rest.
    iPad 2 WiFi
    iPad 2 GSM
    iPad 2 CDMA

  • I can't seem to delete the apps for good?

    So I'm trying to delete some of the applications off my iPod but everytime I do, they just come back. How do I delete the apps for good?

    You need to also delete them in iTunes or alternatively uncheck them in the Apps section of iTunes.

  • This seems to be the fix for no calls or texts

    Thanks to for this
    There fix is this.
    Quote
    "Ok, anybody experiencing problems with not being able to receive texts or calls today need to navigate to their network settings in their phone, then change the operator from EE to O2, wait a few seconds and then change it back to EE."
    From what I've seen there are others that this has worked with. So full kudos to

    Upgraded to my iPhone 6 just over a week ago was working fine until yesterday. Spent 20 minutes on 150 yesterday were due to call me back today at 5:15 just gone 8 I try to call and closed. Not a happy customer. I can't receive and calls or texts it just says number unobtainable but I can text and call. Tried the fix here but it didn't work. Any other ideas

  • My MacBook Pro can't seem to upload the software for an hp c5180?

    I recently had a problem scanning documents from my HP C5180 printer to my MacBook Pro. (I'm running version 10.8.4).  I looked on how to fix it on a forum, and they told me to "uninstall the software" and "reinstall" a new version.  I tried to reinstall the new version but I only got the "printer" software.  It didn't include HP Studio Pro so I could scan things.  I tried to "update" my software, but it couldn't find any updatable software.  I then went to the HP website to try to download the software, but I couldn't make my MacBook Pro update from that site as it said I alreay had the latest update.  It's been very frusterating as my scanner was working fine two weeks ago.  Any suggestions?
    Thanks!

    Shooist007, Greetings again;  You clearly know something I don't (not unusual).  It took me a while to figure this out since I have never used Terminal before.  For educating me I award you 3 gold stars (no relation to helpful answers).  Thanks.
    Ciao.

  • When I try to get to certain websites Safari takes me to a wholly unrelated site.  I also get a lot of security checks on common sites that seem to show the certificate for facebook when I'm nowhere near facebook.  I'm wondering if I have a virus?

    This generally happens when I try to get to my home site on Twitter, and it takes me to Virtue SRM.

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up guest users” (without the quotes) in the search box. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows:
    Shut down your computer, wait 30 seconds, and then hold down the shift key while pressing the power button.
    When you see the gray Apple logo, release the shift key.
    If you are prompted to log in, type your password, and then hold down the shift key again as you click Log in.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    *Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • Character encoding of Unicode (UTF-8) is what seems to be the default for printing. The page looks funny and the print is spread out.

    the layout of the page is different that it appears on the screen. I printed the confirmation of my VISA payment on line and it is not concise. The information is correct, but the layout isn't.
    Should I use another encoding? One of the Western ones? Maybe unicode (UTF-16)?

    There is a known bug involving printing in beta 12 that has been fixed in the Firefox 4 release candidate which is due out soon.

  • What is the maximum credit limit for this card?

    So I've had my Total Rewards Visa Signature for the past 18 months...started at 10k, always SP CLI every 4 months. Always got 4K CLI at a minimum but yesterday I only got a 2K.  The card is now at 30K.  Anyone ever get this card go beyond 30K or is that the maximum for this card?

    I don't think there is a maximum. I'm sure it's relative to income. I haven't seen it higher than 30k.

  • How to find out the maximum value in a Query within single material

    Dear all,
    Im creating a Query on 0SD_C03 where i have to disply Maximum value of a material which is having more that one transaction..
    EX:
    MATERIAL BILLED VALUE
    x with BILLED VALUE 100
    x with BILLED VALUE120
    y with BILLED VALUE 50
    y with  BILLED VALUE 80
    z with BILLED VALUE 50
    z with BILLED VALUE 60
    in a analyser i have to display X with billed value 120 that is max in X material and
    Y with billed value 80 that is max in Y material and
    Z with billed value 60 that is max in Z material
    In a query all the values are summing up. I.e for X its 220 and Y its 130 and Z its110 but we dont want to get total sum value we want individual values and the maximim of those values.......... 
    We are using BW 7.0 version
    Can any one help me out in this
    Thxs in Advance
    Venu

    Venu,
    In your query try creating a formula, with the value of each record as the key figure in the formula.
    In the aggregation tab select maximum in the exception aggregation dropdown and then select material as the reference characteristic
    then when you include material in the rows it will only display the maximum value.
    cheers
    mark

  • How to remove the '#'symbols for infoobject movement types in bex reporting

    Hi All,
      I have a problem in Bex reporting. The problem is when ever executing the report  that time some of the characteristic values is shown in layout '#' Symbols. i want to remove the '#' valuse in report.
    is it possible please give me step by step procedure for how to remove the '#' Symbols in reporing layout.
    this is very urgent please help to me on this issue.
    Thanks & Regards,
    Guna.

    Hi Guna,
    To achieve this issue, we need to replace the value of ‘#’, we need to change the description while retrieving the data from tables. So we need to write some ABAP code in SE38. Go to RSA1 transaction and go to Info objects tab. Then go to context menu for ‘cProject Key Figures’ as shown below. Click on the ‘Object Overview’ to get the overview of all the info objects. Here you can see the field names which are used to know the table names.
    In SE11, type the table name in ‘Database Table’ field. Now press ‘F4’, then you will get the next screen to select one of the P/Q/S/T tables.
    Now click on the button rounded in the below screen to view the data in the table.
    Now click the execute button or press ‘F8’ to view the records.
    Now go to Tcode: SE38. Create a source code and give some program name for that source code. To write code, you need access key. Contact your BASIS for this.
    Now write the below code for that particular table in which you want to change the value ‘#’ to description ‘Blank’. In the below source code, we are updating particular table, setting the field as ‘Blank’ where it is null or no value. Here the field will automatically get updated to ‘#’ if there is no value or null.
    update /BIC/PXXXXX set /BIC/ZXXXX = 'Blank' where /BIC/ZXXXXX is null or /BIC/ZXXXX = ''.
    if sy-subrc eq 0.
    write 'successful'.
    commit work.
    else.
    write 'unsuccessful'.
    endif.
    OR
    If this # is because of the missing master data than,
    right click that IO -> maintain master
    you will see first row as a blank.
    whatever value you maintain in this row that will come in the report for all Not assigned # values of the master data in the report.
    maintain it according to your requirement, save and activate the master data
    Hope this helps u...
    Regards,
    KK.

  • TS1474 Inspite of following the instructions for authorization of my iMac and my ipad I am unable to sync a movie from my iMac to my ipad.  All I get is a message that says  you are not authorized for it on this computer.  Any idea what is wrong?

    Not able to sync movie purchased from itunes from imac to ipad2.

    try this:
    redmatter
    This helped meRe: not copied to iPad because you are not authorized for it on this computer 
    Nov 20, 2011 10:41 AM (in response to hoppo72)
    One workarwound is to do the following:
    1. Remove the digital content from iTunes (but keep the files)
    2. Rename all .m4v files to .mp4 files
    3. Add the files back to iTunes
    This seems to fix the problem for me
    Hope this helps

Maybe you are looking for

  • Firefox crashes as soon as the page loads it is completely unusable

    i got a update prompt from firefox a few hours ago which i installed and now it wont work as soon as the page loads it crashes it wont even stay on long enough to figure out the problem i swear by firefox i have used its for years and never had any p

  • Apple TV2 is not working property

    Hi Guys. I have just two weeks with my apple TV 2 and it drives me crazy. I have my apple TV2 connected via wi-fi with a Base Station Apple Router. When I'm trying to watch some movies (HD) it worked perfect but in many cases it doesn't, and some, ti

  • Cannot call CS SDK function from javascript

    Hi! I'm trying it in Illustrator. I'm trying to call the actionscript code from ExtendScript. I read this two articles: http://forums.adobe.com/thread/634947?tstart=0 and http://cookbooks.adobe.com/post_Communicating_between_JavaScript_and_the_CS_SDK

  • I am new here ,please help me.....

    i am from China, so i am poor in english ,i will try my best to describ my question. I booked a iphone4s from app store web of Canada,and  I was charged 738 CAD from my credit card including the fax , and then i canceled my order, Why not return the

  • W530 - Cant change brightness.

    Just installed win8 enterprise fresh with all drivers manually installed from lenovo supportpages. Using videomode Discrete from bios, and i cant change brightness on the display. not from keyboard, not from mobility center nor power options. whats u