Regarding the input screen

hi,
this  is my requirement
iam having the input selection screen with list box and other input selection field.iam having radiobuttons also.
let us say if i press a radiobutton 2 i have to made the field and the list box as mandatory fields for the input.other wise optional
please provide me the code for this,
thanks in advance

hI SURYA,
check the below code.... when you click the radio button 2 it will make the field 1 and check box mandatory.
REPORT ZR6.
SELECTION-SCREEN BEGIN OF BLOCK b1.
PARAMETERS : FIELD1  TYPE I MODIF ID  SC1 ,
               FIELD2 TYPE C AS CHECKBOX MODIF ID SC1.
SELECTION-SCREEN END OF BLOCK b1.
PARAMETERS: R1 RADIOBUTTON GROUP RAD1 DEFAULT ‘X’,
                              R2 RADIOBUTTON GROUP RAD1.
AT SELECTION-SCREEN OUTPUT.
LOOP AT SCREEN.
IF r1 = 'X'.
LOOP AT SCREEN.
IF screen-group1 = 'SC1'.
screen-input = '0'.
screen-active = '1'.
MODIFY SCREEN.
ENDIF.
ENDLOOP.
ENDIF.
IF r2 = 'X'.
LOOP AT SCREEN.
IF screen-group1 = 'SC1'.
Screen-required = ‘1’.
screen-input = '0'.
screen-active = '1'.
MODIFY SCREEN.
ENDIF.
ENDLOOP.
ENDIF.
endloop.
hope this will help you,
<b>please reward if helpful </b>
Regards,
sunil kairam.

