New bie problem System in read

freinds i recently downloaded an ebook n I HAVE 1 QUERY IF any of U COULD DEBUG THAT TOO I would REALLY BE A HAPPY MAN
friends WITH BELOW MENTIONED CODE, PROBLEM IS THAT WHEN USER ENTERS SUPPOSE 1,48 AUTOMATICALLY GETS ADDED TO IT N WHEN I SUBTRACT 48 FROM USERS RESPONSE,AGAINT THEN WHEN 48 IS ENTERED IT AUTOMATICALLY MAKES IT 4 WHICH IS KINDA GETTING ON MY NERVES
KINDLY HELP
class forex{
public static void main(String args[])
throws java.io.IOException{
int a,b;
int c;
//Clrscr();
System.out.println("enter any no &press enter \n");
c = System.in.read();
System.out.println("u entered\n"+c);
for(a=1;a<=c;a++)
for(b=1;b<=a;b++)System.out.print("*");
System.out.print("\n");
}

c = System.in.read();This does not return the number the user entered. It returns the character code of the character that was entered (i.e., the ASCII code).
Please learn how to use your keyboard properly, do not type ALL CAPS and watch your spelling.

Similar Messages

  • I have used Pages 09 and Keynote without any major problems until this new update. I have read many of the fixes but have a problem. When you get Pages 09 and Keynote back, Apples continues to want to update the 09 system. So it stays updated.

    I have used Pages 09 and Keynote without any major problems until this new update. I have read many of the fixes but have a problem. When you get Pages 09 and Keynote back, Apples continues to want to update the 09 system. So it stays updated. I have had to turn off my auto updating that was nice but I'll do it one at a time in order to keep the Pages 09 and Keynote. When something works don't mess with it. Any fixes out there?

    I can't say that I have had a problem playing videos in Flash because I could always play them in browsers other than Firefox.
    In Firefox Tools>options>Advanced Hardware acceleration is turned on.
    I don't know if that is different that tuning it off and on in Flash or not, but for now it is a moot point.
    As I stated in my previous message, after following all earlier suggestions/instructions nothing helped. But The latest one, someone suggested that maybe version 17 of Flash might be a stable version.
    I made no other changes except to install it, a few days ago, and so far so good.
    Many thanks for your help,
    Giovanni

  • I installed First time Photoshop CS5 on my new PC (operation system windows 8.1, 64 bit). Sie prpram runs without problems so far, only the update is not possible.

