Interective

Hi guru's
small question
1. i want to move my list from 2nd to 5 th list .meanscan we move the list forward if yes how it could be possible.
2.
at a time is two events will trigger or not events are at line selection and user command if triggers how means wht command i should use

hii
at time it can'nt trigger two events
if u want to move from 2nd to 5th
write code like this
if sy-lsind = 2.
sy-lsind = 5.
endif.
reward points if useful
regards
Jaipal

Similar Messages

  • Unable to use interective photo galleries (i.e. New York Times' before/after Japan tsunami damages, and others, also in NYT website) Had to use Google Chrome, even though not my default browser.

    On 03/13/2011, I could not use an interactive photo gallery in the New York Times website. I had a slide on each picture which showed the before and after the tsunami damage, in Japan.
    I had to use Google Chrome, though Firefox is my default browser.
    I had the same problem with the photo gallery of dresses during and after the Oscar event.

    That site relies upon JavaScript to use the before and after feature. Make sure JavaScript is enabled, to do that open the Options window, go to the Content panel and make sure "Enable JavaScript" is selected.
    If you have an add-on such as NoScript that blocks JavaScript, you need to set it to allow scripts to run on that site.

  • How to remove cells interection line in JTable

    Hello
    I am new to Java Programming
    I am facing a problem which i did not know how to solve so i need help from experts of this forum
    I have JTable of lets say 5 columns and from that i want to hide some columsn e.g i want to get only column 0(or ist column) and column 5(5th column) visible to me and not the inbetween columns(i.e 2,3,4) so i coded it like this:
    for(int count=0;count< ConnectedDrivestable.getColumnCount();count++)
                   tcm = ConnectedDrivestable.getColumnModel();
                   cm=tcm.getColumn(count);
                  if( count==0 || count==4)
                       cm.setPreferredWidth(15);
                   cm.setMinWidth(0);                   
                       cm.setMaxWidth(15);                   
                  else {
                       //ConnectedDrivestable.removeColumn(cm);
                           //ConnectedDrivestable.removeColumn(tcm.getColumn(count));
                       cm.setPreferredWidth(0);
                   cm.setMinWidth(0);          
                       cm.setMaxWidth(0);
              }where ConnectedDrivestable is my JTable of lets say 5 rows and 5 columns
    tcm is TableColumnModel and cm is TableColumn object
    But the problem is that i am getting vertical line in between and that is the intersection line of column 1 and column 5(i.e the intersection line of two columns that are visible) i dont want this in between vertical line to appear
    I really dont know how to fix this problem i have searched on internet but unable to find the appropriate solution to it
    Also as shown in my code i tried to work with removeColumn method which documentation says should remove the desired columns but i dont know why it is not functioing for my case the way i acpected am i doing something wrong or?
    So urgent help from people here is required
    Thanks in advance
    Imran

    Hello
    Thanks for reply and thanks for help
    Do please tell me that i am rendering cells of JTable with JLabel it is working fine but i want to span JLabel onto multicells in the same row
    Second i want to change the size of JLabel so that if not needed JLabel did not cover the whole Cell
    A bit of code which i am using to do cel rendering is attched for your kind considerations
    ConnectedDrivestable.getColumnModel().getColumn(1).setCellRenderer((new  DefaultTableCellRenderer ()
                   public Component getTableCellRendererComponent(JTable table, Object value,
                             boolean isSelected,
                             boolean hasFocus,
                             int row, int column)
                        JLabel Jlbl=new JLabel();
                        if(row==2)
                             ((JComponent)Jlbl).setOpaque(true); //if comp is a JLabel:Necessary
                             //Jlbl.setBorder(BorderFactory.createLineBorder(Color.BLACK));
                             Jlbl.setBackground(Color.GREEN);
                             Jlbl.setLocation(row,column);
                             System.out.print("The Column number is : "+column);
                             System.out.print("The answer is: "+ column+2);
                             ((JComponent)Jlbl).setMinimumSize(new Dimension(1,1));
                             ((JComponent)Jlbl).setMaximumSize(new Dimension(0,0));
                        return Jlbl;
                        //return comp;
              }));Another piece of code which i got from internet for doing the same is
    ConnectedDrivestable.getColumnModel().getColumn(2).setCellRenderer((new  DefaultTableCellRenderer ()
                   public Component getTableCellRendererComponent(JTable table, Object value,
                             boolean isSelected,
                             boolean hasFocus,
                             int row, int column)
                        Component comp = super.getTableCellRendererComponent
                             (table, value, isSelected, hasFocus, row, column);                         
                        //((JComponent)comp).setBorder(new LineBorder(Color.BLACK));                         
                        if(row==2 && column==2)
                             //((JComponent)comp).setBorder(new LineBorder(Color.BLACK));
                             comp.setBackground(Color.GREEN);
                             ((JComponent)comp).setMinimumSize(new Dimension(1,1));
                             ((JComponent)comp).setMaximumSize(new Dimension(1,1));                                   
                        else
                             comp.setBackground(Color.white);
                        return comp;
              }));These both work but as i tried to change the size of JLabel in the Cells it did not work also if i wanted to span JLabels to multiple cells(Column) is it not working
    Also as in code snippet i am trying to set the border which works fine but what i want is that after spanning JLabel to multiple cells then i want border along this how to do this help in this regard too?might if i could span JLabel to diffrent columns might i able to set border aroung them too
    I am putting under old forum topic this question as it is realted to my same problem so do please apologize me.
    I do need urgent help in this regard so kind help is needed
    Regards

  • Interective Report - Select columns takes forever - APEX32

    I have an interactive report with a query joining two tables. Both tables may have sever hundreds (not many) rows.
    The query runs fast on sql but when on interactive report is run based on same query, and when I click on "Select Columns" to display selected columns, it simply gives that scrolling round circle and just stays there without displaying the select columns wizard window.
    Any Idea to resolve this issue?
    Thanks,
    R

    Hi,
    This might not be problem, but do you see any javascript errors from page ?
    If you create report to totally new page, does it work ?
    Br,Jari

  • How to interect with applet within browser

    i want to write a jws that can interact with the applet (inside browser)
    sample:
    i write a caculator, all the class are in jlnp(jws) except the interface,
    user only can access and see the interface(applet) when he/she come to my website. (ofcouse ,i just wan to promote my ad).
    so, can give me some hint how to interact jws and applet that within browser,
    like jws to

    Hi
    If your database is oracle 9i you connect to database throgh isqlplus.During the installation of database it diplays http server with port number.Check the port number with 7778
    ExmPLE : HTTP://MACHINENAME:7778/ISQLPLUS
    Regards
    Mohan

  • Can i develope a java application using C API

    hai,
    i have C api, the project was developed in C before, now i am having that api. I have to do that in java by using that C api.
    can any one suggest me how to do this?

    Your question is not that very clear!! You want to convert the C api to a Java api? or you want to develop a Java application that uses the C api?
    For the first question I believe that you should check the functionality of the C api and re-code it in Java! do not believe you should find anything imposible in that! (unless that api is trying to do something crzy directly with memory)
    For the second question then I believe you will have to use native calling or something like that. I have never used it, but read about it, and it seems one way how Java can interect with C.
    Over here there is a forum.
    Regards,
    Sim085

  • Status of queue in case of rollback

    Hi All, Suppose in a distributed transaction which involve 1) receive 2) database interaction and 3) send. Now for any message msg1 received in step1 , step 2 that is database interection results in some exception which will result in overall rollback. So what wil be the status of message msg1. will be it still in queue. I think its should be as that will mean msg reliability:)...but i am not able to make it work. msg is never received by the application. I have tried it as a MDB and a java application. but same result.. I want the message to be recived again and it has to be a synchronous implementation that is Queue. Can anybody suggests what could be the problem in my code or how it can be implemented.
    REgards Akhil Nagpla

    Hi,
    After the global transaction has aborted, msg1 have to be reinserted in its original queue. However, if the queue contains other messages the delivery of msg1 could be delayed but msg1 must be eventually redelivered. You said that you tried to run a client application program outside a MDB, I can have a look at your code if you want to email it to me.
    Hope it helps.
    Arnaud,
    http://www.arjuna.com

  • Interactive Panorama in elements 12

    Is there a work around to allow this to be done?
    I normally work nights so often find myself shooting night skys and star light, the milky way makes a beatiful back drop to some of the ruined buildings in the area. However to make full use of both the landscape and the stars panoramics makes alot of sense. Having just moved from a fairly old Nikon D50 to  D7100 i was also forced to upgrade elements as the old elemnts 6 i was using did not support the new NEF files the D7100 produced.
    I was shocked when i found there was no interective option for making my panoramas as the automatic system has in place seem unable to stitch with the tiny points of light that are the starts.
    Elements 6 at least alloed me to get it close enough with the interactive layout
    Any ideas will be greatly appreaciated.

    In photoshop cs6 give this a try:
    1. Go to File>Scripts>Load Files into Stack, browse and load the pictures for the pano with the Attempt to Align and Create Smart Object unchecked
    2. Increase the canvas size of the document with the Crop Tool holding down the Alt key and dragging
        one of the crop corners out until you think the canvas is big enough to arrange your documents for the pano.
    3. Align the layers manually in the document window with the Move Tool as good as you can.
       (you can lower the layer opacxity so you can see the alignment better, but don't forget to put all the layers back to 100% opacity)
    4. Select all the layers in the layers panel
        (Select>All Layers)
    5. Go to Edit>Auto-Blend Layers and use Blend Method>Panorama and Seamless Tones and Colors
    6. After the blending it's possible you might see some whats looks like seams, so press Shift+Alt+Ctrl+E to make a merged copy on a new layer and hopefully that'll
        get rid of the seams.
    I'll make another post with directions for putting the plugin into photoshop cs6, since you probably don't want to install pse 11 just to get a plugin when
    photoshop cs6 is so much more capable than elements, for panoramas anyway.

  • WIN_API_DIALOG.OPEN_FILE & GET_FILE_NAME both not working in 3-tier

    Dear Friends,
    I want to Use open Dialog window for client Machine,
    So that user can Select any file.
    I am using Form 6i as front end,
    This thing have to be done by any means in forms 6i only.
    So does anybody have any idea over this.
    I Have used Get_File_Name But It Doesn't work on Web,
    Beside this I have used D2kutil this works in the web but Open dialog window open in the Server even if it is called from client machine,
    I Want open dialog window in any machine from where the Application is Used
    So Please If Any body have worked on this, plz give me guidelines.
    Regards
    Piyush

    You must alway keep in mind that in 3 tier environment, whatever command you use to interect with the host file system or operating system, it's the application server's host that you are interacting with.
    In case you want to do that on the client machine you have two choices, using Webutil or PJC.
    My suggestion goes with Webutil since it is the whole package and the complete solution for client side interaction.
    You can download it from this link:
    http://www.oracle.com/technology/software/products/forms/files/webutil/webutil_106.zip
    Regards,
    Tony Garabedian

  • Shaded areas on PDF after exporting from Indesign

    Hello, I'm working on booklets for work using Indesign. So far most of the information in the booklet have been placed by PDF files. My supervisor sent me another PDF he would like added to the booklet. My problem is when I placed the PDF onto the page it looks fine but once I export the booklet from Indesign to PDF you see shaded areas on the page. This has never happened before and I can't seem to fix it. Does anyone have any ideas?

    So the sidebar frame is a native ID text frame? I see two shaded areas inthe screen shot that interect that sidebar, and neither of them seems really related to it in any way.
    Are you willing to share the file with me for examination?
    Have you tired the standard Troubleshooting 101 steps: Replace Your Preferences and Remove minor corruption by exporting?

  • Best Logging approach when using ALSB

    Hi,
    We are exploring various possibilities for logging with ESB (i am using ALSB version
    3.0).
    I was thinking of using Log4J logging to SysLog (http://wiki.apache.org/logging-log4j/syslog) to capture metrics from different processes.
    I have intereactions in my web application (MyWebApp) where i have to fetch some results from a 3rd party web application (MyWebApp2) and i use the ESB to interact between the 2 applications.
    I can depict the interections to be of the form depicted below.
    Browser --&gt; MyWebApp network request / MyWebApp processing / MyWebApp -ESB network request / ESB processing / ESB-MyWebApp2 network request / MyWebApp2 processing ) -
    How can i capture or measure performance profile ?
    Among other alternatives
    I was thinking if i can use Log4j as a seperate service and can invoke it within the ESB each time i want to log something.
    The only concern i have with this is that it might turn out to be a costly operation.
    Can Some one provide me a quick reply for this as i need to wrap it a bit quickly.
    Cheers
    Edited by: user8352312 on Oct 28, 2008 11:40 AM

    Currently OSB 10gR3 is out! with nice cool stuff (debugging).
    But, you could at logging to your service by applying log actions in your service. This wil generate log information in the log file. Or you could create Alert or Report actions.
    Marc
    http://orasoa.blogspot.com

  • Interactive form using ABAP workbench

    Hi All,
    I have develped Print forms using ABAP workbench using SFP transaction.
    I am really confused with the terms Print forms and Interactive forms..
    Actually I was able to make my Print form which I have created using SFP transaction, Interactive by giving the appropriate form parameter(fillable).
    But I have read some SDN article in which it says that Interactive forms can only be created in Webdynpro environment..  (Either ABAP webdynpro or Java Webdynpro)..
    In the design time how we will know that the form is interactive or not?
    Please let me know ur thoughts on this..
    Regards,
    Sreejith A P

    HI Sree jith,
    At Design Time, we design a form using the Adobe Designer tool, which allows to to create forms with input fields etc, which can be filled by the user, if the runtime supports it.
    When you design a form via transaction SFP,y ou are essentially designing the form and adding the elements, but, whether the form would be interective or not would be defined by the run time environment.
    If you add an input field to the form, and execute it via an ABAP report, then the form would not be inteactive but, if you use the same form in WebDynpro, then the form could be interactive.
    Designing the form via SFP or via the WebDynpro Interactive form element, both, inherently call the Adobe Designer, but executing the form via WebDynpro Environment would supoprt its interactove nature whereas via an ABAP report, it would not, although the tool allowed you to add the UI element.
    Hope this helps,
    Regards,
    Siddhartha

  • Transaction launcher call ITS R/3 - Save log on user informations

    Good Morning,
    I create a transaction launcher where i call an BOR object in SAP R/3 via ITS.
    When the user click on the link in Web Interection center, is opened the SAP ITS that ask the log-on informations.
    Happens that when the user accept an incoming call and open ITS R/3 from transaction launcher the system asks the user and password informations; when the call is finished and the user close the ITS web page, if the user accept a new incoming call, if the user open the ITS from trasaction call the system asks another time the log-on informations.
    There is the possibility to be sure to save the log-on credentials  when the user log-on the first time on ITS?
    Thanks you
    Best regards
    Marco

    Hi Marco,
    As per my understanding of your problem, if i have understood it correctly, you want the logon information to be saved into your browser until the time you explicitly logoff. For this, you may try the following solution:
    1. Identify the internet service that is being invoked (like service 'webgui'), goto transaction SICF and enter Service name as name as the one identified. eg. webgui.
    2. In 'Logon data' tab, change the value of 'Deactivated System-wide' to 'Yes' for the re-authentication as shown in the picture.
    Please let me know if you have more issues.

  • How to add a side bar?

    In many books, there is always a side bar that shows tips, interecting facts, etc. How do I add these in iBooks? And will it work for landscape and portait mode?
    Thanks!

    No 'icon' only for me - I sized it where on my iPad 2 it is approx. 1/2" square.
    You can also drop a text box along the side and size it accordingly.

  • Linking iBooks Author to Google Earth?

    Hi,
    I can link to Googlemaps from iBooks Author simply by inserting a link into IBA*. Please can anyone tell me how to link to GoogleEarth to acheive similar results?
    *BTW with this method the iPad/iBooks sometimes goes directly to Googlemaps, and sometimes it goes via Safari first and only after switches to Googlemaps... Bonus prize for anyone who can tell me why that is? and how to set it up so it just goes straight to Googlemaps?
    Many thanks for your help,
    DM
    iPad New / Macbook Pro 2.4 / OSX 10.7.4

    Thanks,
    I had seen this widget before, and it works quite well - but still I find the way IBA handles widgets very clunky.
    I'm looking for the reader to interect with online maps/earth directly.
    Thanks for trying though, I'm sure this will help somebody,
    DM

Maybe you are looking for

  • Select * into table_name in oracle

    Hi, I would like to create a table in Oracle much like the way I do it in Sybase SELECT * INTO mytable FROM t WHERE 1 = 2 gothanks, Ashok

  • HT201302 transfer photos and apps to new phone

    so i activated my new iphone 5 today and seem to be having a problem. After i backed my old iphone 4 information to my computer i plugged in my new phone transfer all content over. The only thing that transferred were the contacts! is this normal? al

  • Adding a properties file into SapDictionaryTypesRuntime.jar

    Hi, I would like to add a properties file to SapDictionaryTypesRuntime.jar located in plugins\com.sap.dictionary.runtime\lib. Could you please help me how i can do  that ?.I tried using WinZip to add a file ,didnt help.

  • Guest account desktop picture

    Hi, Is it possible to set a desktop picture for a guest account so that it isn't deleted upon log-out? Thanks

  • I want to use fingerprint reader

    actually i want to use finger print reader i download the drivers but now hp securitytool protocol manger is missing and i want to download but couldnot find it please help me.....