Similar Messages

  • Filter Option missing on the input screen

    Hi Experts,
    one of the user of the report is missing a filter option in the input screen, but when i try to execute the same query  with other users it comes up with the missing filter parameter.what could be the problem??
    Thanks in advace.

    Hi Shetty,
    Do you mean that the user is missing a variable for entry. This could be due to the fact that he has personalized that variable. Run the report and then goto Change > Variable values (from the change button, do not use the Refresh button). Here you can delete the personalization and he can then get the variable for input.
    Hope this helps...

  • Validating the input screen

    How to validate the input screen as like the web page screen
    Example:
      If we are giving the integers in place of characters then it should throw the error like “please use the character fields”. The validation should occur, On spot.
    Only after this validation, the cursor should go to the next input field.

    Hi,
    If you are giving integers, then there might be possiblity that it may be a character.
    For ex., if you giving 1 in character,eventhough it is integer it can be a character also.So you cannot validate it.
    But if you want to restrict numbers,then you can use the following.But it will work only if you press enter or execute button.
    parameters : p_c1(4) type c modif id z1,
                 p_i type i.
    at selection-screen on p_c1.
    if p_c1 ca '0123456789'.
    message i000.
    endif.
    Kindly reward points by clicking the star on the left of reply,if it helps.

  • Report Painter - Ordering the way variables appear on the input screen

    On the user input screen for a report, the variables for things such as Year, Period, Company Code, Profit Center......they do not always show up on the user input screen in the order that they are placed in the report.  Is there a way to change the order in which they appear ?  For example, if the default order on the user input screen is :
                   Company Code:
                   Year:
                   Profit Center:
                   Period:
    Is there a way to make the order different, such as:
                   Year:
                   Period:
                   Company Code:
                   Profit Center:
    Thanks..............

    Hi John,
    Go to Menu - > Edit -> Variation
    You can set the order of the Selection Screen fields there.
    Hope this helps you
    Regards
    Andrew

  • Stay at the input screen after prompting message at the status bar

    I have some validation on the input values have been performed before executing the program. For invalid input value, I prompt an error message using "MESSAGE 'XXXX' TYPE 'E'.". The message is shown successfully at the bottom, but it goes to an empty screen. How can I show the message and at the same time staying at the user input screen?
    Thanks for your help!

    Hi,
    This can be done as follows.
    EG;
    SELECT * from mara
         into table i_mara
         where matnr = s_matnr.
    if sy-subrc NE 0.
    <b> message i000 with text-000.
    STOP.</b>
    endif.
    Use information message and STOP the process this will remain in ur selection screen itself.
    Hope this solves ur problem, just a day before i also got the same problema and fixed it.
    Kindly reward points and close the thread.

  • How to get the input screen?

    HI friends i have got a problem in displaying the initial screen in screen painter.
    in process after input i am having one push button(display) where when i click that push button it has to call  a program for that program i am having one input screen like empid.
    I am working like in PAI
    when 'display'.
    submit <program name>.
    Here it is displaying the direct output rather than displaying the initial screen where we have to give the input(empid).
    Can anyone give me solution for this.

    Hi Venkateswar,
    Use the SUBMIT statement with addition
    USING SELECTION-SET  to pass the values to the selection screen of the called report. Just press F1 on submit. It will show various additions. U can use any one which suites ur requirement.
    Thanks,
    Vinod.

  • Regarding the print screen

    Hi,
    i want to add a print button to the toolbar and when i click on that i want my content(entries in the tablecontrol) to be printed.
    how can i do this?
    is there ne way other than leave to list-processing?
    thanks,
    vijaya.

    Hi Vijaya,
    If you have screen created for this purpose,
    AT USER-COMMAND set the PF status(sy-Ucomm) for the buttons created so based upon the PF status fill the data in the output screen and fill the table control with the required data.
    AT USER-COMMAND
    case sy-ucomm
    when 'Button1'
    ..... fill the data / display the data to table control
    when 'button2'
    endcase
    Regards
    Shiva

  • I have read the posts regarding the split screen prooblem which I have. I have read the posts and I do not have fox splitter add-on. Is there another way I can eliminate split screen?

    I have firefox installed on two computers. The desktop does not show the split screen, but the laptop does. I have checked the posts and I do not have fox splitter add-on but still get the split screen when I click on a second site.

    Right-click that bookmark and select '''Properties''', then un-check the preference for '''Load this bookmark in the sidebar''', and then click Save.
    Using JavaScript buttons on web pages for "Bookmark this Page" causes that preference to be selected when saving the bookmark in that manner. So, don't use those buttons, use the "Bookmark this Page" feature that is built into Firefox instead.

  • Regarding the selection screen..

    Hi all,
      i have a requirement that.i need to create two selection screens..i.e. in the first selection screen i need to enter some values after that if i execute then another selection screen need to come and make the user to enter the values.

    Hi,
    You can make this definitely through Dialog Programming.
    I am attaching the code for that.
    *& Module Pool       SAPMZDS_CRTSCREEN
    INCLUDE MZDS_SUBSCREENTOP.
    *INCLUDE MZDS_IOCHKRBTTOP.
    INCLUDE MZDS_SUBSCREENO01.
    *INCLUDE MZDS_IOCHKRBTO01.
    INCLUDE MZDS_SUBSCREENI01.
    *INCLUDE MZDS_IOCHKRBTI01.
    INCLUDE MZDS_SUBSCREENF01.
    *GUI Texts
    * TITLE --> MODULE POOL PROGRAM BY DS
    TOP INCLUDE
    *& Include MZDS_CRTSCREENTOP                                 Module Pool      SAPMZDS_CRTSCREEN
    PROGRAM  SAPMZDS_CRTSCREEN.
    TABLES: SPFLI,SBOOK.
    DATA: OK_CODE TYPE SYUCOMM.
    CONTROLS TAB1 TYPE TABSTRIP.
    DATA: BEGIN OF IT_SPFLI OCCURS 0,
          CITYFROM TYPE SPFLI-CITYFROM,
          AIRPFROM TYPE SPFLI-AIRPFROM,
          CITYTO TYPE SPFLI-CITYTO,
          AIRPTO TYPE SPFLI-AIRPTO,
      END OF IT_SPFLI.
    DATA: IT_SBOOK TYPE SBOOK.
    DATA: DYNNR TYPE SY-DYNNR.
    DATA: DEP_CITY(20) TYPE C,
          DEP_AIR(20) TYPE C,
          DES_CITY(20) TYPE C,
          DES_AIR(20) TYPE C.
    DATA: FLDATE(20) TYPE C,
          BOOKNO(20) TYPE C,
          CUSTNO(20) TYPE C.
    DATA:CITY_FROM(20) TYPE C,
         AIRP_FROM(20) TYPE C,
         CITY_TO(20) TYPE C,
         AIRP_TO(20) TYPE C.
    DATA: FL_DATE(20) TYPE C,
          BOOKID(20) TYPE C,
          CUSTOMID(20) TYPE C.
    DATA: BEGIN OF RBT,
          SPFLI VALUE 'X',
          SBOOK,
          END OF RBT.
    PBO
    *&  Include           MZDS_CRTSCREENO01
    *&      Module  STATUS_0100  OUTPUT
    *       text
    MODULE STATUS_0100 OUTPUT.
      SET PF-STATUS 'BASE'.
      SET TITLEBAR 'TITLE'.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    *&      Module  CLEAR_OKCODE  OUTPUT
    *       text
    MODULE CLEAR_OKCODE OUTPUT.
    CLEAR OK_CODE.
    ENDMODULE.                 " CLEAR_OKCODE  OUTPUT
    MODULE DISPLAY_DATA OUTPUT.
    CASE 'X' .
       WHEN RBT-SPFLI.
        SELECT CITYFROM AIRPFROM CITYTO AIRPTO FROM SPFLI
        INTO CORRESPONDING FIELDS OF TABLE IT_SPFLI
        WHERE CARRID = SPFLI-CARRID
        AND CONNID = SPFLI-CONNID.
    FLDATE = ' '.
    BOOKNO = ' '.
    CUSTNO = ' '.
    LOOP AT IT_SPFLI.
       DEP_CITY = IT_SPFLI-CITYFROM.
       DEP_AIR = IT_SPFLI-AIRPFROM.
       DES_CITY = IT_SPFLI-CITYTO.
       DES_AIR = IT_SPFLI-AIRPTO.
    ENDLOOP.
      WHEN RBT-SBOOK.
        SELECT SINGLE FLDATE BOOKID CUSTOMID FROM SBOOK
        INTO CORRESPONDING FIELDS OF IT_SBOOK
        WHERE CARRID = SPFLI-CARRID
        AND CONNID = SPFLI-CONNID.
       FLDATE = IT_SBOOK-FLDATE.
       BOOKNO = IT_SBOOK-BOOKID.
       CUSTNO = IT_SBOOK-CUSTOMID.
    DEP_CITY = ' '.
    DEP_AIR = ' '.
    DES_CITY = ' '.
    DES_AIR = ' '.
    ENDCASE.
    ENDMODULE.
    *&      Module  CALL_DYNNR  OUTPUT
    *       text
    MODULE CALL_DYNNR OUTPUT.
    CASE TAB1-ACTIVETAB.
      WHEN 'SPFLI'.
        DYNNR = 102.
      WHEN 'SBOOK'.
        DYNNR = 103.
      WHEN OTHERS.
        TAB1-ACTIVETAB = 'SPFLI'.
        DYNNR = 102.
    ENDCASE.
    ENDMODULE.                 " CALL_DYNNR  OUTPUT
    *&      Module  DISPLAY_SFLIGHT  OUTPUT
    *       text
    MODULE DISPLAY_SFLIGHT OUTPUT.
    SELECT CITYFROM AIRPFROM CITYTO AIRPTO FROM SPFLI
        INTO CORRESPONDING FIELDS OF TABLE IT_SPFLI
        WHERE CARRID = SPFLI-CARRID
        AND CONNID = SPFLI-CONNID.
    CITY_FROM = IT_SPFLI-CITYFROM.
    AIRP_FROM = IT_SPFLI-AIRPFROM.
    CITY_TO = IT_SPFLI-CITYTO.
    AIRP_TO = IT_SPFLI-AIRPTO.
    ENDMODULE.                 " DISPLAY_SFLIGHT  OUTPUT
    *&      Module  DISPLAY_SBOOK  OUTPUT
    *       text
    MODULE DISPLAY_SBOOK OUTPUT.
    SELECT SINGLE FLDATE BOOKID CUSTOMID FROM SBOOK
        INTO CORRESPONDING FIELDS OF IT_SBOOK
        WHERE CARRID = SPFLI-CARRID
        AND CONNID = SPFLI-CONNID.
    FL_DATE = IT_SBOOK-FLDATE.
    BOOKID = IT_SBOOK-BOOKID.
    CUSTOMID = IT_SBOOK-CUSTOMID.
    ENDMODULE.                 " DISPLAY_SBOOK  OUTPUT
    PAI
    *&  Include           MZDS_CRTSCREENI01
    *&      Module  USER_COMMAND_0100  INPUT
    *       text
    MODULE USER_COMMAND_0100 INPUT.
    CASE OK_CODE.
      WHEN 'BACK'.
        LEAVE TO SCREEN 0.
      WHEN 'SPFLI' OR 'SBOOK'.
         TAB1-ACTIVETAB = OK_CODE.
      WHEN 'EXIT'.
        LEAVE PROGRAM.
      WHEN 'CANCEL'.
        LEAVE TO SCREEN 100.
    ENDCASE.
    ENDMODULE.                 " USER_COMMAND_0100  INPUT
    FORM Routine
    *&  Include           MZDS_SUBSCREENF01
    FORM DISPLAY_SPFLI_DATA.
    *SELECT CITYFROM AIRPFROM CITYTO AIRPTO FROM SPFLI
    *    INTO CORRESPONDING FIELDS OF TABLE IT_SPFLI
    *    WHERE CARRID = SPFLI-CARRID
    *    AND CONNID = SPFLI-CONNID.
    *CITY_FROM = IT_SPFLI-CITYFROM.
    *AIRP_FROM = IT_SPFLI-AIRPFROM.
    *CITY_TO = IT_SPFLI-CITYTO.
    *AIRP_TO = IT_SPFLI-AIRPTO.
    ENDFORM.
    FORM DISPLAY_SBOOK_DATA.
    *SELECT SINGLE FLDATE BOOKID CUSTOMID FROM SBOOK
    *    INTO CORRESPONDING FIELDS OF IT_SBOOK
    *    WHERE CARRID = SPFLI-CARRID
    *    AND CONNID = SPFLI-CONNID.
    ENDFORM.
    HTH
    Regards,
    Dhruv Shah

  • Regarding the Custom screen

    hai friends,
                how to dispaly the ouput of ALV  in Custom screen.
    Regards,
    selvamuthukumar

    Hi,
    Following Sample Code will help you in this way, i am using SCREEN 1 and SCREEN 2
    Screen one there is a field where user enter the Number of Records he want to show from KNA1
    than on SCREEN 2 there is CONTAINER where Record show as ALV
    Flow Logic SCREEN 1
    process before output.
      module status_0001.
    process after input.
      module exit_command_0001 at exit-command.
      chain.
        field: tf_rec_no.
        module user_command_0001.
      endchain.
    Flow Logic SCREEN 2
    process before output.
      module status_0002.
      module display_alv.
    process after input.
      module exit_command_0002 at exit-command.
      module user_command_0002.
    report  zfsl_rget_from_kna1_scr_class.
    tables: kna1, zsdo.
    data: tf_rec_no(10).
    *PARAMETERS: ptablen(10).
    data: git_kna1 like standard table of kna1 with header line,
          wa_git_kna1 like kna1,
          go_grid type ref to cl_gui_alv_grid,
          go_custom_container type ref to cl_gui_custom_container.
    call screen 1.
    *&      Module  STATUS_0001  OUTPUT
    *       text
    module status_0001 output.
      set pf-status 'ZFSL_KNA1_SCR_CLASS'.
    *  SET TITLEBAR 'xxx'.
    endmodule.                 " STATUS_0001  OUTPUT
    *&      Module  USER_COMMAND_0001  INPUT
    *       text
    module user_command_0001 input.
      if tf_rec_no ca 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-'.
        message 'Please enter the Valid Number' type 'E'.
      elseif tf_rec_no = 0 and tf_rec_no <> space.
        message 'Please enter the Number other than 0 (ZERO)' type 'I'.
      elseif tf_rec_no <> space.
        clear: git_kna1[], git_kna1.
        select * from kna1 up to tf_rec_no rows
          into corresponding fields of table git_kna1.
        if sy-subrc = 0.
          modify screen .
          call screen 2.
        endif.
      endif.
    endmodule.                 " USER_COMMAND_0001  INPUT
    *&      Module  exit_command  INPUT
    *       text
    module exit_command_0001 input.
      data: ok_bt1 type sy-ucomm.
    *        ok_bt2 TYPE sy-ucomm.
      case ok_bt1.
        when 'BACK'.
          clear ok_bt1.
          leave to screen 0.
        when 'EXIT'.
          clear ok_bt1.
          leave program.
        when 'CANCEL'.
          clear ok_bt1.
          leave to transaction 'ZFSLSCB'.
      endcase.
    endmodule.                 " exit_command  INPUT
    *&      Module  STATUS_0002  OUTPUT
    *       text
    module status_0002 output.
      set pf-status 'ZFSL_KNA1_SCR_CLASS'.
    *  SET TITLEBAR 'xxx'.
    *clear: go_custom_container.
    *  CALL METHOD go_grid->refresh_table_display.
      if go_custom_container is initial.
        create object go_custom_container
          exporting
            container_name = 'ALV_CONTAINER'.
        create object go_grid
          exporting
            i_parent = go_custom_container.
      endif.
      perform load_data_into_grid.
    endmodule.                 " STATUS_0002  OUTPUT
    *  MODULE exit_command_0002 INPUT
    module exit_command_0002 input.
      data: ok_bt2 type sy-ucomm.
    *        ok_bt2 TYPE sy-ucomm.
      case ok_bt2.
        when 'BACK'.
          clear ok_bt1.
          leave to screen 0.
        when 'EXIT'.
          clear ok_bt2.
          leave program.
        when 'CANCEL'.
          clear ok_bt2.
          leave to transaction 'ZFSLSCB'.
      endcase.
    endmodule.                 " exit_command  INPUT
    *&      Module  USER_COMMAND_0002  INPUT
    *       text
    module user_command_0002 input.
    endmodule.                 " USER_COMMAND_0002  INPUT
    *&      Form  load_data_into_grid
    *       text
    form load_data_into_grid.
    *    SELECT * FROM kna1 UP TO tf_rec_no ROWS
    *      INTO CORRESPONDING FIELDS OF TABLE git_kna1.
      call method go_grid->set_table_for_first_display
        exporting
          i_structure_name = 'KNA1'
        changing
          it_outtab        = git_kna1[].
    endform.                    "load_data_into_grid
    Please Reply if any Issue.
    Kind Regards,
    Faisal
    Edited by: Faisal Altaf on Feb 17, 2009 7:28 PM

  • Regarding the LTO1 screen...

    Hi ABAP guru's,
    In this screen LT01 craetes a transfer order by the enduser,Few values are displaying by defaul loke whearhouse and the movememnt type. now the requirment is i need to duisplay material of the corresponding purchase order and the balance quantity of the materila i  need to dipslay  when user enter LT01 t-code.
    Please help me in this concern. I tried with the user exit available for the screen.when i set the break point for the exisiting user exit . it is not stopping there.Please help  me in this concen,
    Regards
    Sekhar

    I don't think it can be achived thru user exits. you can create own Z transaction & create new selection screen as they want. Then pass those values to LT01. If business don't want anyone to use std transaction they can remove authorization.

  • Regarding the input to tables

    Hi experts,
    i have created a DB table of my own in se11.. i dont have any data in my database table ..i want to fill the data base table for the fields, that is empid,name ,managerid,dept id etc...using screen painter..
    ie in the screen painter if i give the values in the i/o field it should fill the respective field of the db table ...can any one tell me how to do this with one example code to fill one field value ?
    or if there is any other better option than the screen painter suggest me ,...
    I will reward the maximum points for all valuable answer...please be more descriptive as i m new to ABAP and i m a BW guy.....
    regards,
    Rk

    Hello,
    First of all, go to the transaction SE80, select the Function Group in the first field, define the name in the next field and press ENTER. You will be asked to create a new Function Group. Now save it.
    Go to the Table Maintanance Generator, in the field Authorization Group fill with &NC&, in the field Function Group put the name of the function group that you've created and change the Maintanance Type to one step, and press the button Find Scr. Number(s). Select the option Propose screen number(s) and when you return to the screen, select the button Create (F6).
    Will be generate to you an program, to access it go to the transaction SM30 and fill in this the name of the table.
    Now you can fill the table.
    If you want to learn more about the Table Maintanance Generator, I suggest you to read this [HOW TO IMPLEMENT EVENTS IN TABLE MAINTENANCE|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-8765287250fc]
    Regards,
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Apr 21, 2008 5:39 PM

  • BEx analyzer variable screen Copy  and paste the input values functionality

    Hi all,
    in bw 3.5 we have functionality on the variable screen we can do directly copy the values and paste in the input screen. But in BI 7.0 BEx analyzer I am not able to find it. Is it required to apply any patches?
    Please guide me on this.
    Thanks

    Hello All,
    We have a similar issue only in 2004s query designer when we execute a query via the web. We have the variable set up to accept multiple single values and we can pick multiple single values and add them, however, we cannot paste a list of, for example, personnel numbers from an excel spreadsheet into the web selection box to add multiple single values at one time.  Does this functionality exist?
    Regards,
    Ann Bohn

  • User input screen in the Bex report

    Hi experts,
    In the input screen of a BEx report, suppose for Business Area if we have 10 values in the infoprovider
    then if user entered other than the 10 values then it should give me an error message saying that enter a
    correct value.But right now it is not happening like that. How to get this ?
    Regards,
    Smitha.

    Hi,
    I kept some breakpoints and executed the query, but it is not going into debug mode.
    In the code when clicked on Code Inspector the following errors came:
    1.Program XRSR Include ZXRSRU01 Row 143 Column 0
    Large table /BIC/AZSM_DSO00: No WHERE condition
    2.Program XRSR Include LXRSRU05 Row 19 Column 0
    Der Typ des VALUE-Parameters "E_THX_MAPPING" enthält eine
    oder mehrere Tabellen, die als Zeilentyp wiederum interne
    Tabellen enthalten (Siehe Test-Dokumentation).
    3.Program XRSR Include LXRSRU05 Row 19 Column 0
    oder mehrere Tabellen, die als Zeilentyp wiederum interne
    Tabellen enthalten (Siehe Test-Dokumentation).
    4.Program XRSR Include LXRSRU05 Row 19 Column 0
    Der Typ des VALUE-Parameters "I_THX_SENDER" enthält eine
    oder mehrere Tabellen, die als Zeilentyp wiederum interne
    Tabellen enthalten (Siehe Test-Dokumentation).
    5.Message Code 1002
    Program XRSR Include LXRSRF00 Row 94 Column 0
    The EXCEPTION "X_RAISE" is not defined in the interface of the function module
    "RRMS_X_MESSAGE". "RRMS_X_MESSAGE".
    Internal Message Code: MESSAGE G-7
    ==>  The EXCEPTION "X_RAISE" is not defined in the interface
    of the function module  "RRMS_X_MESSAGE".
    "RRMS_X_MESSAGE". Internal Message Code: MESSAGE G-7
    6.Message Code 1700
    Program XRSR Include ZXRSRU01 Row 157 Column 0
    Char. strings w/o text elements will not be translated:
    'Enter Correct value for FISCPER'
    ==> Char. strings w/o text elements will not be
    translated: 'Enter Correct value for FISCPER'
    Please help me in checking these errors.
    Regards,
    smitha.

  • How to change the input field's color in SE51

    Hi:
    I need to change the color of input fields in module pool.
    I tried to modify its screen-color but it did not work.
    Need your suggestion.
    Regards
    Shashi

    hi,
    Check this similar thread
    Regarding the input field color
    thanks

Maybe you are looking for

  • DNS for exchange 2010

    I have set up exchange 2010 for a home lab. My internal domain name is domain.local and my external domain name is domain.info. OWA works internally using https://servername/owa. My question is how do I get OWA working with my external FQDN from outs

  • Error when running a report writer

    Hi, I am getting an error ("Internal error: More than 999 GREP blocks were requested") when running a report writer. The error diagnosis is: Internal error: More than 999 GREP blocks were requested                                                     

  • The selections for synching music or artists no longer scrolls, so I can't select individual artists beyond the first few artists. How do I enable scrolling again?

    The ability to scroll through individual artists or albums and select certain ones to synch no longer scrolls, so I am unable to select any but th first few. This feature used to scroll. The problem it creates is I don't have enough storage to synch

  • Why can't I use facetime on 3G ?

    Hello guys, U know, facetime is really amzaing... But only wifi.... Why can't I use that on 3G ? Anybody knows that ? Regards,

  • DHTML Links Don't Work

    We recently upgraded from Robohelp HTML 5 to Robohelp HTML 10 and have discovered that our DHTML links no longer work. Does anybody know a quick way to resolve this issue.