    Bei aktalisierung erfolgt das download, nach ende Download kommt Fehlermeldung fehler beim Download (Installation nicht möglich, Versuchen Sie es später noch einmal.
    Kennt jemand das Problem, was kann ich tun?
    Harald Bässle
    Emailaddresse: [email protected]

    Hello,
    I installed the newest Application Manager some updates seems to be installed now but extension manager CS5 5.0 update is not successful > error code U43M1D207. What I must do?
    I this the right way t answer?
    Whating for reply
    Thanks
    Harald
    Von: R_Kelly 
    Gesendet: Freitag, 29. August 2014 03:41
    An: Harald Bässler
    Betreff:  I installed First time Photoshop CS5 on my new PC (operation system windows 8.1, 64 bit). Sie prpram runs without problems so far, only the update is not possible.
    I installed First time Photoshop CS5 on my new PC (operation system windows 8.1, 64 bit). Sie prpram runs without problems so far, only the update is not possible.
    created by R_Kelly <https://forums.adobe.com/people/R_Kelly>  in Photoshop for Beginners - View the full discussion <https://forums.adobe.com/message/6683157#6683157>

  • Runninig 10.6.8 on new iMac. The last wo weeks I keep loosing internet and have to turn airport off and on to restore service. It is not the router as my two laptops do not have this problem. I read that in 2008 MMP's had a similar issue.Any thoughts?

    Runninig 10.6.8 on new iMac. The last two weeks I keep loosing internet and have to turn airport off and on to restore service. This happens every time it goes into sleep mode. It is not the router as my two laptops do not have this problem. I read that in 2008 MMP's had a similar issues .Any thoughts?

    Go to /Library/Preferences/System Configuration
    Move all the files from the System Configuration folder to the Trash.
    Restart your Mac. See if that made a difference.

  • Problem with "System.in.read()" read() method!

    import java.io.*;
    import java.lang.*;
    class Count {
    public static void main(String args[]) throws IOException
    int count = 0;
    while (System.in.read()!=-1)
    count++;
    System.out.println("Input has " + count + " chars.");
    in this code the loop stucks and it increments the count variable infinitely of course as long as i hit enter. I am trying to understand the problem with read() method of system class's in object. in its definition it says; when the inputstream ends it returns -1, but in this code it does not return -1 ever. another question of mine is that what args[] array do? what does it store??

    Java doesn't bother much with the dos console and it a bit limited and limiting - no pretty colours /graphics options - just text - that's because java graduates to GUI's where there is laods of power and object /component support to do everything and everything you could imagine and more. System.in.read() ??? - thats a fine start!
    what args[] array do? what does it store??
    Good question !
    It provides a means of passing a parameter argument from the command line to the program - consider this;-public class HelloWithArgs {
       public static void main(String[] args) {
          System.out.println("Hello I am " + args[0]);
    }What does it do and how does it work? Or this;-public class HelloWithArgs2 {
       public static void main(String[] args) {
          try{
             String myName = args[0];
          catch(ArrayIndexOutOfBoundsException aob){
              System.out.print("No names: program will end");
              System.exit(0);
          System.out.println("Hello I am " + myName);
    }Study them and have fun. Though to answer the question -
    " public static void main(String[] args) {" // or
    " public static void main(String[] parameters) {"
    is the 'entry point' of all java programs, in order to do something it has to have a main() method and if youre going to pass on parameters, then why not a String array? If you think about it anything else would be fairly useless.

  • When I open iPhoto 9.2.1 it says that my library needs to be upgraded but when I upgrade the library I am trying to open (33 GB worth of pictures from 2006) the new application says it cannot read the files and how to find them on the system to reimport?!

    When I open iPhoto 9.2.1 it says that my library needs to be upgraded but when I upgrade the library I am trying to open (33 GB worth of pictures from 2006) the new application says it cannot read the files and how to find them on the system to reimport?! and then I'd like to erase the original files since the space requirement is huge!!!! Why is upgrading software iPhoto such a pain. I've gotta get a presentation done and all I get for my money is roadblock!!!

    hello, it sounds like the library is damaged.
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. 

  • Problem creating new ABAP Technical System in SLD

    I newly installed a ECC 5 IDES system (ABAP + JAVA) on my computer for ABAP and Webdynpro learning.
    I got problem when I try to create new ABAP Technical System in SLD.
    I put my steps of installation here so you know my full story.
    1. Install Central Instance (Non-unicode);
    2. Install Database Instance (Non-unicode);
    3. Install Java add-in on ABAP;
    4. Configure the HTTP connection parameters in J2EE Engine Visual Administrator
    All of the above steps are successful.
    Now my Webdynpro application need to access a Function Module, so I want to create a JCo connection in Webdynpro Content Administrator, but both application server and message server are not available, so I can't create any connection.
    I go back to SLD to register ABAP Technical System step by step below:
    1.      Choose Home ® Technical Systems.
    2.      Choose New Technical System.
    3.      Select the AS ABAP radio button.
    4.      Choose Next.
    5.      Enter system details (Installation number, host name).
    6.      Choose Next.
    7.      Enter message server and central application server details.
    8.      Choose Next.
    9.      Choose Next.
    10.    Add New Client 800, leave logical name blank, click Add.
    11.    Choose Next.
    12.    Here the system says 'No product available', the whole effort make no sense.
    I tried every possible settings, but at step 12 it keeps telling me 'No product available'.
    This is the problem I want to fix.
    Can anyone help me?
    Thanks a lot in advance.

    hi,
    use th following thread,
    No products installed while adding a Technical ABAP System in the SLD.
    Regards
    Jayapriya

  • How do I share tabs between my different Firefox installations using the new Firefox Accounts system?

    I am using Firefox Nightly (30.a1, 2014-02-18, x64) on my laptop computer (Windows 8.1 Pro x64) and I was using Firefox Beta on my Nexus 5 (Android 4.4.2). Recently, Mozilla announced the new Firefox Accounts system (which is replacing the old Firefox Sync Account) and I created a Firefox Account for my laptop Nightly installation. Since the new Firefox Account doesn't work with the old Firefox Sync Account, I replaced my Android installation of Firefox Beta with Firefox Nightly and signed into Firefox Account on my Android. However, when I attempt to send a tab from my Android installation to my laptop installation using the "Share to Nightly" intent, Nightly asks me to set up a Sync account, which is impossible to complete in my laptop Nightly installation. I've tried replacing my Android Nightly installation with an Android Aurora installation, but the same problem occurs.
    What's worse is that even with both my laptop and Android installations signed into the same Firefox Account, I cannot see any information being synced between the 2 installations. No history is being shared, and I cannot see the open tabs list from the other device. I cannot pass tabs between my phone and my laptop, which is something I used every week as I visited websites and read my RSS feeds on my phone. Does anyone know how to share tabs using the new Firefox Accounts? Does anyone know why Firefox Accounts does not seem to be syncing data between my 2 installations?

    Unfortunately with further investigation, Roland informed me that share tab was removed[https://bugzilla.mozilla.org/show_bug.cgi?id=965811]

  • System goes read only, after reboot all is fine for a day or two

    OK, so here's the problem, I got a new PC, all fanless, SSD hard and all.
    Works well for a day or so, then goes read only. For example - I come back from work, type something in the terminal and I get Input/Output Error. I cannot reboot, it says Input/Output Error as well.
    So I hard-reset it, it boots up, everything is fine again for a day or two.
    The HDD is Corsair CSSD-F40GB2, the MB is Gigabyte H55N-USB3, proc i3 540,
    The / and /home are both ext4 mounted with defaults,noatime,discard.
    I tried with/without discard.
    I also tried changing the SATA/power cables - same results.
    I also tried enabling/disabling features in BIOS like DMA/SMART/AHCI/compatibility stuff - same results.
    Here's a dmesg I managed to get (errors are near the end).
    http://pastebin.com/vJfdW90z
    And here's a smartctl -a /dev/sda:
    http://pastebin.com/eQxASEBM
    Any suggestions are welcome. Also is there some diagnostic app for Corsair SSD that I can run and check the drive?
    Cheers.

    Well I don't recall how freshly booted, it was the only time that the system was read-only - giving input/output error to everything but dmesg was working so I saved it all to pastebin.
    The system is a PC so I never tried anything else different from poweroff/reboot (works fine).

  • Getting a number from  (char)System.in.read

    I am very new to java so please forgive the seemingly basic question.
    When I try to simply get a number for input into a program, and I use (char)Sysytem.in.read(),
    it only gives me the acutual Keyboard number (ie.. 2 = 50, 1 = 49).
    Even when I try to parse an Integer using :
    public static void getNum( ) throws NumberFormatException
         char char1;
         String String1 = new String ("");
         int X;
         char1 = (char)System.in.read();
    while ( char1 <= '0' && char1 <= '9' )      
         String1 = String1 + char1;
         char1 = (char)System.in.read();
         X = Integer.parseInt(String1);
    System.in.read();
         return X;
         System.out.println(X);
    This gives me a usable number but if I try to use a decimal point in the number and convert it to a double, it wont work because the decimal wont read into the (char)System.in.read();
    Anyone have a suggestion ?

    Hope this helps - although haven't tried out your code.
    System.in.read() returns the next byte of information in the buffer, if the buffer is empty it'll prompt for input (passing control back to hardware/OS). Say the user types 10.56 and presses return - now the buffer has the information 10.56 plus a LF(line-feed) and and a CR(carriage return) character (this is how it is from DOS anyway) and control is passed back to your program which gets only the first byte of information from the buffer, which in this case would represent the character '1', only it doesnt get back the character '1', it gets an int type which represents the byte of information which represented the character '1' to your hardware/OS system (which I believe is decided by the machine local encoding system).
    By casting this int to a char by the expression
    (char) System.in.read()
    its converted to the original character that the int represented from the buffer
    If you were using System.in.read() only you would have to reconstruct the input as a String by concatenating the char's one by one only ignoring the last 2 bytes of the buffer (which captured the LF and CR).
    Say you had the resulting String from the above reconstruction in the variable s1,
    you could then attempt to convert the resulting String to a floating-point type (say a double) using
    d = Double.parseDouble(s1)
    where d was a double type (as mentioned by abnormal)
    You'd have to put this in a try/catch statement because the user could type something invalid like 10.6a5
    which would cause the parseDouble() method to throw an exception which unless you handle it yourself will cause your program to abend with a NumberFormatException.
    This all seems to be a lot of hard work for input apparently so simple, which is why abnormal suggest using a BufferedReader to overcome the problem of 'manually' stripping the CR and LF from the input leaving you with just a String. I must admit I'm not sure of why abnormal's code wouldn't work for you. But I thought I'd post this anyway because you might find the background info helpful.

  • HT2844 iMac 27"(late 2009), Audio in/Optical digital audio out port, stopped recognizing my new Bose speaker system, previously working...

    Hello,
    My iMac 27"(late 2009), Audio in/Optical digital audio out port, stopped recognizing my new Bose speaker system, previously working through that port. I tested the speaker system through my iPhone, and it works fine. I hooked it up to the Headphone out/Optical digital audio in port, and it works through that port also. I did a computer restart, I also checked all wiring and did a system repair on the computer. I also restarted the computer in mode where I could use the system utility, and the computer still did not correct the matter, and it reported everything as being "ok". I wented into "sound", through system preferences, and the computer does not recognize anything I plug into the Audio in/Optical digital audio out port. When I plug the speaker sysytem into the headphone out/optical digital audio out port, it does recognize the Bose speaker system as being "headphones".
    Reading through a lot of forums, I hear everything from compatibility, to the port being stuck, and on and on. Since the port was working before, and just quit working one day, I wonder if there is a capacitor or fuse or some type of similar thing is blown, and causing the port to be unfunctionable. Maybe the port went bad, but before this time, I had never used it, and the computer does not move around, and I never plug in and pull wiring out unless needing to, and that being rare.
    Here is a link to Costco, where I bought the system, and the exact system I have, if this is any help:  http://accessories.us.dell.com/sna/productdetail.aspx?c=us&l=en&s=bsd&cs=04&sku= A4092931&ST=pla&dgc=ST&cid=262075&lid=4742361&acd=1230980794501410
    By the way, I am running OS X Mountain Lion (10.8.5). I upgraded to Mavericks about a month ago, and expeirienced a number of issues, and had to take my iMac into Apple. Talking with the tech, I decided to wait for a while more before I upgraded to Mavericks. I try and keep the computer maintained.
    If any of you have any ideas regadrding wear and tear, and fix I can do, etc., besides having to take my computer into Apple? Thank you, and potentially all of you, for your time and effort in helping me with this issue. Thank you kindly.
    davE

    Okay, davE, first, you have posted in the "Mac Pro" forum (not Macbook Pro), so we can't be super helpful
    but we help you. First, hold down the Option key while clicking on the speaker icon at the top of your screen. This should show you all the inputs and outputs you have. you could check in "About this Mac" then "More info" to see whatever's recognized. Then, maybe, fire up Audio MIDI. your speaker system should show up there. something might have gotten set incorrectly. You can test it there.  I guess you are using the good ol' analog cable for connection, and it works on your iPhone, so the cable isn't bad.  You could try this. it 's an adapter which might solve your problem
    http://www.amazon.com/gp/product/B004HBWYQ6/ref=oh_details_o00_s00_i00
    depending on which model of Bose speaker you have, you might try doing a product reset
    turn off speakers...unplug power cord from outlet...wait 1 minute..plug cord into outlet..turn on speakers..
    \\turning off automatic standby||
    press and hold top of control pod for 6 seconds until you hear 2 tones that go from high to low
    other than that ,I  don't know
    John B

  • Moving to the new BT Mail system

    Hi,
    I have just received an email today and it looks like I will be moving to the new BT Mail system shortly.  So I am trying to ensure that I am all set up for it, but have two related questions I have not been able to find answers to ...
    1. I do not currently use the Yahoo web-pages, but my e-mail is instead forwarded to another account where it is merged with all my other e-mail from various accounts. Will this forwarding be carried over to the new system, or must I set it up again?
    2. The T&Cs worringly says that I must look at the BT Email webpage, otherwise my account will be suspended. What is actually meant by this as there are also instructions for collecting the email via IMAP and POP for PC programs or on a mobile device. How will people using email forwarding or a separate program/mobile be affected?
    With thanks
    Andrew
    Solved!
    Go to Solution.

    I do believe that BT Retail are starting to move existing customer's who email accounts are on the BTYahoo email system to the new BT Mail system provided by Critical Path from this month onwards (ie from March 2014 onwards)
    Though always be wary if you do recieve an email claiming to be from BT Retail or BTplc asking for your details or to verify your account.
    Link on how to check if the email you recieved is actually from BT Retail: http://bt.custhelp.com/app/answers/detail/a_id/919​1/c/346,6588,6595
    Anyway these links below should help you how to get ready for the move to the new BT Mail system and platform:
    1) How do I get ready to view the new BT Mail on a device or email program?- http://bt.custhelp.com/app/answers/detail/a_id/475​31/c/346/session/L2F2LzEvdGltZS8xMzkzODY1OTEzL3NpZ​...
    2) Moving to the New BT Mail
    - http://bt.custhelp.com/app/answers/detail/a_id/477​52/c/346
    and
    http://bt.custhelp.com/app/hub/c/346,6769#h=ImNhdD​0zNDZfNjc2OV82OTg2fGNvbD0zIg..
    jac_95 | BT.com Help Site | BT Service Status
    Someone Solved Your Question?
    Please let other members know by clicking on ’Mark as Accepted Solution’
    Try a Search
    See if someone in the community had the same problem and how they got it resolved.

  • Question about System.in.read()

    Hello Everyone,
    I am having a problem with System.in.read(). I want it to produce an int value, however when I use it the value always comes out to 49.
    class Lawn2
         public static void main(String []args) throws Exception
              int lawnSize, lawnPrice, weeklyAmt, length, width;
              length = 50;
              width = 10;
              System.out.println("Enter Width");
              width = System.in.read();
              System.in.read();
              System.in.read();
              System.out.println("You entered " + width);
              lawnSize = length * width;
    }

    Obvious as System.in.read() reads a byte and converts to ASCII equivalent when assigning to Integer.
    Here is a sample code that shows one of many ways of reading input console data
    import java.io.*;
    class Lawn2{     
         public static void main(String []args) throws Exception     {          
              int lawnSize, lawnPrice, weeklyAmt, length, width;          
              length = 50;          
              width = 10;          
              System.out.print("Enter Width : ");     
              BufferedReader ln = new BufferedReader (new InputStreamReader(System.in));
              width = Integer.parseInt(ln.readLine());
              System.out.println("You entered " + width);          
              lawnSize = length * width;
    }

  • Hi Expert , crystal report export problem. system not responding

    Hi,
    crystal report export problem. system not responding.
    Thanks
    Rajkumar Gupta

    Dear Raj,
    Please try this
              Try
                Dim oSubReport As CrystalDecisions.CrystalReports.Engine.SubreportObject
                Dim rptSubReportDoc As CrystalDecisions.CrystalReports.Engine.ReportDocument
                Dim rptView As New CrystalDecisions.Windows.Forms.CrystalReportViewer
                Dim rptPath As String = System.Windows.Forms.Application.StartupPath & "\" & rptName
                Dim rptDoc As New CrystalDecisions.CrystalReports.Engine.ReportDocument
                rptDoc.Load(rptPath)
                rptView.ShowExportButton = True
                rptView.ReportSource = rptDoc
                For Each oMainReportTable As CrystalDecisions.CrystalReports.Engine.Table In rptDoc.Database.Tables
                    oMainReportTable.Location = System.Windows.Forms.Application.StartupPath & "\" & SourceXML
                Next
                For Each rptSection As CrystalDecisions.CrystalReports.Engine.Section In rptDoc.ReportDefinition.Sections
                    For Each rptObject As CrystalDecisions.CrystalReports.Engine.ReportObject In rptSection.ReportObjects
                        If rptObject.Kind = CrystalDecisions.Shared.ReportObjectKind.SubreportObject Then
                            oSubReport = rptObject
                            rptSubReportDoc = oSubReport.OpenSubreport(oSubReport.SubreportName)
                            For Each oSubTable As CrystalDecisions.CrystalReports.Engine.Table In rptSubReportDoc.Database.Tables
                                oSubTable.Location = System.Windows.Forms.Application.StartupPath & "\" & SourceXML
                            Next
                        End If
                    Next
                Next
                'Setting Paper
                Dim rawKind As Integer = 0
                Dim printSet As New System.Drawing.Printing.PrinterSettings
                For i As Integer = 0 To printSet.PaperSizes.Count - 1
                    If printSet.PaperSizes.Item(i).PaperName.ToUpper = PaperName.ToUpper Then
                        rawKind = CInt(printSet.PaperSizes.Item(i).RawKind)
                        Exit For
                    End If
                Next
                Dim MyTest As New SaveFileDialog
                rptDoc.PrintOptions.PaperSize = CType(rawKind, CrystalDecisions.Shared.PaperSize)
                rptDoc.ExportToStream(ExportFormatType.Excel)
                'rptDoc.SaveAs("C:\TBKING.xls", True)
                '''How to export the report
                Try
                    Dim CrExportOptions As ExportOptions
                    Dim CrDiskFileDestinationOptions As New _
                    DiskFileDestinationOptions()
                    Dim rename As String
                    rename = rptName.Replace(".rpt", "")
                    Dim CrFormatTypeOptions As New ExcelFormatOptions
                    CrDiskFileDestinationOptions.DiskFileName = _
                                                "c:\Report\" & rename & "_Export_File.xls"
                    CrExportOptions = rptDoc.ExportOptions
                    With CrExportOptions
                        .ExportDestinationType = ExportDestinationType.DiskFile
                        .ExportFormatType = ExportFormatType.Excel
                        .DestinationOptions = CrDiskFileDestinationOptions
                        .FormatOptions = CrFormatTypeOptions
                    End With
                    rptDoc.Export()
                Catch ex As Exception
                    MsgBox(ex.ToString)
                End Try
                '' end by kevin shah
                rptView.Show()
                rptView.ShowExportButton = True
                Dim oFrm As New System.Windows.Forms.Form
                rptView.DisplayGroupTree = True
                rptView.Dock = System.Windows.Forms.DockStyle.Fill
                rptView.Location = New System.Drawing.Point(0, 0)
                oFrm.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
                oFrm.Controls.Add(rptView)
                oFrm.Name = "Report Viewer"
                oFrm.Text = "Report Viewer11"
                oFrm.ResumeLayout(True)
                oFrm.WindowState = System.Windows.Forms.FormWindowState.Maximized
                oFrm.TopMost = True
                oFrm.ShowDialog()
            Catch ex As Exception
                objMain.objApplication.MessageBox(ex.Message)
            End Try
    By pressing this button XLS file be generated on C:\report\
    Hope this will resolved the issue
    Thanks
    Kevin

  • Why does my Illustrator or photoshop  are not want to open on my MacBook Pro now that I installed the new Yosemite operating system?

    I downloaded the new Yosemite operating system on my MacBook Pro last night and this morning my straighter does not want to open. When I click on the icon to open it gives me an air message sending me to download a legacy format of Java generation SE and when I do you download and install it, even after refreshing the. MacBook several times I still don't get any positive results as far as having the software open. Does somebody know why and what I can do so that I can run my existing programs from Adobe with my new Apple Yosemite operating system. I am drowning here

    The easiest way is to go to the Apple site and find the Java for OSX 2014-001 and install it. There have been some reports of blank pages returned so you may need to try several browsers.

Maybe you are looking for

  • Can't make entries into Roboform Lite 2.1?

    I have loaded and reloaded RFL (and have disabled KeeFox), but I still am not able to make any entries. For example, when clicking on the Identity icon, the tooltip says I should "set an active identity," but there is no dropdown into which informati

  • Error while testing SD cycle (Release to Accounting)

    Prof.segment for prim.cost elements not advisable for costing-based CO-PA Message no. KI183 Diagnosis You posted to a profitability segment for primary cost element 42031053. However, only costing-based profitability analysis is active in your contro

  • ..this is annoying me

    Using XCode 2.4 I have the following code: int i; for(i = 0; i < SOMETHING; i++) That compiles just fine. I then shorten this to the more common: for(int i = 0; i < SOMETHING; i++) I get an error on that first line - something about C99. I went and c

  • I love Mac's and am looking to buy a laptap. Is ipad or Mac better when looking for a laptop

    I have a Mac at work and at home. I am looking to purchase either a Mac or iPad to use when on the road. In your opinion do I but a Mac or iPad?

  • Variable Screen (F4 Popup) masterdata attribute column count

    Hi Experts, I need to show 5 columns in variable popup screen but more than 3 columns can be accessed with scrollbar only. How can I increase column count in F4 popup screen? You can find example screenshot in this link: [Screenshot|http://g.imagehos