Possible to interact with checkbox in a custom menuitem?

Is there any way to allow custom menu items to be checked (like the menuitems in the Windows menu can be)? The 'checked' property is read-only, for the menu item and the menu action, so I guess I'm wondering if there are any known workarounds or if this is a case of readonly meaning readonly. Thanks!

Browsing through menu related stuff in the DOM lead me to nothing, but Google turned up this blog entry by Harbs: http://in-tools.com/article/scripts-blog/showing-text-formatting-overrides/
-- and then I could find it in the DOM, well hidden:
Adobe InDesign CS6 (8.0) Object Model JS: ScriptMenuAction
So it seems you have to set the state of a menu action. The action in itself can be attached to one or more menus (MenuAction, where checked is read-only, is a parent class of ScriptMenuAction, and there it is read/write), probably to ensure that if a certain menu item appears in more than a single menu, they are all "updated" at the same time.
Harbs' example always sets 'checked = false' and changes the menu text to indicate its current state, but I assume one can also toggle the checked state.

Similar Messages

  • Is it possible to interact with the browser progress controls ?

    I�m programming an Applet and I want to interact with the browser transfer controls, like the animated Icon and the bottom progress bar...
    Is it possible ??

    No. Only thing it can touch is the status bar.

  • Control the / interact with Report Viewer via Javascript

    Hi
    i have some questions about client control of the report viewer. I would want to use some custom buttons in order to use the report viewer functionalities, as an example to print, or to known when a customer leaf through the report pages saving something in a javascript variable.
    Is it possible to interact with the report viewer? There is a reference text?
    Thanks

    I've never done it with JavaScript, but you could use the built in events to keep track of some information about report navigation. Some of the available events are below.
    CrystalReportViewer Events
    Description
    CrystalReportViewerBase.AfterRender Event
    (Inherited from CrystalReportViewerBase Class.) Event fires when the report rendering process is finished.
    CrystalReportViewerBase.AfterRenderContent Event
    (Inherited from CrystalReportViewerBase Class.) Event fires when the report content rendering process is finished.
    CrystalReportViewerBase.AfterRenderObject Event
    (Inherited from CrystalReportViewerBase Class.) Event fires when the report object rendering process is finished.
    CrystalReportViewerBase.BeforeRender Event
    (Inherited from CrystalReportViewerBase Class.) Event fires when the report rendering process starts.
    CrystalReportViewerBase.BeforeRenderContent Event
    (Inherited from CrystalReportViewerBase Class.) Event fires when the report content rendering process starts.
    CrystalReportViewerBase.BeforeRenderObject Event
    (Inherited from CrystalReportViewerBase Class.) Event fires when the report object rendering process starts.
    CrystalReportViewer.Drill Event
    Event fires when a report is drilled down on.
    CrystalReportViewer.DrillDownSubreport Event
    Event fires when the user drills down on a subreport.
    CrystalReportViewerBase.Error Event
    (Inherited from CrystalReportViewerBase Class.) Event fires when the report object throws an exception.
    CrystalReportViewer.Navigate Event
    Event fires when the user navigates through a report.
    CrystalReportViewerBase.OnRenderScript Event
    (Inherited from CrystalReportViewerBase Class.) Event fires when the HTML script generation starts.
    CrystalReportViewerBase.OnRenderStyle Event
    (Inherited from CrystalReportViewerBase Class.) Event fires when the HTML style class generation starts.
    CrystalReportViewerBase.ReportPartBookmarkNavigation Event
    (Inherited from CrystalReportViewerBase Class.) Event fires after navigation to a report part in the same report or another report is finished.
    CrystalReportViewer.ReportRefresh Event
    Event fires when the data in the report is refreshed.
    CrystalReportViewer.Search Event
    Event fires when text is searched for in the report.
    CrystalReportViewer.ViewZoom Event
    Event fires when zoom level of the viewer changes.
    CrystalReportViewerBase Events
    Description
    CrystalReportViewerBase.AfterRender Event
    Event fires when the report rendering process is finished.
    CrystalReportViewerBase.AfterRenderContent Event
    Event fires when the report content rendering process is finished.
    CrystalReportViewerBase.AfterRenderObject Event
    Event fires when the report object rendering process is finished.
    CrystalReportViewerBase.BeforeRender Event
    Event fires when the report rendering process starts.
    CrystalReportViewerBase.BeforeRenderContent Event
    Event fires when the report content rendering process starts.
    CrystalReportViewerBase.BeforeRenderObject Event
    Event fires when the report object rendering process starts.
    CrystalReportViewerBase.Error Event
    Event fires when the report object throws an exception.
    CrystalReportViewerBase.OnRenderScript Event
    Event fires when the HTML script generation starts.
    CrystalReportViewerBase.OnRenderStyle Event
    Event fires when the HTML style class generation starts.
    CrystalReportViewerBase.ReportPartBookmarkNavigation Event
    Event fires after navigation to a report part in the same report or another report is finished.

  • Can i use flash for ui and interact with c++ builder for the rest

    i know flash can be used in c# in visual studio but i dont remember a thing of this interaction.
    is it possible to interact with c++ builder and how?
    the scenario is simple
    use flash for UI (showing-viewing data) maybe for a kiosk or something without mouse simply with touch input,
    use c++ builder for the rest , database connection data proccessing etc
    any info will be greatly appreciated
    thanks

    I would advise proper punctuation and grammar on a public forum, but to answer your questions, yes, yes you can! Flash can be used to produce any commercial imagery or animations for the purpose of making profit, as long as you have a valid license you purchased from Adobe. You bought it, you can use it for whatever you want.
    By "book", I assume you mean the "tutorial" book series made by Adobe? If so, the name of the series is "Classroom in a Book", there's one for each versions of Flash. Personally it hasn't been of much use and I would advise simply practicing by yourself and getting familiar with the tools. Look for online tutorials and publicly available projects and see how they work.

  • Interact with content loaded in html overlay / acces accelerometer?

    Hi,
    is it in any way possible to interact with html content loaded in the Web Content overlay?
    Or is there a way to acces the accelerometer in indesign?
    greetz
    Mario

    Moved to DPS forum

  • Is it possible to connect an iPad to a SmartBoard and interact with the iPad on the SmartBoard, like you do on a computer with the Smart-software Notebook on it?

    Is it possible to connect an iPad to a SmartBoard and interact with the iPad on the SmartBoard, like you do on a computer with the Smart-software Notebook on it?

    You can purchase an adapter from apple that uses the monitor cable from the projector, its the same one that is probably connecting either your laptop or school workstation. On the projector control you might need to refresh the source.

  • FUNCTION 'REUSE_ALV_GRID_DISPLAY' with checkbox

    Hello,
    A short question.
    I'm using the function 'REUSE_ALV_GRID_DISPLAY'. One of the columns is a character field which is displayed as a checkbox in the ALV by enabling the key "checkbox" and I also enable the "edit" key in the field catalog structure. So far so good.
    But my question is the following:
    When I set the key "edit" to false the ALV grid is displayed in a nice color grid. But when I enable the edit key the whole grid is showed in gray without the checkbox. Is it possible to set the checkbox to edit mode and also display the ALV grid in color?
    An other question I have is the following:
    Who could give me an example to use the grid in combination with special groups.
    Kind regards,
    Richard Meijn

    I'll put the most important parts of my code here:
    When I anable the line "ls_fieldcat-edit = abap_true."
    for the field 'ATB_SEL' the grid is showed in gray?
    REPORT  YMM_ATB_LIJST_GOEDGEKEURD2  no standard page heading
            message-id ycdg.
    TYPE-POOLS: SLIS,
                sdydo,
                abap,                "ABAP reporting types / constants
                icon.                "Possible icons
    DATA: fieldcatalog  TYPE slis_t_fieldcat_alv ,
          gd_tab_group  TYPE slis_t_sp_group_alv,
          gd_layout     TYPE slis_layout_alv,
          gd_repid      LIKE sy-repid.
    Internal tables, needed for ALV formatting
    DATA: ta_comment        TYPE slis_t_listheader. "Top of page of the ALV
    INCLUDE <icon>.
    $$----
    *-- Constants
    $$----
    CONSTANTS:
      co_background_alv     TYPE  sdydo_key VALUE 'ALV_WALLPAPER',
      co_save               TYPE c          VALUE 'A',
      co_msgty_inf          TYPE symsgty    VALUE 'I'.
    Constants for interactive functions of an ALV
    CONSTANTS:
      co_double_click       TYPE syucomm   VALUE '&IC1',  "CHOOSE / F2
    Customer interactive functions for the ALV
      co_sec_list
         TYPE syucomm   VALUE 'SEC_LIST'.
    "Secundary list
    Names of the routines to be called dynamically from the ALV function
    CONSTANTS:
      co_rout_pf_stat       TYPE char30    VALUE 'R0_SET_PF_STATUS',
      co_rout_ucomm         TYPE char30    VALUE 'R1_PROCESS_USER_COMMAND',
      co_rout_top_of_page   TYPE char30    VALUE 'R2_SET_TOP_OF_PAGE',
      co_rout_html_top      TYPE char30    VALUE 'R3_SET_HTML_TOP_OF_PAGE',
      co_rout_html_end      TYPE char30    VALUE 'R4_SET_HTML_END_OF_LIST',
      co_rout_pf_stat_sec   TYPE char30    VALUE 'R5_SET_PF_STATUS_SEC',
      co_rout_ucomm_sec     TYPE char30    VALUE 'R6_PROCESS_UCOMM_SEC',
      co_rout_top_page_sec  TYPE char30    VALUE 'R7_SET_TOP_OF_PAGE_SEC'.
    CONSTANTS:
      co_struc              TYPE tabname   VALUE '/CTAC/S_ALV_STRUCTURE',
      co_struc_sec          TYPE tabname   VALUE '/CTAC/S_ALV_STRUC_SEC'.
    CONSTANTS: line_feed(2) TYPE x VALUE '0D0A'.
    FIELD-SYMBOLS <crlf> TYPE x.
    DATA: w_crlf(2)  TYPE c.
    ASSIGN w_crlf TO <crlf> CASTING.
    <crlf> = line_feed.
    DATA:
    BEGIN OF IT_EBAN occurs 0,
            ATB_SEL(1)     TYPE C,   " Selectie optie om geselecteerde
                                     " ATB's uit te printen.
            ATB_FORM(4),             " ATB icon om ingevoerd ATB-formulier
                                     " te tonen.
            banfn LIKE EBAN-banfn,   " Aanvraag-tot-bestellen-nummer
            bnfpo LIKE EBAN-bnfpo,   " Positienummer van
                                     " aanvraag tot bestellen
            txz01 LIKE EBAN-txz01,   " Korte tekst
            matkl LIKE MARA-matkl,   " Goederengroep
            lifnr LIKE EBAN-lifnr,   " Gewenste leverancier
            name1 LIKE lfa1-name1,   " Gewenste leverancier
            lfdat LIKE EBAN-lfdat,   " Leveringsdatum van de positie
            opm(1) TYPE C,
            bijlage(1) TYPE C,
            controle(1) TYPE C,      " Advies geselecteerd
            onvolledig(1) TYPE C,     "Om aan te geven dat er
                                     " ongekeurde regels
                                     " zijn
            c_koptekst(1) TYPE C,      " Om aan te geven dat er
                                     " kopteksten zijn
            badat LIKE EBAN-badat,   " Aanvraagdatum
            kritisch(1) TYPE C,      " Om aan te geven dat de bestelling
                              " kritisch is
            workflow(1) TYPE C,      "Om aan te geven dat er nog een WF
                                     " voor loopt
            wf_old(1)   TYPE C,       "Er is een afgesloten WF of lopende WF
            wi_id TYPE sww_wiid,
            ernam LIKE eban-ernam,    " Naam van de medewerker die
                                      " het object heeft toegevoegd
            preis LIKE EBAN-preis,    " Prijs in de aanvraag tot bestellen
            peinh LIKE EBAN-peinh,    " Prijseenheid
            menge LIKE EBAN-menge,    " ATB-hoeveelheid
            totaal TYPE GSWRT,
            waers LIKE EBAN-waers,    " Valutacode
            koptekst TYPE string,
      END OF it_eban.
    *DATA: it_eban TYPE TABLE OF t_eban ,
    DATA:     wa_eban like it_eban.
    *TYPES: BEGIN OF T_EBAN2,
    DATA:
    BEGIN OF IT_EBAN2 occurs 0,
            BANFN LIKE EBAN-BANFN,   " Aanvraag-tot-bestellen-nummer
            BNFPO LIKE EBAN-BNFPO,   " Positienummer van
                                     " aanvraag tot bestellen
            TXZ01 LIKE EBAN-TXZ01,   " Korte tekst
            MATKL LIKE MARA-MATKL,   " Goederengroep
            LIFNR LIKE EBAN-LIFNR,   " Gewenste leverancier
            NAME1 LIKE LFA1-NAME1,   " Gewenste leverancier
    END OF it_eban2.
    *DATA: IT_EBAN2 TYPE TABLE OF T_EBAN2 with header line.
    DATA:      wa_eban2 like it_eban2.
    DATA voor uitprinten rapporten
    DATA: PARAMS   LIKE PRI_PARAMS,
          DAYS(1)  TYPE N VALUE 2,
          COUNT(3) TYPE N VALUE 1,
          VALID    TYPE C,
          E_USR01  LIKE USR01.
    DATA: BEGIN OF kopteksten OCCURS 1.
            INCLUDE STRUCTURE tline.
    DATA: END OF kopteksten.
    DATA: BEGIN OF atb_kopteksten OCCURS 1,
                  banfn TYPE banfn.
            INCLUDE STRUCTURE tline.
    DATA: END OF atb_kopteksten.
    DATA: line(256) TYPE c,
          text_tab  LIKE STANDARD TABLE OF line.
    DATA: BEGIN OF atb_nummers OCCURS 1,
                  banfn type thead-tdname,
          END OF atb_nummers.
    DATA: BEGIN OF tlinetab OCCURS 10.
            INCLUDE STRUCTURE tline.
    DATA: END OF tlinetab.
    DATA: BEGIN OF teksten OCCURS 10,
            id(1),
            veld(25),
            waarde(40).
    DATA: END OF teksten.
    ******************Workflow********************************************
    DATA: worklist TYPE TABLE OF swr_wihdr,
          wa_worklist TYPE swr_wihdr,
          ibf_object TYPE sibflporb.
    DATA: prev_banfn type banfn.
    DATA: theader LIKE thead,
          name_atb LIKE thead-tdname,
          bedrijfsnr  LIKE pa0001-bukrs.
    DATA: ok_code LIKE sy-ucomm,
          save_ok LIKE sy-ucomm.
    DATA: lpos   TYPE I.
    DATA: box(1) TYPE c.
    DATA: lines  TYPE I.
    DATA: veld(20),
          G_REPID  LIKE SY-REPID,
          init,
          container  TYPE REF TO cl_gui_custom_container,
          editor     TYPE REF TO cl_gui_textedit.
    DATA: banfn_vorige TYPE banfn.
    DATA: P_BANFN TYPE BANFN.
    DATA: BUKRS LIKE PA0001-BUKRS.
    DATA: Radio1, RADIO2, RADIO3.
    Lijst kolomnamen
    DATA: H1(6) VALUE 'ATB-nr',
          H2(40) VALUE 'Omschrijving',
          H3(2)  VALUE 'GG',
          H4(5)  VALUE 'Levnr',
          H5(35) VALUE 'Leverancier',
          H6(10) VALUE 'Lev. Datum',
          H7(6)  VALUE '!BOCAT',
          H8(10) VALUE 'Aanvr dat.',
          H9(12) VALUE 'Invoerder',
          H10(13) VALUE '       Totaal',
          H11(3) VALUE 'Val'.
    DATA: X TYPE I.
    CALL screen 100.
    INITIALIZATION.
      PERFORM personeelsgegevens.
      g_repid = sy-repid.
    Part tor collect the data
    *&      Form  BUILD_ALV_REPORT
          text
    FORM BUILD_ALV_REPORT.
      perform build_field_cat CHANGING fieldcatalog[].
    After building the field catalog (e.g., from a DDIC structure), we can
    modify these settings in the following subroutine.
      PERFORM modify_fieldcatalog    CHANGING fieldcatalog[].
      IF Not fieldcatalog is initial.
        perform collect_data.
        perform build_layout CHANGING gd_layout.
    Table ta_comment is used to display header information in the
    top-of-page of the ALV output.
        PERFORM build_comment CHANGING ta_comment[].
    Table gd_tab_group wordt gebruikt om een groepering op te bouwen.
        PERFORM build_group CHANGING gd_tab_group[].
        CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
       I_INTERFACE_CHECK                 = ' '
       I_BYPASSING_BUFFER                = ' '
       I_BUFFER_ACTIVE                   = ' '
          I_CALLBACK_PROGRAM                = g_repid
       I_CALLBACK_PF_STATUS_SET          = ' '
        I_CALLBACK_USER_COMMAND           = co_rout_ucomm
        I_CALLBACK_TOP_OF_PAGE            = co_rout_top_of_page
       I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
       I_CALLBACK_HTML_END_OF_LIST       = ' '
       I_STRUCTURE_NAME                  =
        I_BACKGROUND_ID                   = co_background_alv
        I_GRID_TITLE                      = 'Lijst goedgekeurde ATBs'
       I_GRID_SETTINGS                   =
          IS_LAYOUT                         = gd_layout
          IT_FIELDCAT                       = fieldcatalog
       IT_EXCLUDING                      =
        IT_SPECIAL_GROUPS                 = gd_tab_group[]
       IT_SORT                           =
       IT_FILTER                         =
       IS_SEL_HIDE                       =
       I_DEFAULT                         = 'X'
       I_SAVE                            = ' '
       IS_VARIANT                        =
       IT_EVENTS                         =
       IT_EVENT_EXIT                     =
       IS_PRINT                          =
       IS_REPREP_ID                      =
        I_SCREEN_START_COLUMN             = 0
       I_SCREEN_START_LINE               = 0
       I_SCREEN_END_COLUMN               = 0
       I_SCREEN_END_LINE                 = 0
       IT_ALV_GRAPHICS                   =
       IT_HYPERLINK                      =
       IT_ADD_FIELDCAT                   =
       IT_EXCEPT_QINFO                   =
       I_HTML_HEIGHT_TOP                 =
       I_HTML_HEIGHT_END                 =
    IMPORTING
       E_EXIT_CAUSED_BY_CALLER           =
       ES_EXIT_CAUSED_BY_USER            =
          TABLES
            T_OUTTAB                          = it_eban
    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.
      ENDIF.
    SET PF-STATUS 'xxxxxxxx'.
    SET TITLEBAR 'xxx'.
    ENDFORM.  " BUILD_ALV_REPORT
    *&      Form  build_field_cat
          text
    -->  p1        text
    <--  p2        text
    FORM build_field_cat CHANGING cta_fcat TYPE slis_t_fieldcat_alv.
      DATA: ls_fieldcat       TYPE slis_fieldcat_alv.
    DATA: ls_fieldcat type slis_t_fieldcat_alv with header line.
      refresh fieldcatalog.
      clear fieldcatalog.
    ls_fieldcat-fieldname    = 'BANFN'.
    ls_fieldcat-ref_tabname      = 'eban'.
    ls_fieldcat-ref_fieldname = 'banfn'.
    ls_fieldcat-checkbox = abap_true.
    fieldcatalog-seltext_m    = 'Aanvr nr'.
    ls_fieldcat-col_pos      = 0.
    fieldcatalog-outputlen    = 8.
    ls_fieldcat-emphasize    = abap_true.
    ls_fieldcat-key          = abap_true.
    append ls_fieldcat to fieldcatalog.
      CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
       EXPORTING
         I_PROGRAM_NAME               = g_repid
         I_INTERNAL_TABNAME           = 'IT_EBAN'
        I_STRUCTURE_NAME             = 'IT_EBAN2'
      I_CLIENT_NEVER_DISPLAY       = abap_true
         I_INCLNAME                   = g_repid
      I_BYPASSING_BUFFER           =
      I_BUFFER_ACTIVE              =
        CHANGING
          CT_FIELDCAT                  = fieldcatalog
       EXCEPTIONS
         INCONSISTENT_INTERFACE       = 1
         PROGRAM_ERROR                = 2
         OTHERS                       = 3
      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.                    " build_field_cat
    *&      Form  modify_fieldcatalog
          Modify the field catalog for the primary list, if needed!
          You can set attributes for every column in the ALV output by
          selecting the fieldname belonging to the column.
          For an overview of the attributes available, see the
          online documentation of function module REUSE_ALV_GRID_DISPLAY.
    FORM modify_fieldcatalog  CHANGING cta_fcat TYPE slis_t_fieldcat_alv.
      DATA: ls_fieldcat       TYPE slis_fieldcat_alv.
    Modify the field catalog according to the requirements.
    Some examples are shown below.
      LOOP AT cta_fcat INTO ls_fieldcat.
        CASE ls_fieldcat-fieldname.
          WHEN 'ATB_SEL'.
            ls_fieldcat-seltext_m = 'ATB check'.
            ls_fieldcat-outputlen = 2.
            ls_fieldcat-edit = abap_true.
            ls_fieldcat-input = 'X'.
            ls_fieldcat-checkbox = abap_true.
          WHEN 'ATB_FORM'.
            ls_fieldcat-seltext_m = 'ATB formulier'.
            ls_fieldcat-hotspot = abap_true.
           ls_fieldcat-seltext_s = icon_protocol.
            ls_fieldcat-outputlen = 2.
            ls_fieldcat-icon = abap_true.
          WHEN 'BANFN'.
            ls_fieldcat-hotspot = abap_true.
          WHEN  'NAME1'.
            ls_fieldcat-ddictxt       = 'S'.
           ls_fieldcat-emphasize    = abap_true.
           ls_fieldcat-key          = abap_true.
          WHEN 'OPM'.
            ls_fieldcat-seltext_m    = 'O'.
            ls_fieldcat-outputlen = 1.
          WHEN 'BIJLAGE'.
            ls_fieldcat-seltext_m    = 'B'.
            ls_fieldcat-outputlen = 1.
          WHEN 'CONTROLE'.
            ls_fieldcat-seltext_m    = 'C'.
            ls_fieldcat-outputlen = 1.
          WHEN 'ONVOLLEDIG'.
            ls_fieldcat-seltext_m    = abap_true.
            ls_fieldcat-outputlen = 1.
          WHEN 'C_KOPTEKST'.
            ls_fieldcat-seltext_m    = 'T'.
            ls_fieldcat-hotspot = abap_true.
            ls_fieldcat-outputlen = 1.
          WHEN 'KRITISCH'.
            ls_fieldcat-seltext_m    = '!'.
            ls_fieldcat-outputlen = 1.
          WHEN 'WORKFLOW'.
            ls_fieldcat-seltext_m    = 'W'.
            ls_fieldcat-outputlen = 1.
          WHEN 'WF_OLD'.
            ls_fieldcat-seltext_m    = 'A'.
            ls_fieldcat-hotspot = abap_true.
            ls_fieldcat-sp_group = 'A'.
            ls_fieldcat-outputlen = 1.
          WHEN 'KOPTEKST'.
            ls_fieldcat-seltext_m    = 'Koptekst'.
            ls_fieldcat-hotspot = abap_false.
            ls_fieldcat-outputlen = 25.
        ENDCASE.
        MODIFY fieldcatalog from  ls_fieldcat.
        clear ls_fieldcat.
      endloop.
    ENDFORM.                    " modify_fieldcatalog
    *&      Module  USER_COMMAND_0500  INPUT
          text
    MODULE USER_COMMAND_0500 INPUT.
      IF 500 = 500.
      ENDIF.
    ENDMODULE.                 " USER_COMMAND_0500  INPUT
    *&      Module  USER_COMMAND_0510  INPUT
          text
    MODULE USER_COMMAND_0510 INPUT.
      IF 510 = 510.
      ENDIF.
    ENDMODULE.                 " USER_COMMAND_0510  INPUT
    *&      Form  r1_process_user_command
          This routine deals with the "non-standard" GUI-functions.
          It enables you to do the following:
          - Double-click or click on a hotspotted field
          - Implement your own GUI-functions
          You'll find some predefined examples in this routine.
    FORM r1_process_user_command                                "#EC CALLED
         USING utp_ucomm    TYPE syucomm
               utp_selfield TYPE slis_selfield.
    DATA: lta_list_sec         TYPE TABLE OF /ctac/s_alv_struc_sec.
      DATA: ltp_repid            TYPE syrepid.
    DATA: ltp_ebeln_num(10)    TYPE n.
    DATA: ltp_ebeln            TYPE ebeln.
    DATA: ltp_matnr            TYPE matnr.
    DATA: ltp_matnr_char(18)   TYPE c.
    Handle the specific user-commands.
      CASE utp_ucomm.
    Handle double click or hotspot on a specific field.                  *
    These are some examples                                              *
        WHEN co_double_click.
          read table IT_EBAN index utp_selfield-tabindex.
          CASE utp_selfield-fieldname.
            WHEN 'ATB_FORM'.
              SUBMIT ymm_atb_formulierprint AND RETURN
                 WITH sel_atb = it_eban-banfn. " utp_selfield-value.
            WHEN 'BANFN'.
             CHECK NOT wa_eban IS INITIAL.
              SET PARAMETER ID 'BAN' FIELD it_eban-banfn.
              CALL FUNCTION 'ENQUEUE_EMEBANE'
                EXPORTING
                  banfn = it_eban-banfn
                  bnfpo = it_eban-bnfpo.
              IF sy-subrc = 0.
                CALL FUNCTION 'DEQUEUE_EMEBANE'
                  EXPORTING
                    banfn = it_eban-banfn
                    bnfpo = it_eban-bnfpo.
                CALL TRANSACTION 'ME53N' AND SKIP FIRST SCREEN.
          WAIT UP TO 1 SECONDS.
          LEAVE TO TRANSACTION 'YME60_INK'.
              ENDIF.
            WHEN 'WF_OLD'.
              ibf_object-catid = 'BO'.
              ibf_object-typeid = 'ZBUS2105'.
              ibf_object-instid(3) = '000'.
              WRITE it_eban-banfn TO ibf_object-instid+3.
              CALL FUNCTION 'SWI_WF_CONNECTIONS_DISPLAY'
                EXPORTING
                  ibf_object = ibf_object
                  popup      = space.
            WHEN 'C_KOPTEKST'.
              CALL SCREEN 510.
            WHEN OTHERS.
          ENDCASE.
    Handle your own GUI functions here                                  *
    For example, handle a secondary ALV List                            *
        WHEN co_sec_list.
         PERFORM build_sec_list   TABLES   lta_list_sec.
         PERFORM display_sec_list TABLES   lta_list_sec
                                  CHANGING utp_selfield.
    Or some other GUI-functions                                         *
       WHEN 'OKCODE_01'.
         Actions for this okcode
        WHEN OTHERS.
      ENDCASE.
    ENDFORM.                    "R1_PROCESS_USER_COMMAND
    *&      Form  build_comment
          Create the internal table that is going to be the TOP-OF-PAGE
          of the ALV grid or list.
    FORM build_comment CHANGING cta_top_of_page TYPE slis_t_listheader.
      DATA: lwa_line TYPE slis_listheader.
      REFRESH cta_top_of_page.
    LIST HEADING LINE: TYPE H
    CLEAR lwa_line.
    lwa_line-typ  = 'H'.
    LLINE-KEY:  NOT USED FOR THIS TYPE
    lwa_line-info = text-100.
    APPEND lwa_line TO cta_top_of_page.
    STATUS LINE: TYPE S
      CLEAR lwa_line.
      lwa_line-typ  = 'S'.
      lwa_line-key  = text-101.
      lwa_line-info = text-102.
      APPEND lwa_line TO cta_top_of_page.
      lwa_line-key = ' '.
    lwa_line-key  = text-103.
      lwa_line-info = text-103.
      APPEND lwa_line TO cta_top_of_page.
    ACTION LINE: TYPE A
    CLEAR lwa_line.
    lwa_line-typ  = 'A'.
    LLINE-KEY:  NOT USED FOR THIS TYPE
    lwa_line-info = text-105.
    APPEND lwa_line TO cta_top_of_page.
    ENDFORM.                    " build_comment
          FORM R2_SET_TOP_OF_PAGE                                       *
          Put the content of table TA_COMMENT on the top of the ALV     *
    FORM r2_set_top_of_page.                                    "#EC CALLED
      CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
        EXPORTING
          it_list_commentary = ta_comment
        EXCEPTIONS
          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.                    "R2_SET_TOP_OF_PAGE
    *&      Form  build_group
          text
         <--P_TA_SP_GROUP[]  text
    FORM build_group  CHANGING P_TA_SP_GROUP TYPE slis_t_sp_group_alv.
      DATA: ls_sp_group TYPE slis_sp_group_alv.
      clear ls_sp_group.
      ls_sp_group-sp_group = 'A'.
      ls_sp_group-text = 'ATBs ter goedkeuring bij adviseur'.
      append ls_sp_group to P_TA_SP_GROUP.
      ls_sp_group-sp_group = 'B'.
      ls_sp_group-text = 'ATBs goedgekeurd'.
      append ls_sp_group to P_TA_SP_GROUP.
    ENDFORM.                    " build_group
    *& Form BUILD_LAYOUT
    Build layout for ALV grid report
    form build_layout changing gd_layout type slis_layout_alv.
      gd_layout-no_input = 'X'.
    *gd_layout-colwidth_optimize = 'X'.
      gd_layout-totals_only = 'X'.
      gd_layout-totals_text = 'Totaal'(201).
    *gd_layout-group_change_edit = 'X'.
    *gd_layout-GROUP_BUTTONS = 'A'.
    gd_layout-totals_only = 'X'.
    gd_layout-f2code = 'DISP'. "Sets fcode for when double
    "click(press f2)
      gd_layout-zebra = 'X'.
    gd_layout-group_change_edit = 'X'.
    gd_layout-header_text = 'helllllo'.
    endform. " BUILD_LAYOUT
    I'll hope this is anough code?
    Kind regards,
    Richard Meijn

  • Workflow - User decision step with checkboxes

    Is it possible in standard steps to give the user step of decision, but with options with checkboxes, for example 3, so that he can check or uncheck any of them?

    Thanks, I started making on my own the method of custom business object with screen and so on.
    thanks

  • Rapid-PVST+ Interacting with MSTP

    Hi,
    we want to implement MSTP at customer side. unfortunately there are some legacy switches who don't understand MSTP.
    so we'll have to implement a "hybrid scenario" where the "core" speaks MSTP using instances and the access-switches are
    using their "old" spanning tree protocol (talking with the Instance 0 of the MSTP).
    now my question:
    when the core is migrated to MSTP, is the IST Spanning Tree able to talk with legacy switches in a "rapid way"
    (if the support it)?
    i found a cisco document which deals with this topic, but i'm not completely sure that it answers my question....
    Rapid-PVST+ Interacting with MSTP
    An MSTP switch interacts with a Rapid-PVST+ switch in the same way that an MSTP switch interacts
    with PVST+ switch. (See IST Interacting with PVST+.) The MSTP switch will send IST BPDUs in
    802.1D format on all VLANs to the Rapid-PVST+ switch and IST will consider the port connected to
    the Rapid-PVST+ switch to be at the boundary of the MST region.
    Has anyone of you experience with such "hybird" MST/Rapid-PVST+ configurations?
    thanks a lot for your answers &
    kind regards,
    Bernhard

    Hi Bernard,
    In that scenario, as mentioned in the document, the MST region is going to send plain STP BPDUs to the rapid-PVST region. So basically, only STP will be run at the boundary between MST and rapid-PVST. In particular, there will be no proposal agreement possible on the vlans because MST only runs one instance (the CIST, instance 0), while rapid-pvst runs several instances (one per vlan). So the MST side does not have a per-vlan context that would allow it to answer the proposal from each individual PVST+ instance. To be honest with you, that could probably have been enhanced, but the interaction rapid-PVST/MST has never been a priority, as we hope that customers will be able to migrate the whole network to MST and only use this interaction as a temporary solution.
    Regards,
    Francois

  • I am having much trouble with the new reminders in IOS7 and how it interacts with Outlook Exchange. Many features lost in the new version.

    When I downloaded IOS7, I found that the reminders/task app and how it interacts with Outlook Exchange is much more difficult to use. Some of the issues that I am having are...
    1. Trying to edit my task on my phone is not possible, if the notes are lengthy. When you click on the text to edit data near the top, it will scroll to the bottom and not allow you to edit the text because you cant see it.
    2. Now all of my task are in one long list. I can not move from day to day like we could in previous version IOS6
    3. When I do edit a short task reminder and click done, it crashes and completly goes away. It does save the edit though
    4. You can only add task at the bottom of each days reminders. This is very inconvient and much more difficult than IOS6
    5. There is a major delay or latency when interacting inside of reminders in this version. Much more than IOS6. It is very unstable and quirky.
    I have never seen Apple take a step back with a product until now. I am a huge Apple fan and always will be, so I am hoping they make enhancements to fix these issue. It is a big time prodcutivity killer.
    Thanks for any and all help you can give.
    Troy Meachum

    Some power supplies or designed so that if there is a short or overload they shut them selfs off and some will not turn back on. Some have a relay that will click back on and work, some you have to  cycle the power switch. Those that won't come back on will have to be replaced. I'm not saying that yours is that type as I have no way of telling. But if you have a friend who will loan you a good power supply you might try it. As someone else said just turning off the power will not darn all the power from some motherboards. To test this turn off your power supply than turn on the computer with the start botton. Mine will flash the lights and fans will start to spin than die. So every time you turn off computer to work on it. After turning off PSU hit the start botton to drian any power left in it before working on it. Also do this after unplugging it just to make sure.

  • Display and interact with a vi front panel on remote C++ app

    Hello:
    I am new to LV and need a little advice.  I need to display a LabVIEW VI front panel in my C++ .Net application that users can interact with to view real-time spectrum data.  The C++ app (client) must reside on a separate computer(s) from the VI so that the client can connect from anywhere around the world and interact with the VI. 
    I am not sure about the basic architecture that should accompany a good solution.  We want to use TCP/IP but not DataSocket.  I do not have access to Measurement Studio but I do have access to LabVIEW Professional Development System v 8.2.  Can anyone provide suggestions on what I need to do in order to
    1.  Connect to my TCP server using my C++ client app - I have already written TCP client and server code which communicate but now I need to integrate LV
    2.  Get access to the VI sitting on that server
    3.  Send the VI front panel to the client for display
    4.  Allow the user to modify parameters on the front panel displayed on the C++ client, send those changes back to the server, and refresh the front panel displayed in the C++ client given the new parameters (I would like a real-time display of the spectrum to always be available)
    Is this possible?  Has anyone done this using C++ .NET in VS2005?  Are there examples I can mimic or references that will help direct me?  I have searched and searched through NI's help and found a lot of good stuff but I'm still feeling confused about the best way to utilize LV.
    Thank you in advance!

    One more question ... what if I could use Measurement Studio?  The documentation seems to indicate that it's easy to create network applications and therefore it would be easy for me to re-create our VI's front panel using Measurement Studio components in my C++ app and then simply connect those components to the networked hardware (TCP/IP or DataSocket) that could be located anywhere in the world.
    Depending on what components you are using in your LabVIEW panel, it is probably pretty easy to build a Measurment Studio application to look like a LV panel.
    Given that, you could use network shared variables to move data across the network, no TCP programming necessary -- I think that this is pretty easy to do, but I don't know the specifics about variable programming in that environment.  Also, you will probably need to add some smarts to the server side to make sure that it is reading to and writing from variables in an appropriate manner.
    Question: why can't you just use LabVIEW for the client application also?

  • Cannot click or interact with a certain part of my screen in most apps

    This is a weird one that's stumping me. Since probably Tuesday or Wednesday, I've had trouble clicking on certain portions of the screen on my MacBook. I noticed it first in Safari, and I thought that it was just a Safari problem, but now I realize it applies to the whole OS.
    When I am in an app, I cannot click on anything or scroll when my mouse is on a certain portion of the screen. The weirdest part to me is that this portion of the screen is standard for every app. It's probably about the middle 50 or 60 percent of my screen in the lower third portion. Imagine cutting my MacBook screen into a Tic-Tac-Toe board... the lower middle box is where I'm having trouble.
    This seems to apply to most apps, but for example in iTunes I can still click on items in this portion of the screen but only about every third click will it be responsive. With Safari and Finder and most other apps, I get nothing at all. It's not my mouse itself because it does the same thing if I'm using my Mighty Mouse or my Logitech mouse or just my trackpad. Also, if I navigate using the keyboard, I can interact with that portion of the screen just fine.
    I can't recall installing or removing or changing anything significant within the past week that could have caused this, though it's entirely possible. I'm pretty good with my Mac on most things, but as I said, this one is stumping me and I can't find any similar issues by searching.
    Thanks in advance for any help.

    Got the exact same problem aswell, finally fed up with it now as i just started up firefox and 14 new windows opened because of this bug, luckily my computer can handle them but someone with a slower processor it would have been a nightmare, needs fixing ASAP.
    Reverting back to 3.6.3 until this issue is solved. (link for anyone wanting to do the same below)
    http://www.filehippo.com/download_firefox/7345/

  • HT5706 I have not used my apple tv in a few years, and just got it out of the bag. I connected it up, and it cannot set date, time.  it also does not interact with the remote.  Could it be as simple as a new batter is needed for remote?

    I have not used my Apple TV in a few years, and just got it out of the bag to use on a new TV.  I connected it up to power and with an HDMI cable toTV.  It attempts to set date and time and cannot.  I cannot get the remote to interact with the box also.  Could it be something as simple as needing a new battery?

    Hi kybriar,
    Thanks for using Apple Support Communities.  This article has steps you can take to troubleshoot the remote itself:
    Troubleshooting the Apple Remote
    http://support.apple.com/kb/ht1722
    For the issue of setting the date and time, these articles may help:
    Apple TV: Basic troubleshooting
    http://support.apple.com/kb/ht1551
    Reset Apple TV by unplugging it from the power outlet, waiting about five seconds, then plugging it in again.
    Power off your TV, wait five seconds, then power it back on.
    Apple TV (2nd and 3rd generation): Troubleshooting Wi-Fi networks and connectionshttp://support.apple.com/kb/TS4546
    Ensure that Apple TV is within range of your Wi-Fi router or base station.
    Confirm that your Wi-Fi router and cable/DSL modem are connected to power and turned on.
    Make sure other devices (computers, iPhone, iPad, for example) are able to connect to the Wi-Fi network and access the Internet.
    Check your Wi-Fi network settings on Apple TV:
    Select Settings > General > Network > Wi-Fi and press the center button on the remote to display nearby networks.
    Choose your Wi-Fi network from the list.
    If your Wi-Fi network uses a password, make sure you are entering it correctly.
    Restart your Apple TV by selecting Settings > General > Restart.
    Try restarting your Wi-Fi router or modem by turning it off and then on again.
    If possible, connect an Ethernet cable and verify your Internet connection. If you can connect to the Internet using an Ethernet connection, verify that your Apple TV is using the latest software by selecting Settings > General > Software Update. If your Apple TV can be updated, install the update and then try the steps again.
    Cheers,
    - Ari

  • Visual Studio 2012 is no longer able to interact with any TFS server

    I can connect to the on-premise TFS2012 server using the instance of VS2012 installed on the server machine as well as the instance of VS2012 installed on a coworker's machine.
    I was able to interact with TFS2012 using the instance of VS2012 installed on my Win7 x64 machine, but only one time. Many reboots later, both of the server itself and my machine, I haven't been able to get VS2012 to interact properly with TFS.
    When I click on "Team" and select "Connect to Team Foundation Server", the "Team Explorer" VS window opens. In that window, no matter what button or link I click on, Visual
    Studio won't connect to TFS or allow me to choose a TFS server.
    1. Clicking on the Home icon takes me to page with two buttons: Pending Changes & settings.
    Clicking on "Pending Changes" takes me to a page where I can do 3 things: click on "no workspace" (nothing happens), click on Actions -> Open Source Control Explorer (which opens an
    empty Source Control Explorer Window, from which I can do nothing), click on "Settings", which shows me a page with 4 options:
    Security: clicking it results in the message "Team Foundation Error. Object reference not set to an instance of an object"
    Group Membership: clicking it results in the message "Team Foundation Error. Object reference not set to an instance of an object"
    Source Control: clicking it results in the message "Value cannot be null. Parameter name: serverName"
    Process Template Manager: clicking it results in the message "Value cannot be null: Parameter name: tpc"
    2. Clicking on the "Connect to Team Projects" icon takes me to a page where I can click on either:
    "Configure Team Projects": clicking it does nothing
    "Connect": clicking it does nothing
    "Sign Up": opens a Visual Studio Online page on my web browser
    If I instead go to File -> Source Control -> Advanced, there is only one option which appears to be working:
    Change Source Control. When I click on it I get a window with a table with rows that correspond to the current solution and the projects in the current solution. ie:
    Solution/Project: {item name}
    Server Name: "<No Server>"
    Server Binding: "<No Server>"
    Connected: {gray uncheckable checkbox}
    Status: "Not Controlled"
    Local Binding:
    Provider:
    Relative path:
    The buttons "Connect", "Disconnect", "Browse" are disabled. Clicking on the "Bind" button results in a window with the message "The mappings
    for the solution could not be found" and two buttons: Ok and
    Help. Clicking on Help results in a white window with the message:
    "The 'EurekaPackage' package did not load correctly. The problem may have been caused by a configuration change or by the installation of another extension. You can get more information by examining the file 'C:\User\<username>\AppData\Roaming\Microsoft\VisualStudio\11.0\ActivityLog.xml'.
    Continue to show this error message?"
    Clicking "yes" open the following page on my web browser, which essentially tells me to go back to the "Change Source Control" window and unbind the project, which VS is not letting me do:
    http://msdn.microsoft.com/query/dev11.query?appId=Dev11IDEF1&l=EN-US&k=k%28vs.tfc.sourcecontrol.MessageConnectionManagerCantBind%29;k%28TargetFrameworkMoniker-.NETFramework
    The following is an excerpt from the "ActivityLog.xml" file mentioned in the white window that appeared when I clicked on the "Help" button:
      <entry>
        <record>651</record>
        <time>2013/12/20 13:35:53.354</time>
        <type>Information</type>
        <source>Profile manager</source>
        <description>Begin export of category &apos;Source Control_TeamFoundation&apos; ({2A718788-A6D9-44C5-90EF-438BF5B06A74}) from package &apos;Microsoft.VisualStudio.TeamFoundation.VersionControl.HatPackage, Microsoft.VisualStudio.TeamFoundation.VersionControl, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&apos; ({4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}).  3349472 KB of virtual memory currently available.</description>
      </entry>  <entry>
        <record>652</record>
        <time>2013/12/20 13:35:53.354</time>
        <type>Information</type>
        <source>Profile manager</source>
        <description>End export of category &apos;Source Control_TeamFoundation&apos; ({2A718788-A6D9-44C5-90EF-438BF5B06A74}).  3349472 KB of virtual memory currently available.</description>
      </entry>
      <entry> <entry>
    <record>664</record>
    <time>2013/12/20 13:48:51.961</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>CreateInstance failed for package [Microsoft.Data.Entity.Design.BootstrapPackage.BootstrapPackage, Microsoft.Data.Entity.Design.BootstrapPackage, version=11.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
    <guid>{7A4E8D96-5D5B-4415-9FAB-D6DCC56F47FB}</guid>
    <hr>80070002</hr>
    <errorinfo>Could not load file or assembly 'Microsoft.Data.Entity.Design.BootstrapPackage, Version=11.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.</errorinfo>
    </entry>
    <entry>
    <record>671</record>
    <time>2013/12/20 13:50:19.757</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{E8B06F41-6D01-11D2-AA7D-00C04F990343}</guid>
    </entry>
    <entry>
    <record>672</record>
    <time>2013/12/20 13:50:19.757</time>
    <type>Warning</type>
    <source>VisualStudio</source>
    <description>Unexpected system error mode before loading package [Visual Studio Web Browser Package]</description>
    <guid>{E8B06F41-6D01-11D2-AA7D-00C04F990343}</guid>
    </entry>
    <entry>
    <record>676</record>
    <time>2013/12/20 13:50:19.820</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{8C28E535-ABC9-4F92-B5C9-6C16617C8884}</guid>
    </entry>
    <entry>
    <record>677</record>
    <time>2013/12/20 13:50:19.820</time>
    <type>Warning</type>
    <source>VisualStudio</source>
    <description>Unexpected system error mode before loading package [EurekaPackage]</description>
    <guid>{8C28E535-ABC9-4F92-B5C9-6C16617C8884}</guid>
    </entry>
    <entry>
    <entry>
    <record>679</record>
    <time>2013/12/20 13:50:19.820</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>CreateInstance failed for package [EurekaPackage]</description>
    <guid>{8C28E535-ABC9-4F92-B5C9-6C16617C8884}</guid>
    <hr>80070002</hr>
    <errorinfo>Could not load file or assembly 'file:///C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\Web Tools\Eureka\Microsoft.VisualStudio.Web.Eureka.dll' or one of its dependencies. The system cannot find the file specified.</errorinfo>
    </entry>
      <entry>
        <record>559</record>
        <time>2013/12/20 14:30:48.880</time>
        <type>Error</type>
        <source>VisualStudio</source>
        <description>Could not convert file time to system time</description>
        <hr>80070057 - E_INVALIDARG</hr>
      </entry>
    </activity>
    What, if anything, can I do in order to be able to get Visual Studio 2012 to interact with TFS?

    I'll add that when I run devenv.exe with the flag /TFSLink, VS opens a Team Explorer window that contains the following text:
    An exception was encountered while constructing the content of this frame. This information is also logged in "C:\Users\<username>\AppData\Roaming\Microsoft\VisualStudio\11.0\ActivityLog.xml".Exception details:System.NullReferenceException: Object reference not set to an instance of an object.   at Microsoft.VisualStudio.Shell.Interop.IVsShell5.LoadPackageWithContext(Guid& packageGuid, Int32 reason, Guid& context)   at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.GetPackage()   at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.ConstructContent()

  • Digusted with the lack of Customer Service and Complete disregard for Inconvenie​nces

    Its a shame I have to come here in order for my voice to be heard. I have spent many hours on the phone with technical support and customer service and it has been to no avail. As a longstanding verizon wireless customer I assumed the high level of customer service experienced there would be translated when I decided to pay MORE money and switch from DirectTV to Verizon FIOS. The last few days have proven me wrong as I still remain without internet, tv, or phone service due to a technical issue beyond my fault. I spent an hour on the phone yesterday only to find out a technician would need to be scheduled and sent to my home today. Working in sales, I have reports I must complete each day requiring use of a WIFI connection so this was already becoming an inconvenience on top of the fact I had to be available between 8-12 and miss a half day of work. Not only did the technician never show up but lied in the notes and stated he/she made an attempt to reach me by phone. My call log shows no incoming phone calls during anytime between 8-12 today. When I called tech support to check on the status of when they would be getting someone back out they informed me I would have to wait until tomorrow afternoon before someone could come out. I expressed my extreme displeasure with having to miss more time from work (which is additional money lost) and inconvienece as I would have to move my day around to find a place with free WIFI after work hours to complete my reports. Traffic in DC is not friendly and this has completely turned me off. Veriozn FIOS is unreliable and the level of service I have received to date has been sub par to put it politely. Offering me 2 pro-rated days back on my service doesn't even begin to compensate for the missed time out of work nor the gas and inconvience of running to the nearest free WIFI so I am able to do work required of me. I decided to switch to FIOS because of the verizon name assuming the quality of the product and level of service would be one I could depend on. This has been the farthest thing from what has taken place. I now have another appointment tomorrow and quite unsure if anything at all will happen. I need some somebody from corporate to receive this message as it took me forever to find this forum to express myself and try to come to some resolve to make things right in this situation. None of your customer service reps possessed any information on how to contact corporate and due to my experience I can see why. You all would likely have to hire full time stafff to accomodate the level of complaints coming in. Pending how this situation is resolved, I may or may not take my story to social media and as many review and blog sites as possible. Verizon FIOS has ruined my day and I hope that someone will care enough to make this situation right.

    Your issue has been escalated to a Verizon agent. Before the agent can begin assisting you, they will need to collect further information from you.
    Please go to your profile page for the forum, and look in the middle, right at the top where you will find an area titled "My Support Cases". You can reach your profile page by clicking on your name beside your post, or at the top left of this page underneath the title of the board.
    Under “My Support Cases” you will find a link to the private board where you and the agent may exchange information. This should be checked on a frequent basis as the agent may be waiting for information from you before they can proceed with any actions.
    To ensure you know when they have responded to you, at the top of your support case there is a drop down menu for support case options. Open that and choose "subscribe".
    Please keep all correspondence regarding your issue in the private support portal.

Maybe you are looking for

  • Why, when selecting the options box in the tools tab, does the whole page become unusable???? I cannot set my homepage at all.... very annoying..

    On Saturday I upgraded to version 10 beta, after installing the version, the options box in the Tools tab will not function. When selected the screen is "blocked out" and the only way forward is to Ctrl+Alt+Del to reset the browser. I have tried seve

  • Web Services with table element dont work

    I, am trying to use a web service that returns a xml with code and description. When i test the web service it works fine but when i use it in a page doesnt work at all. There is no parameters to call and the response is: <?xml version="1.0" encoding

  • Can I run a NVIDIA GeForce GTX 970?

    I posted something similar before but can someone tell me if I have the right cooling, motherboard ect. to run a NVIDIA GeForce GTX 970 graphics card. I have a HP Pavilion 500-319na and the product number is G9B00EA#ABU. I know I need a better power

  • Using iTunes as AppleTV Server

    Hi, I am currently using iTunes as the media server for the Apple TV, however the problem with this approach is that I am rapidly running out of space on my macbook, which has a 512GB SSD. At the moment, I have iTunes setup to "organise files" which

  • Auto Downloader - PSE 7.0

    I see that the Auto Downloader issue (where it went wild downloading everything when a card or other device was plugged in with previous versions) is fixed in PSE 7.0. It now only works automatically if you ask it to and that's great! If you set it u