Interactive Program

I am designing an interactive program and need to know how to create individual accounts for a user to access the program. Basically whenever they would access it, they would sign in using their account or create one if they had never used it before. I only am familiar with the basics of director so any samples or advice you have would be a huge help.
Thanks

Thanks for the reply. I will try to answer your questions to the best of my ability.
1. I do not know what the older interactive program was made from. It contains an exe file that opens and runs the program. It is flash based and runs in a browser although it does not require an internet connection.
2. The structure of the program is an application that opens up, asks for an account to be created where all data is stored and then begins a virtual classroom. It contains a series of videos and quizzes. I have attached a screeshot of what the folder containing the interactive program looks like. 
3. I am looking for a digital interactive template that I could then write to a cd or dvd-rom. It would contain a similar program to the usb drive, but updated.
Let me know what other information you need and I can do my best to provide it.

Similar Messages

  • How autostart Interactive program at boot before tty appears

    I'm coming from Ubuntu to Arch Linux, I'm trying to autostart an interactive program written in C++ at boot before tty1 appears.
    I have created a file called /etc/systemd/system/myapp.service with the following contents:
    [Unit]
    Description=myapp
    [Service]
    Type=oneshot
    ExecStart=/home/xxx/myapp.exe start
    StandardOutput=tty
    RemainAfterExit=yes
    [Install]
    WantedBy=multi-user.target
    And then run
    sudo systemctl enable myapp
    Unfortunately, it does not work as expected:
    1. I can't interact with myapp
    2. I do not want tty1 to appear until the program ends
    Last edited by mafrek (2013-09-05 07:30:45)

    thank you . thank you . thank you .
    the secret thing in magic line `StandardInput=tty`
    my final  /etc/systemd/system/myapp.service
    contents:
    [Unit]
    Description=myapp
    After=sysinit.target
    [Service]
    Type=oneshot
    StandardInput=tty
    StandardOutput=tty
    RemainAfterExit=yes
    ExecStart=/home/xxx/myapp.exe start
    ExecStop=/home/xxx/myapp.exe stop
    [Install]
    WantedBy=multi-user.target
    AND i disable tty1
    sudo systemctl disable [email protected]
    Now tty1 is my app (-:
    Another problem )-:
    ExecStop=/home/xxx/myapp.exe stop
    not working, i want run myapp with stop parameter on shutdown/reboot system
    thanks for ( Trilby, progandy )
    Last edited by mafrek (2013-09-06 09:43:13)

  • No Interactive Programming Guide--Even AFTER STB Reset: HELP!

    I have been living without my interactive programming guide for more than a week now. I never know what is on TV!
    I have tried resetting the router by unplugging it from the electrical outlet, removing all the cords for 15 seconds at a time and pushing the reset button with a paperclip.
    I have tried resetting the STB a handful of times as well. First, I disconnected all wires and cords for about 45 seconds. Since then I have continued to disconnect the power cord for various lengths of time--still nothing.
    I have even tried the online troubleshooting tool to reset it from the internet--nothing.
    Has anyone else has this problem?
    Christina
    Solved!
    Go to Solution.

    Christina,
    Yes I have experienced this. And I have never figured out why, but I think I do know the "what."
    This problem is usually caused by the router and the STB failing to communicate. So first lets verify that that really is the problem. On the STB remote do the following:
    Menu ==>  Settings ==> System Information
    Is there any thing other than 0.0.0.0 shown in the IP Address field? If not then the STB is not communicating with the router. You can also see there how many days of guide data the STB has; it is probably zero now, usually it is somewhere in the 8 to 9 days range.
    Assuming that there is no IP address, then we need to try to figure out why and hopefully fix it. By the way, in the steps below I am assuming you have the most common Verizon router, the ActionTec. If you have the Westel, I have never seen one so I don't know exactly what you might see, but I hope it would be similar.
    1) The coax connection to your STB is obviously ok or you would not be getting a picture. But the Guide data, widgets, VOD all come through the router first before they go to the STB on the coax, unlike the regular TV channels which go directly from the ONT through the splitter to the STB via coax. So, check the coax connection to your router, at both the router itself and the wall connection. They need to be good and tight.
    2) Unplug the power from the STB, wait 15-20 seconds, plug it back in, wait until it is up, then check the IP address again. Is there one? If so, just wait for a while, the Guide will gradually repopulate, and all should be ok.
    3) If no, unplug the power from the router, wait 15-20 seconds, plug it back in, wait a little while and check the IP address in the STB again. OK?
    4) If no, the next step is to log into the router and check what it sees on your network. The login is usually "admin" and "password1" (the password must be changed the first time you log in, most installers set it to "password1), but since you have reset the router it is probably now back to "admin" and "password". Once you log in (and change the password), in the middle of the page should be a listing of all devices on your network, your PC(s) and STB(s). Do you see any STBs? If yes, just wait a while and all should be ok.
    5) If no, try unplugging the power from the STB again, then plugging it back in. I have experienced the loss of connectivity to one or more of my STBs maybe 3 or 4 times in almost 4 years with the FiOS TV service, have never been able to figure out the exact procedure to get the connectivity back, but removing the power and putting it back several times, in different sequences on the router and the STB, eventually has gotten it working.
    If the above steps don't work I think you have either a broken router or a broken STB and will need to call the FSC to get a tech dispatched.
    I hope the above helps. If I have screwed up the procedure a little bit in the description I am sorry, or if you don't understand something I have written, post back and I or someone else will be happy to try again.
    Justin
    Verizon FiOS TV, Internet, and phone
    IMG 1.6.2, Build 08.58
    Keller, TX 76248

  • Interactive program on the web

    What I would like to do is to take a card program that used to test individuals and put it on the web so that the program could be interacted with and the data stored in the excel spreadsheet which I have designed a program to do. The people who play the game will only have Internet Explorer/Netscape. Is it possible, (in a memory location of some sorts or another), online where I could upload my program to be viewed and interacted with online? I don't want to have to leave my computer on as a server. If this is possible to do these things in which I have inquired, how would I go about doing this?
    Thanks,
    ~CalTech

    CalTech wrote:
    > What I would like to do is to take a card program that used to test
    > individuals and put it on the web so that the program could be
    > interacted with and the data stored in the excel spreadsheet which I
    > have designed a program to do. The people who play the game will only
    > have Internet Explorer/Netscape. Is it possible, (in a memory
    > location of some sorts or another), online where I could upload my
    > program to be viewed and interacted with online?
    Yes, I assume you wrote this in LabVIEW right? Depending on the
    version you are using, you can use a feature called "remote panels".
    This allows you to run your LV code on a a server and have remote
    users access it. One problem is that you can only have one user active
    on the VI at a time. If you want to have multiple concurrent users
    then you must have multiple remote panel licenses installed on the
    server. You must also design your VI to launch multiple instances of
    the VI. Not impossible but requires some time to perfect.
    Another option is to purchase the labview Internet toolkit and
    re-create your front panels into html pages with a LabVIEW back
    engine. This is possibly a better approach but requires knowledge of
    html and you have to re-write your user interface to be presented
    using web based controls. Again, not impossible but requires some work.
    > I don't want to have
    > to leave my computer on as a server. If this is possible to do these
    > things in which I have inquired, how would I go about doing this?
    Here's where you run into a roadblock. Where do you expect to load
    your LabVIEW code? Where are you going to host this code if not on
    your own server? No shared ISP server will ever allow you to install
    the labview development system or a labview executable code on their
    machine. The only way to do this is with your own server. Unless NI
    starts to see the light and provides the LabVIEW run-time engine as a
    module to let's say Apache servers. Until that day comes you will have
    to host your own LabVIEW server.
    Michael Aivaliotis
    http://mmwis.com
    http://forums.lavausergroup.org
    http://niweekblog.com
    Michael Aivaliotis
    VI Shots LLC

  • Interactive programing in ALV

    Dear friends,
    I have created one trans. table in that material no. and month are two fields i have created one report to display that field now when user click on that material no he gets another screen in that again user have to enter the same material no and month and the quantity now how to get that material no and month on the next screen automatically so that user can entered only qantity go ahead. when user click on material number then automatically that material number and month can appered in the next screen of that same fields.
    Please guide me
    Thanks,
    Vishal Bhagwat.

    Hi
    hope this will help you.
    pls reward if help.
    report yh645_secndry_alv.
    type-pools: slis.
    data: fieldcat type slis_t_fieldcat_alv,
    fieldcat_ln like line of fieldcat,
    fs_layout type slis_layout_alv,
    t_layoout like standard table
    of fs_layout.
    data: begin of fs_spfli,
    carrid type spfli-carrid,
    connid type spfli-connid,
    countryfr type spfli-countryfr,
    cityfrom type spfli-cityfrom,
    airpfrom type spfli-airpfrom,
    countryto type spfli-countryto,
    cityto type spfli-cityto,
    airpto type spfli-airpto,
    fltime type spfli-fltime,
    deptime type spfli-deptime,
    arrtime type spfli-arrtime,
    distance type spfli-distance,
    distid type spfli-distid,
    fltype type spfli-fltype,
    period type spfli-period,
    checkbox,
    color(3),
    end of fs_spfli.
    data:
    begin of fs_table,
    carrid type spfli-carrid,
    connid type spfli-connid,
    end of fs_table.
    data: begin of fs_sflight,
    check,
    color(3).
    include type sflight.
    data:end of fs_sflight.
    data:
    begin of fs_table1,
    carrid type sflight-carrid,
    connid type sflight-connid,
    fldate type sflight-fldate,
    end of fs_table1.
    data:
    t_spfli like standard table
    of fs_spfli.
    data:
    t_table like standard table
    of fs_table.
    data:
    t_table1 like standard table
    of fs_table1.
    data:
    t_sflight like standard table
    of fs_sflight.
    data:
    t_sbook like standard table
    of sbook.
    data t_layout type slis_layout_alv.
    select *
    into corresponding fields of table t_spfli
    from spfli.
    perform start_list_viewer.
    perform get_spfli_details.
    *& Form SUB1
    text
    -->RT_EXTAB text
    form sub1 using rt_extab type slis_t_extab.
    data: flight type slis_extab.
    flight-fcode = 'SFLIGHT'.
    append flight to rt_extab.
    set pf-status 'SFLIGHT'. " EXCLUDING RT_EXTAB.
    endform. "SUB1
    *& Form START_LIST_VIEWER
    text
    --> p1 text
    <-- p2 text
    form start_list_viewer .
    data: pgm like sy-repid.
    pgm = sy-repid.
    fs_layout-box_fieldname = 'CHECKBOX'.
    fs_layout-info_fieldname = 'COLOR'.
    call function 'REUSE_ALV_LIST_DISPLAY'
    exporting
    i_callback_program = pgm
    i_callback_pf_status_set = 'SUB1'
    i_callback_user_command = 'USER_COMMAND'
    i_structure_name = 'SPFLI'
    is_layout = fs_layout
    tables
    t_outtab = t_spfli
    exceptions
    program_error = 1
    others = 2.
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    endform. " START_LIST_VIEWER
    *******Process Call Back Events (Begin)**************************
    form user_command using ucomm like sy-ucomm
    selfield type slis_selfield.
    case ucomm.
    when 'SFLIGHT'.
    selfield-refresh = 'X'.
    perform get_spfli_details.
    select *
    from sflight
    into corresponding fields of table t_sflight
    for all entries in t_table
    where carrid eq t_table-carrid
    and connid eq t_table-connid.
    perform display_sflight.
    when 'SBOOK'.
    selfield-refresh = 'X'.
    perform get_sflight_details.
    select *
    from sbook
    into corresponding fields of table t_sbook
    for all entries in t_table1
    where carrid eq t_table1-carrid
    and connid eq t_table1-connid
    and fldate eq t_table1-fldate.
    perform display_sbook.
    endcase.
    endform. "USER_COMMAND
    *& Form SUB2
    text
    -->RT_EXTAB text
    form sub2 using rt_extab type slis_t_extab.
    data: flight type slis_extab.
    flight-fcode = 'SBOOK'.
    append flight to rt_extab.
    set pf-status 'SBOOK'. " EXCLUDING RT_EXTAB.
    endform. "SUB2
    *& Form DISPLAY_SFLIGHT
    text
    --> p1 text
    <-- p2 text
    form display_sflight .
    data: pgm like sy-repid.
    pgm = sy-repid.
    clear t_layout.
    fs_layout-box_fieldname = 'CHECK'.
    fs_layout-info_fieldname = 'COLOR'.
    call function 'REUSE_ALV_LIST_DISPLAY'
    exporting
    i_callback_program = pgm
    i_callback_pf_status_set = 'SUB2'
    i_callback_user_command = 'USER_COMMAND'
    i_structure_name = 'SFLIGHT'
    is_layout = fs_layout
    tables
    t_outtab = t_sflight
    exceptions
    program_error = 1
    others = 2.
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    endform. " DISPLAY_SFLIGHT
    *& Form GET_SPFLI_DETAILS
    text
    --> p1 text
    <-- p2 text
    form get_spfli_details .
    loop at t_spfli into fs_spfli.
    if fs_spfli-checkbox = 'X'.
    fs_spfli-color = 'C51'.
    fs_spfli-checkbox = '1'.
    fs_table-carrid = fs_spfli-carrid.
    fs_table-connid = fs_spfli-connid.
    append fs_table to t_table.
    modify t_spfli from fs_spfli.
    endif.
    endloop.
    endform. " GET_SFLIGHT_DETAILS
    *& Form GET_SFLIGHT_DETAILS
    text
    --> p1 text
    <-- p2 text
    form get_sflight_details .
    loop at t_sflight into fs_sflight.
    if fs_sflight-check = 'X'.
    fs_sflight-color = 'C71'.
    fs_sflight-check = '1'.
    fs_table1-carrid = fs_sflight-carrid.
    fs_table1-connid = fs_sflight-connid.
    fs_table1-fldate = fs_sflight-fldate.
    append fs_table1 to t_table1.
    modify t_sflight from fs_sflight.
    endif.
    endloop.
    endform. " GET_SFLIGHT_DETAILS
    *& Form DISPLAY_SBOOK
    text
    --> p1 text
    <-- p2 text
    form display_sbook .
    data: pgm like sy-repid.
    pgm = sy-repid.
    call function 'REUSE_ALV_LIST_DISPLAY'
    exporting
    i_callback_program = pgm
    i_structure_name = 'SBOOK'
    tables
    t_outtab = t_sbook
    exceptions
    program_error = 1
    others = 2.
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    endform. " DISPLAY_SBOOK

  • Execute and pass parameter to external program

    hi all,
    i need to wrap a program using java.
    i would like to write a java program able to ask for user input as soon as wrapped command ask for.
    from the user point of view the behaviour should be the same.
    example
    program to be wrapped: mycommand.exe
    mycommand synopsis
    mycommand file1: mycommand ask for a string and writing it in file file1
    i would like to execute mycommand file1
    in a java program getting the orginal behaviour.
    so...
    String command = "mycommand file1";
    Process process = Runtime.getRuntime().exec(command);
    // from now on somebody can help me?
    thank you
    Luca

    lrasco wrote:
    i would like to write a brute force password cracker (for my own use, i forgot a password).
    rar ask user for password, if ok exit 0 otherwise exit 1 (i suppose).
    my program execute rar, which sholud ask for password, pass a password, check for exit code, then exit or continue.That tells us what you're trying to accomplish, not what problems you're having.
    For the record, I'm extremely skeptical of your claim that this is for the legitimate use of recovering your own password. The proper approach would be to contact the admin to reset it.
    Of course, trying to brute force crack a password by executing an interactive program like this will be extremely slow anyway. Assume a 6 letter password over the 62-character space of uppercase, lowercase, and digits. There are 62^6 = 56,800,235,584 possible passwords. On average, you'll have to search through half of them, which is 28,400,117,792. If you can do 100 / sec., then that will take 28400117792 / 100 / (60 x 60 x 24 x 365) = 9 years.
    EDIT: Stupid math operator markup.
    Edited by: jverd on Jan 13, 2010 11:20 AM
    EDIT: fixed math error
    Edited by: jverd on Jan 13, 2010 11:21 AM

  • Need help in interactive list

    Hi all,
    In first list i displayed sflight table details.i used this code.if i double click on carrid value i am getting corresponding spfli  details  in the next list.
    AT LINE-SELECTION.
    GET CURSOR FIELD fld VALUE val LENGTH len OFFSET off LINE li.
    select airpfrom cityfrom countryto cityto from spfli into table it_tab2 where carrid = val.
    i want if i double click any where in the line not only in carrid value even in connid or fldate i should get coressponding spfli details..if anybody knows kindly help me.
    Thanks in advance.

    hI
    SEE THIS PROGRAM
    A Sample Hide & Get Cursor in Interactive Programming
    Hide & Get Cursor is used in interactive programming ( in the event AT LINE-selection).
    Using Hide in Loop..Endloop, you can get the field name At Line-Select
    Event While Double Clicking That Line.
    ***PROG.BEGIN**************************************************************
    *& Report  ZPREM_INTERACTIVE                                           *
    REPORT  zprem_interactive                       .
    TYPES : BEGIN OF ty_test,
            code TYPE i,
            name(10) TYPE c,
            amount TYPE p DECIMALS 2,
           END OF ty_test.
    DATA : it_test TYPE STANDARD TABLE OF ty_test WITH HEADER LINE INITIAL SIZE 10.
    DATA : wa TYPE ty_test,
           chk1 TYPE c,
           fldname(30), fldval(50).
    *set pf-status 'PF01'.
    *set titlebar 'PF01'.
    INITIALIZATION.
      it_test-code = 300.
      it_test-name = 'Ramesh'.
      it_test-amount = 5500.
      APPEND it_test.
      wa-code = 207.
      wa-name = 'Prem'.
      wa-amount = 5000.
      APPEND wa TO it_test.
      it_test-code = 117.
      it_test-name = 'James Bond'.
      it_test-amount = 9900.
      INSERT it_test INDEX 3.
      it_test-code = 217.
      it_test-name = 'Sivaraman'.
      it_test-amount = 9900.
      INSERT it_test INDEX 3.
      it_test-code = 201.
      it_test-name = 'Saravanan'.
      it_test-amount = 1000.
      APPEND it_test.
      it_test-code = 210.
      it_test-name = 'Shanmugam'.
      it_test-amount = 6000.
      APPEND it_test.
      WRITE : / 'Loop Display ( Appended rows ) :-'.
      LOOP AT it_test.
        WRITE : / chk1 AS CHECKBOX,
        sy-tabix, sy-vline, it_test-code, it_test-name, it_test-amount.
        HIDE : it_test-code, it_test-name.
      ENDLOOP.
      SKIP.
    END-OF-SELECTION.
      CLEAR : it_test-code, it_test-name.
      WRITE : / 'this from end of selection'.
    *&      Form  DISP1
          text
    FORM disp1.
      WINDOW STARTING AT 15 10
             ENDING AT 80 15.
      DO.
        CLEAR chk1.
        READ LINE sy-index FIELD VALUE chk1.
        IF sy-subrc NE 0.
          EXIT.
        ELSE.
          CHECK chk1 NE space.
          WRITE : / it_test-code, it_test-name.
          MODIFY CURRENT LINE :
            FIELD VALUE chk1 FROM ' '
            FIELD FORMAT chk1 INPUT OFF.
        ENDIF.
      ENDDO.
    ENDFORM.                                                    "DISP1
    ***line double click ****
    AT LINE-SELECTION.
      CHECK sy-lsind = 1.
      WINDOW STARTING AT 5 4
             ENDING AT 85 20.
      WRITE: /  'THE USER DOUBLE-CLICKED A LINE IN THE REPORT'.
      WRITE: /  sy-lisel.
      WRITE : / 'Sometime ',it_test-name, ' is good '.
      WRITE : / 'Sometime ',it_test-name, ' is bad  '.
      WRITE : / 'Sometime ',it_test-name, ' is rich '.
      WRITE : / 'Sometime ',it_test-name, ' is poor '.
      WRITE : / 'Who knows, who is ',it_test-name, ' ? '.
      WRITE : /, / 'we can also use this in SELECT statement'.
      CLEAR : it_test-code, it_test-name.
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
      ULINE.
      SKIP.
      SKIP.
      WRITE : / 'Below from Get Cursor Field...'.
      GET CURSOR FIELD fldname VALUE fldval.
      CONDENSE fldname.
      CONDENSE fldval.
      WRITE : / 'You have clicked ', fldname, ' & its value is ', fldval.
    ***function key press F6 ****
    AT PF06.
      PERFORM disp1.
    *AT USER-COMMAND.
    CASE SY-UCOMM.
       WHEN 'STOP' OR 'CANCEL'.
         LEAVE TO SCREEN 0.
       WHEN 'TESTME'.
         PERFORM DISP1.
    ENDCASE.
    <b>or</b>
    *& Report  ZTESTDEMO_INTERACTIVE_LIST_2
    REPORT  ZTESTDEMO_INTERACTIVE_LIST_2.
    TABLES: MARA,MARC,MARD.
    internal table itab_mara 3 fields matnr, ernam,mtart
    DATA: BEGIN OF ITAB_MARA OCCURS 0,
    MATNR LIKE MARA-MATNR,  " material number
    ERNAM LIKE MARA-ERNAM,  " name of person who create
    MTART LIKE MARA-MTART,  " Material Type
    END OF ITAB_MARA.
    internal table itab_marc 3 fields matnr, werks,lvorm
    DATA: BEGIN OF ITAB_MARC OCCURS 0,
    MATNR LIKE MARC-MATNR,
    WERKS LIKE MARC-WERKS,  " Plant
    LVORM LIKE MARC-LVORM,  " Flag Material for Deletion at Plant Level
    END OF ITAB_MARC.
    internal table itab_mard 2 fields
    DATA: BEGIN OF ITAB_MARD OCCURS 0,
    MATNR LIKE MARD-MATNR,
    LGORT LIKE MARD-LGORT,  " Storage Location
    END OF ITAB_MARD.
    SELECT-OPTIONS: S_MTART FOR MARA-MTART.
    INITIALIZATION.
    S_MTART-LOW = 'HALB'.
    S_MTART-HIGH = 'HAWA'.
    S_MTART-OPTION = 'BT'.
    APPEND S_MTART.
    START-OF-SELECTION.
    SELECT MATNR ERNAM MTART FROM MARA INTO TABLE ITAB_MARA WHERE MTART IN
    S_MTART.
    PERFORM DISPLAY.
    TOP-OF-PAGE.
    WRITE:/2(15) 'MATERIAL NO',20(20) 'CREATED BY',45(15) 'MATERIAL TYPE'.
    FORM DISPLAY.
    LOOP AT ITAB_MARA.
    WRITE:/ ITAB_MARA-MATNR UNDER 'MATERIAL NO' HOTSPOT ON,ITAB_MARA-ERNAM
    UNDER 'CREATED BY',ITAB_MARA-MTART UNDER 'MATERIAL TYPE'.
    HIDE: ITAB_MARA-MATNR.
    ENDLOOP.
    ENDFORM.
    AT LINE-SELECTION.
    CASE SY-LSIND.
    WHEN 1.
    SELECT MATNR WERKS LVORM FROM MARC INTO TABLE ITAB_MARC WHERE MATNR =
    ITAB_MARA-MATNR.
    PERFORM DISPLAY1.
    WHEN 2.
    SELECT MATNR LGORT FROM MARD INTO TABLE ITAB_MARD WHERE MATNR =
    ITAB_MARC-MATNR.
    PERFORM DISPLAY2.
    when 3.
    sy-lsind = 0.
    ENDCASE.
    FORM DISPLAY1.
    LOOP AT ITAB_MARC.
    WRITE:/ ITAB_MARC-MATNR HOTSPOT ON, ITAB_MARC-WERKS,ITAB_MARC-LVORM.
    HIDE: ITAB_MARC-MATNR.
    ENDLOOP.
    WRITE:/ SY-LSIND.
    ENDFORM.
    FORM DISPLAY2.
    LOOP AT ITAB_MARD.
    WRITE:/ ITAB_MARD-MATNR, ITAB_MARD-LGORT.
    ENDLOOP.
    WRITE:/ SY-LSIND.
    ENDFORM.
    <b>REWARD IF USEFULL</b>

  • Slowness of interactive report in SSL

    All,
    Has anyone experienced slow response for Interactive Reports when on https? I just tried running exactly same interactive report in non-SSL mode and it ran at least 2-3 X faster. Anyone aware of any issues with https configuration for Apex. Other pages, standard reports do not have as severe slowness. We are talking 40-50 seconds to bring results back to screen in https and 8-10 seconds with just http. Report only has 1000 records being queried so the issue is not with the query itself --direct SQL brings back results in tenth of second.  So there seems to be some issue with the web component and the rendering of the page itself not so much the database response. 
    Any help would be appreciated!! Very frustrating to users.
    Thanks,
    Pat

    Please refer to [A simple ALV Interactive program |http://wiki.sdn.sap.com/wiki/display/Snippets/AsimpleALVInteractiveprogram].

  • CAN ANYONE SEND ME PROGRAMS ON BSP APPLICATION

    HI,
              I AM NEW TO BSP APPLICATION, SO CAN ANYONE SEND ME SOME GOOD & INTERACTIVE PROGRAMS ON BSP APPLICATION.
             THANKS IN ADVANCED.

    Hi Santosh,
    Please follow these links ...
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/c8/101c3a1cf1c54be10000000a114084/frameset.htm">BSP Tutorials</a>
    Follow all the tutorials to get a good hand on BSP...!
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/c8/101c3a1cf1c54be10000000a114084/frameset.htm">First Tutorial</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/c8/101c3a1cf1c54be10000000a114084/frameset.htm">Second Tutorial</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/c8/101c3a1cf1c54be10000000a114084/frameset.htm">Second Tutorial with HTMLB</a>
    and so on...!
    <i>Do reward each useful answer..!</i>
    Thanks,
    Tatvagna.

  • Hello, is Fireworks right for creating a simple interactive game with buttons and small animations?

    Hello,
    I could really use some advice with a new project I am undertaking,
    I am looking to design a step-by-step game where users will be required to click on my artwork at each stage to get the next one. I would like different animated consequences to occur according to which button option is chosen at each stage. Eventually I would like for it to be a website that anybody can enter. I was wondering which programme would be ideal to use, I have access to Adobe Flash, Fireworks and Dreamweaver, but currently I only have a very basic grasp of them. This would be a long-term project I will be working on, so I am prepared to learn the appropriate programme, but if you could help me with which one that would be and any tips, I would be really grateful.
    Thanks very much,
    Hugo

    Here I mentioned that you should use a graphics editor such as "Firefox" when I meant to say Fireworks.  Fireworks is NOT an interactivity program even though it might be able to do simple rollover buttons.  Please use Flash for that.  It will provide greater control for you as you will begin to see once you invest in a Flash book.  And in Flash a game is not really simple if it is interactive.  The part that makes it interactive is ActionScript and that is where you should focus your energies.  There are even books dedicated to teaching game programming in Flash.
    Hope this helps,
    markerline

  • Simple website interaction

    I want to make a simple website-interaction program. The program will run on my computer. It needs to connect to a webpage, get some numbers from specific places on that page, do some calculations with those numbers and then click some javascript buttons based on those calculations.
    My question is what is the way to do this? Do I need a specific programming language (do I need to write this in javascript or html? It seems not to me, but I don't know), is there some tutorial about website-interaction? This seems like a common problem, which suggests there is a (relativly) easy way to do this, but I can't find it (mainly because I don't know where to look).

    If you want to develop web pages with Java, here are the rough steps.
    It will take you quite some time:
    * read a book on Java (Head First in Java is recommended).
    * run a a number of the book's examples on the DOS command line
    to get familiar with that before moving onto an IDE.
    * Download and install the Eclipse IDE (its free).
    * Practice writing small java projects in the IDE.
    * read a book on JSP and Servlets (a JSP book typically covers both)
    * Install apachie Tomcat (its free)
    * configure Eclipse to work with Tomcat
    * create a hello world JSP page in Eclipse and get it to display
    * create a hello world servlet in Eclipse and get it to display
    * Have the JSP page submit user input to the servlet.
    Then, have the servlet process the input and put its results in request scope.
    Then, have the servlet dispatch to the JSP page.
    Then, have the JSP display the data.
    * Read a book or on-line tutorial on JSTL
    * Read a book on XHTML
    * Read a book on Javascript
    * Read a book on JDBC
    * Install a free database such as Oracle Lite (there are others)
    and learn how to create a database table via its browser utility tool.
    * Get your JSP page to submit data to the database via the servlet.
    * Read up on MVC separation of concerns for creating a web application.
    * learn how to create a war file to run your applicaiton in Tomcat independent of Eclipse.

  • Can I create a short-use training program without Apple certification?

    Hello, I am new to DPS; considering buying Single Edition. I need to create interactive training for human factors testing. The training will be presented on a limited number of iPads in controlled settings. Adobe Content Viewer can be installed on the devices. Do I need to involve Apple for certification in this situation?

    Hi Bob,
    Also, is it possible an interactive program with audio can be created from InDesign without any Digital Publishing Suite tools?

  • Creating an interactive survey

    Does anyone have code in creating an interactive survey? I'm fairly new to creating applets and interactive programs.
    a. I would like to send a survey to my respondents.
    b. I would like to receive formatted answers with them hitting a submit button after they complete the survey.
    Thanks

    The simplest thing to do is write a HTML form with all the questions in it. Then make the submit destination mailto:yourmail@wherever.
    No java required.

  • How to configure VPN with Cisco ASA 5505 behind Actiontec MI424WR

    I'm trying to test my Cisco VPN client from my workplace to my home where I have a Cisco ASA 5505 (VPN server) behind the Actiontec MI424WR.  I'm able to Ping the Actiontec external IP.  I also have Port Forwarding for IKE and IPSec configured on the Actiontec, but I cannot establish the VPN connection.
    What do I need to configure on the Actiontec to make this work?
    Also, when I test this at home, the MI424WR acts as the DHCP server for my laptop and the Cisco outside interface.  At home, I'm able to establish the VPN connection from my laptop to the ASA, allowing me to see a shared drive behind the ASA.  However, at home, I cannot go to the Internet while using the VPN client.
    Thanks for any help.
    Steve
    Solved!
    Go to Solution.

    http://www.dslreports.com/faq/verizonfios/3.0_Networking
    those are the best sample config's and resources on how to set the FiOS network
    Bridging is possible but difficult.  That link will give you great info on it.
    Are you a FiOS customer that has phone/internet/tv
    or no tv?   or no phone?    You have to be careful on your configuration or you might lose some TV features and functionality, like the Interactive Program Guide, or the VOD or the Widgets.
    Sorry the Portforwarding wasn't enough to resolve your issue, I am not sure that it's a Actiontec config you are looking for, from my understanding of Cisco's and FiOS it may be something behind the cisco that is causing an issue.  You may want to reach out to the Cisco admin that manages that, and find out if there are additional ports that are required and then you can come back and configure those ports too.

  • Double-click in standard report

    Hi,
    I'm creating a standard report (not an ALV, just write's...) and I need to control events when I double-click on certain caracters on the screen. How can I do that?
    Thanks
    Carles

    hi,
    while genarating secondary list based on uer actions( double click), we provide the logic for genarating list unsder <b>AT LINE-SELECTION</b> event.
    AT LINE-SELECTION.
      <statements>.
    When the user triggers the function code PICK, AT LINE-SELECTION is always triggered if the cursor is positioned on a list line. The function code PICK is, by default, always linked with function key F2 and hence with the mouse double-click.
    <b>Example for AT LINE-SELECTION.</b>
    REPORT demo_list_at_line_selection.
    START-OF-SELECTION.
      WRITE  'Basic List'.
    AT LINE-SELECTION.
      WRITE: 'Secondary List by Line-Selection',
           / 'SY-UCOMM =', sy-ucomm.
    When you run the program, the basic list appears with the standard list status. The detail list shows that SY-UCOMM has the value PICK.
    To pass individual output fields or additional information from a user selected line to the corresponding processing block during an interactive event, use these statements:
    <b>HIDE</b>
    The HIDE statement is one of the fundamental statements for interactive reporting. You use the HIDE technique when creating a basic list. It defines the information that can be passed to subsequent detail lists.
    <b>READ LINE</b>
    Use the statements READ LINE and READ CURRENT LINE to read data from the lines of existing list levels. These statements are closely connected to the HIDE technique.
    <b>GET CURSOR</b>
    Use the statements GET CURSOR FIELD and GET CURSOR LINE to pass the output field or output line on which the cursor was positioned during the interactive event to the ABAP program.
    <b>DESCRIBE LIST</b>
    The DESCRIBE LIST statement allows you to read certain list attributes, such as the number of lines or pages, into program variables.
    follow this link fro more information.
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba42335c111d1829f0000e829fbfe/content.htm
    follow this link for sample programs on interactive reports.
    http://www.sap-img.com/abap/a-sample-hide-get-cursor-in-interactive-programming.htm
    http://www.erpgenie.com/abap/drill_down_reports.htm
    regards,
    Ashok reddy

Maybe you are looking for