Draw lines and columns button is disbaled inde template

Hi all,
Im developing a custom smartform with a template.
Now in the template,Draw lines and columns button is disbaled .How do i enable it.Also all the "SELCT PATTER" buttons are also disabled.

Go to settings->table painter->select the required ones.

Similar Messages

  • Draw lines and columns button was disabled

    hi friends,
    in my smartform template draw lines and columns button was disabled which results select pattern button also disabled. now i am unable to change any lines, can any one help me how to enable this button to change.
    thanks and regards,
    venkat suman.

    Hi
    I come to the same problem and google lead me here.
    Not the problem of Display/Change mode or authorization.
    I fix this problem as below:
    1) create a new smartform and create a template
    2) click the "Settings" button
    3) in tab General, check the "Draw Lines and Columns", click OK
    4) exit without saving
    5) now I can use the "Draw Lines and Columns" button
    but here when I click the Settings button again, the "Draw Lines and Columns" is unchecked.
    Hope this can help
    May some mentor give an explanation.

  • How do I keep account of line and column number within JTextArea?

    How do I keep account of line and column number within JTextArea?
    Thanks.

    hi kamlesh,
    to get the number of columns in a JTextArea u have the function
    getColumns() which gives u the number of columns in the text area.
    To get the number of rows present u have the function
    getRowCount() which returns an int that specifies the number of rows in the text area.
    Hope this helps
    Cheers :)
    Nagaraj

  • How to get string (specified by line and column) from txt file with labview

    Hi everyone
    How to get string (specified by line and column) from txt file with labview
    thx 
    Solved!
    Go to Solution.

    As far as I know, a text file has no columns.  Please be more specific.  Do you mean something like the 5th word on line 4, where words are separated by a space, and lines are separated by a newline character?  You could the Read from Spreadsheet String function and set the delimiter to a space.  This will produce a 2D array of strings.  Then use index array and give the line number and column number.
    - tbob
    Inventor of the WORM Global

  • Drawing boxes and columns in smartforms!

    Hi experts!
    Learning smartforms........
    Iam unable to draw the tables , columns in the smartform, ofcoz got the output in smartform in tabular format but not with physical table with column and row lines, how to embed the table in a smartform?
    Thanks in advance.
    Mirza

    Hi,
    Unfortunatelly drawing a frame for table is not so straightforward. To draw a frame around the columns and table itself you need to create a window (on top of window where you display your table) placing it at column position and checking Lines width in Output Options tab for this window. This will produce a fake column frame. See [this example|http://img294.imageshack.us/my.php?image=tableq.png].
    For rows you could do similar: check what is the heihgt of row in the table and draw respective windows as rows. This one, however will look a bit strange, but for columns it looks and works fine.
    Regards
    Marcin

  • How to erase lines and columns from a pdf document

    hi, i have a pdf document with rows and columns and some text writen in them. I want to be able to delete the rows and columns but i haven't found a way to do that yet.Can anyone help me please??? i can delete the content in the cells but not the row/column itself. Also i want to do the opposite thing in another pdf (add rows and columns), i also haven't found the way yet
    Thank you!!

    This is a very long way from what is possible. Acrobat is not a design tool or word processor. You can delete what is at a location on the page, but it sounds as if you expect the text to reflow and close up the gaps - this will not happen.

  • Draw line and shapes

    I have a small problem...cos i have like one class that extends JFrame but i have one JPanel on which i would like to draw some shapes...but i dont know how...cos i tried to rewrite paint method but it does not work...if someone would please post me a simple example...on how to do that...thnx

    This is slightly barebones, but it should do. It also has some less relevant code. Here's my JFrame (or the interesting parts):
    public class MainWindow
         extends JFrame
         private PaintLayout layout;//My custom Layout, not required
         private Container c;
         public MainWindow()
              //Bind the layout and Container c for future use
         layout = new PaintLayout();
         c = getContentPane();
         c.setLayout(layout);
    //These are useful if you want to know what space is getting chopped out
         it = c.getInsets().top;
         ib = c.getInsets().bottom;
              il = c.getInsets().left;
              ir = c.getInsets().right;
         GameBoard board = new GameBoard();
    layout.addLayoutComponent(board, 0+il, 0+it, 720, 480);//Custom add function for my custom Layout
    c.add(board);//Very useful and important
    Followed by the code of interest in my JPanel:
    public class GameBoard
         extends JPanel
         implements MouseListener, MouseMotionListener
         public GameBoard()
              this.addMouseListener(this);
              this.addMouseMotionListener(this);
         public void paint(Graphics g)
    g.setColor(new Color(0, 127, 0));
    g.fillRect(0,0,this.getWidth(),this.getHeight());
         public void mouseClicked(MouseEvent arg0)
              int x = arg0.getX(), y = arg0.getY();
              System.out.print("X: "+x+" Y: "+y+"; X: "+x/10/12+"'"+(x/10)%12+"\" Y: "+y/10/12+"'"+(y/10)%12+"\";\n");
    Have fun with that.

  • Need to draw line after the 2nd line item(Smart Forms)

    Dear Friends,
    I need to draw horizontal line after the 2nd line item  and 3rd line item in smart forms.How can i achive this.
    Plz help.
    Edited by: farook shaik on May 19, 2009 8:19 AM

    This is what you need to do:
    1> In the tables->details section define two line types LT1 and LT2.
    2> Come back to tables section pressing the table painter button.
    3> Select a line type for which you want to have an underline(say LT2).
         a] If the anchor cursor does not come click the draw lines and columns button( the pencil icon nutton)
         b] select the line type ( it will become black after selection. Press and hold down ctrl to select
             multiple cells.
         c] after selection click the lower 'frame button' ( which is right at the top of box and shading).
    4> Now goto data section where you have given your internal table name and work area.
         a] in the sort criteria put your field POSNR and check the Event on Sort end chk box.
         b] you will see an extra node under the main area of the table.
         c] Create a table line with the line type LT2 in the node.
         d]Also in the Main area add another table line with LT1 as the line type.
    5> If POSNR remains unchnged LT1 will be triggered.
    6> if Posnr changes then LT2 will be triggered with the underline.
    This will suffice your requirement.

  • List Output - how to position cursor back to Page 1, line 5, column 90.

    Hello,
    I have a report program that calculates and writes a Grand Total at the end of a multiple page report.
    The program can not calculate the Grand Total until the end of the program.  Pages are displayed as Subtotals are calculated. My user wants the Grand Total to also be displayed at the top of Page one.    I am able to write to any line and column position just fine using the Skip to Line command.
    But I can not find a way to return to Page 1 then write the value.  I have tried
    SCROLL LIST TO FIRST PAGE   and I have tried to reset the sy-pagno value prior to the write
    statement.   Is there a way to page back and write to a report list?
    Thanks
    MPersson

    Check this sample code:
    Here page no like 1 of totpage is inserted to top of every page. Similarly u can display total to each page.
    REPORT ZLTEST3 NO STANDARD PAGE HEADING
    LINE-COUNT 65
    LINE-SIZE 80.
    DATA: NUM_PAGES_C(10) TYPE C.
    PERFORM WRITE.
    PERFORM GET_TOTAL_PAGENO.
    TOP-OF-PAGE.
    WRITE:/(SY-LINCT) 'TEST - TEST' CENTERED.
    WRITE: / SY-DATUM, 60 SY-PAGNO,'of', '*****'.
    SKIP.
    *& Form WRITE
    text *
    --> p1 text
    <-- p2 text
    FORM WRITE.
    DO 200 TIMES.
    WRITE:/ 'TEST', SY-LINNO.
    ENDDO.
    ENDFORM. " WRITE
    *& Form GET_TOTAL_PAGENO
    text *
    --> p1 text
    <-- p2 text
    FORM GET_TOTAL_PAGENO.
    WRITE SY-PAGNO TO NUM_PAGES_C LEFT-JUSTIFIED.
    DO SY-PAGNO TIMES.
    READ LINE 2 OF PAGE SY-INDEX.
    REPLACE '*****' WITH NUM_PAGES_C INTO SY-LISEL.
    MODIFY LINE 2 OF PAGE SY-INDEX.
    ENDDO.
    ENDFORM. " GET_TOTAL_PAGENO
    Note : this method only works in foreground

  • Draw line in Action Script project in Flash Builder (Gumbo).

    Hi
    I am working on drawing tool application and want to draw line and rectangle in Action Script project in Flash Builder (Gumbo). Please guide and help me with an example.
    Thanks
    Rangrajan.

    This should be helpful http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9 b90204-7dd9.html

  • Strange Vertical lines and pixelation issues with my Powerbook screen...Hel

    I have got a problem with mt LCD screen which now permanently displays lines of "dead" pixels, but they can't be dead because they chaneg all the time. If I move a window, I get lots more, which are created by the edge of the window, like a ghosting? Does that make sense?
    I have taken a screen grab, but not sure how to feature it in these forums. Anyone got any ideas or know about this problem?
    I have had a similar problem with this and other laptops, but it has always been a temporary thing before, when I had overloaded the system or something, and I got 'ghosting' from the trailing edge of a window, but this is permanently there?

    I have now attached a monitor to the PB, and it happens on the monitor too...maybe suggesting something wrong with the graphics card or logic board, rather than the screen itself. When I type this message, I get strange red 'ghosting' lines where the cursor moves across the page.It reminds me of the 'Etch-o-sketch' game, where you draw lines, and then wipe them off. I can move a window from left to right and get these ghosting lines. When I move the window back right to left, they erase the lines to the left of the window, but I get more to the trailing right edge of the window...i.e. on the right of the screen.
    Scrolling also removes these pixels, but creates new ones elsewhere.
    Any ideas?

  • Line and path directions

    I am looking to discuss what direction is which in cerent 0c48s on different pm registers

    It does look as though most of the requested functionality is already in the PL/SQL edit windows (current line and column position, insert/overwrite).
    I would suggest that this gets added to not just SQL Worksheet windows, but all windows that allow editing of code - such as SQL tab of objects. Also, while the insert/overwrite isn't applicable, it would be good to have the current line and column position on view windows, such as the View PL/SQL.
    The other functionality requested seems to be related to the SQL Worksheet and the fact that server errors are relative to statement lines, rather than window lines.
    To keep a current statement line position would presumably require more active parsing of the contents of the SQL Worksheet than we do at the moment (ie as each character is typed, the SQL Worksheet needs to know which statement it is in, to determine the current line within the statement).
    As the only time where SQL Developer is telling us a specific line and column position it is when it is reporting an error (thanks for adding that!), it would be simpler and almost as useful, to just have the cursor jump to the statement line and column where the error was reported.

  • How do I read from a text file that is longer than 65536 lines and write the data to an Excel spreadshee​t and have the data write to a new column once the 65536 cells are filled in a column?

    I have data that is in basic generic text file format that needs to be converted into Excel spreadsheet format.  The data is much longer than 65536 lines, and in my code I haven't been able to figure out how to carry over the data into the next column.  Currently the conversion is done manually and generates an Excel file that has a total of 30-40 full columns of data.  Any suggestions would be greatly appreciated.
    Thanks,
    Darrick 
    Solved!
    Go to Solution.

    No need to use nested For loops. No need for any loop anyway. You just have to use a reshape array function. The picture below shows how to proceed.
    However, there may be an issue if your element number is not a multiple of the number of columns : zero value elements will be added at the end of the last column in the generated 2D array. Now the issue depends on the way you intend store the data in the Excel spreadsheet : you could convert the data as strings, replace the last zero values with empty strings, and write the whole 2D array to a file (with the .xls extension ) using the write to spreadsheet function. Only one (minimal) problem : define the number of decimal digits to be used;
    or you could write the numeric array directly to a true Excel spreadsheet, using either the NI report generation tools or ActiveX commands, then replace the last elements with empty strings.
    We need more input from you to decide how to solve these last questions. 
    Message Edité par chilly charly le 01-13-2009 09:29 PM
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Example_VI.png ‏10 KB

  • ALV grid, prevent return to line 1 column 1 after using filter button

    How can I prevent the ALV grid display from returning to line 1, column 1, after a user has modified the display using the filter or sort button ?  I know this is possible using the is_stable field when control is passed to my ALV code, but when the automatic on-screen buttons are used I can't find a way of controlling how the screen is displayed.

    Max,
    Thanks, the AFTER_USER_COMMAND event allows me access after the filter or sort button has bee npressed, but I am unable to prevent the grid from reverting to column1 line1.  By using the method GET_CURRENT_CELL I can find out the column, but it does not return me the row.   I have tried putting this column id into  SET_CURRENT_CELL_VIA_ID, as suggested by Naimesh above, and calling this from the AFTER_USER_COMMAND method, but it does not effect how the grid displays.    
    Any further advice would be very welcome.

  • How draw a line between two buttons?

    Hi.
    I want to make two movable buttons connected  with a line. When changing position of any button you'll change look of  the line of course.  I know how to draw a line but after MOUSE_DOWN, and  I don't know how to remove an old one line, and how make this line to  be shown all the time?
    My code
    btn2.addEventListener(MouseEvent.MOUSE_DOWN,
    mouseDownHandler3);
    btn2.addEventListener(MouseEvent.MOUSE_UP, mouseUpHandler3);
    btn3.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler3);
    btn3.addEventListener(MouseEvent.MOUSE_UP, mouseUpHandler3);
    // Define a mouse down handler (user is dragging)
    function mouseDownHandler3(evt:MouseEvent):void {
       var object = evt.target;
       // we should limit dragging to the area inside the canvas
       object.startDrag();
    function mouseUpHandler3(evt:MouseEvent):void {
       var obj = evt.target;
          obj.stopDrag();
          //spisujemy x,y
          var x2Pos:Number = btn2.x;
          var y2Pos:Number = btn2.y;
          var x3Pos:Number = btn3.x;
          var y3Pos:Number = btn3.y;
          trace (x3Pos);
          trace (y3Pos);
          var roundObject:Shape = new Shape();
          roundObject.graphics.lineStyle(2, 0x990000, .75);
          roundObject.graphics.moveTo(x2Pos, y2Pos);
          roundObject.graphics.lineTo(x3Pos, y3Pos);
          this.addChild(roundObject);
          //this.removeChild(this.getChildAt(this.numChildren -1));
    Source .FLA: http://www.mediafire.com/?y2tyzz4zxun

    Here's a solution that you can adapt for two or more buttons....
    var btns:Array = [btn2, btn3]; //instances on stage
    //set btn handlers
    function setBtns():void {
          for(var i=0; i<btns.length; i++) {
                btns[i].buttonMode = true;
                btns[i].addEventListener(MouseEvent.MOUSE_DOWN, grab);
                btns[i].addEventListener(MouseEvent.MOUSE_UP, drop);
    setBtns();
    //draws lines btween all btns while a drag is occurring
    function drawLines(e:Event=null):void {
          graphics.clear();
          graphics.lineStyle(2, 0xFF0000);
          graphics.moveTo(btns[0].x+(btns[0].width/2), btns[0].y+(btns[0].height/2));
          for(var j=btns.length-1; j>=1; j--) {
                graphics.lineTo(btns[j].x+(btns[j].width/2), btns[j].y+(btns[j].height/2));
    //handlers
    function grab(event:MouseEvent):void {
          event.target.startDrag();
          addEventListener(Event.ENTER_FRAME, drawLines);
    function drop(event:MouseEvent):void {
        event.target.stopDrag();
        removeEventListener(Event.ENTER_FRAME, drawLines);
    drawLines();

Maybe you are looking for

  • Moving SharePoint back up files to different server

    hi friends i have back up file (.bak) of SharePoint 2013 web application. i want to restore this .bak file to another SharePoint 2013 server. is it possible ?

  • Office 2013 Home and Business with WSUS

    Hi, My company acquired 50 licences of Office 2013 Home and Business a few months ago, and I've discovered the Click-2-run technology to keep O2013 up-to-date. This morning, I've installed a new laptop as usual, including O2013 and our config to reac

  • Programmatic setting of multiple command data objects with same parameters

    I have a java server application in which I am using the JRC to set a predefined report's parameters. The data is based on 2 command objects from the same connection and of which have the same parameter names/types. When I go to set the parameters us

  • Incoming connections now at start-up

    I am now all of a sudden (after a couple of years of never seeing it) being asked to allow/deny Incoming connections for several items: -krb5kdc -qmasterd -qmasterqd -compressord and a few others. Why all of a sudden?

  • Trouble Burning in iTunes

    Hi All: I am having problems when burning a disc in iTunes. I get a message stating that this or a number of songs cannot be burned unless the computer is authorized thru Mac. The authorization IS turned on. The discs were imported under Apple LossLe