Please don't forget in jdev12c generic function to assign values

hello, please don't forget in jdeveloper 12c generic function like to assign values values, that apply to all components in jdeveloper.
something liek set_value(item,value); or itemtype_set-value(item,value)
this should include basic conversion.
this will be a simply and great improvement
thank you

So somehow I must have registered another account and used the above screen name (runt83) and I'm not sure of those log in details.
Anyway...yes there are some choices for the basic users but read the reviews for them.  They all show as terrible.  Slow interfaces, buggy programming so more or less unreliable.  I had a LG Cosmos Touch.  The phone never stayed locked and I pocket dialed people all of the time.  The interface was buggy and since they are a resistive touchscreen it frequently misplaced my touch.  There are currently no phones in the lineup that I would upgrade for so hopefully I can just keep my current phone going. 
I actually use a Samsung Alias 2 and would love to upgrade to a Zeal or whatever the Alias 3 was called but that phone is no longer available.  Go figure...Samsung was making a GREAT phone and they stop production for some more crappy basic phones.  But in the nature of things they are probably making much more money on a smartphone compared to the basic phones so I can't really blame them.
I know exactly where the market is headed and before too long I'll be required to buy an expensive smartphone and a miserable data plan.  1GB of data to share with your entire family?  Yeah have fun paying that base bill + overages. 

Similar Messages

  • Don't forget us!

    Hi Marilyn.
    I am really, really glad to read in todays SDN Newsletter about the creation of a community for us! I am member of the SDN for nearly one year now and always thought "Interesting stuff -- for developers!". I was always looking for forums where I could post my questions and often did not find any. I am hoping to feel a lot more comfortable here.
    Reading the first articels in the BPX Community I realized that you are strongly heading towards SAP NetWeaver and Co. Please, don't forget us Business Process Experts that are still using R/3 (Yes, we exist!;-). I also would appreciate if you provide articles, blogs, elearning courses, etc. about how to update to MySAP Business Suite.
    Cheers,
    Marcus.

    Marilyn
    Those forums (like many) tend to focus on issues or problems that people are trying to solve. These are often quite specific and in most cases "technical" by nature. By that I mean either a configuration or technical issue such as "I can't generate output conditions from my new pricing schema" .
    What may be worth considering for the BPX forum is adding a content area that is split along process lines eg Source to Pay, Order to Cash etc but concentrates on;
    Real life examples of deploying SAP solutions ie case studies
    Industry best practice scenarios + how to link back to SAP capability
    Links to other relevant repositories such as ASUG
    Suggestions for deploying tools eg How to use ARIS and Solution Manager together to produce dynamic enterprise business models
    cheers
    Paul

  • Why can't I change my font style, and please don't give me a apple approved generic answer, please give me a reasonable answer as to why, not just because we designed it that way.

    Why can't I change my font style, and please don't give me a apple approved generic answer, please give me a reasonable answer as to why, not just because we designed it that way.i see that we have a choice here but why not in Email

    This is a forum for users to help other users, and there is no Apple presence
    here. Leave your comments at http://www.apple.com/feedback, but do not
    expect a response. Apple does not comment on its internal decisions.
    Check the AppStore to see if there is an alternative mail app that allows what
    you want.

  • Re: [iPlanet-JATO] Re: Use Of models in utility classes - Pease don't forget about the regular expression potential

    Namburi,
    When you said you used the Reg Exp tool, did you use it only as
    preconfigured by the iMT migrate application wizard?
    Because the default configuration of the regular expression tool will only
    target the files in your ND project directories. If you wish to target
    classes outside of the normal directory scope, you have to either modify the
    "Source Directory" property OR create another instance of the regular
    expression tool. See the "Tool" menu in the iMT to create additional tool
    instances which can each be configured to target different sets of files
    using different sets of rules.
    Usually, I utilize 3 different sets of rules files on a given migration:
    spider2jato.xml
    these are the generic conversion rules (but includes the optimized rules for
    ViewBean and Model based code, i.e. these rules do not utilize the
    RequestManager since it is not needed for code running inside the ViewBean
    or Model classes)
    I run these rules against all files.
    See the file download section of this forum for periodic updates to these
    rules.
    nonProjectFileRules.xml
    these include rules that add the necessary
    RequestManager.getRequestContext(). etc prefixes to many of the common
    calls.
    I run these rules against user module and any other classes that do not are
    not ModuleServlet, ContainerView, or Model classes.
    appXRules.xml
    these rules include application specific changes that I discover while
    working on the project. A common thing here is changing import statements
    (since the migration tool moves ND project code into different jato
    packaging structure, you sometime need to adjust imports in non-project
    classes that previously imported ND project specific packages)
    So you see, you are not limited to one set of rules at all. Just be careful
    to keep track of your backups (the regexp tool provides several options in
    its Expert Properties related to back up strategies).
    ----- Original Message -----
    From: <vnamboori@y...>
    Sent: Wednesday, August 08, 2001 6:08 AM
    Subject: [iPlanet-JATO] Re: Use Of models in utility classes - Pease don't
    forget about the regular expression potential
    Thanks Matt, Mike, Todd
    This is a great input for our migration. Though we used the existing
    Regular Expression Mapping tool, we did not change this to meet our
    own needs as mentioned by Mike.
    We would certainly incorporate this to ease our migration.
    Namburi
    --- In iPlanet-JATO@y..., "Todd Fast" <toddwork@c...> wrote:
    All--
    Great response. By the way, the Regular Expression Tool uses thePerl5 RE
    syntax as implemented by Apache OROMatcher. If you're doing lotsof these
    sorts of migration changes manually, you should definitely buy theO'Reilly
    book "Mastering Regular Expressions" and generate some rules toautomate the
    conversion. Although they are definitely confusing at first,regular
    expressions are fairly easy to understand with some documentation,and are
    superbly effective at tackling this kind of migration task.
    Todd
    ----- Original Message -----
    From: "Mike Frisino" <Michael.Frisino@S...>
    Sent: Tuesday, August 07, 2001 5:20 PM
    Subject: Re: [iPlanet-JATO] Use Of models in utility classes -Pease don't
    forget about the regular expression potential
    Also, (and Matt's document may mention this)
    Please bear in mind that this statement is not totally correct:
    Since the migration tool does not do much of conversion for
    these
    utilities we have to do manually.Remember, the iMT is a SUITE of tools. There is the extractiontool, and
    the translation tool, and the regular expression tool, and severalother
    smaller tools (like the jar and compilation tools). It is correctto state
    that the extraction and translation tools only significantlyconvert the
    primary ND project objects (the pages, the data objects, and theproject
    classes). The extraction and translation tools do minimumtranslation of the
    User Module objects (i.e. they repackage the user module classes inthe new
    jato module packages). It is correct that for all other utilityclasses
    which are not formally part of the ND project, the extraction and
    translation tools do not perform any migration.
    However, the regular expression tool can "migrate" any arbitrary
    file
    (utility classes etc) to the degree that the regular expressionrules
    correlate to the code present in the arbitrary file. So first andforemost,
    if you have alot of spider code in your non-project classes youshould
    consider using the regular expression tool and if warranted adding
    additional rules to reduce the amount of manual adjustments thatneed to be
    made. I can stress this enough. We can even help you write theregular
    expression rules if you simply identify the code pattern you wish to
    convert. Just because there is not already a regular expressionrule to
    match your need does not mean it can't be written. We have notnearly
    exhausted the possibilities.
    For example if you say, we need to convert
    CSpider.getDataObject("X");
    To
    RequestManager.getRequestContext().getModelManager().getModel(XModel.class);
    Maybe we or somebody else in the list can help write that regularexpression if it has not already been written. For instance in thelast
    updated spider2jato.xml file there is already aCSpider.getCommonPage("X")
    rule:
    <!--getPage to getViewBean-->
    <mapping-rule>
    <mapping-rule-primarymatch>
    <![CDATA[CSpider[.\s]*getPage[\s]*\(\"([^"]*)\"]]>
    </mapping-rule-primarymatch>
    <mapping-rule-replacement>
    <mapping-rule-match>
    <![CDATA[CSpider[.\s]*getPage[\s]*\(\"([^"]*)\"]]>
    </mapping-rule-match>
    <mapping-rule-substitute>
    <![CDATA[getViewBean($1ViewBean.class]]>
    </mapping-rule-substitute>
    </mapping-rule-replacement>
    </mapping-rule>
    Following this example a getDataObject to getModel would look
    like this:
    <mapping-rule>
    <mapping-rule-primarymatch>
    <![CDATA[CSpider[.\s]*getDataObject[\s]*\(\"([^"]*)\"]]>
    </mapping-rule-primarymatch>
    <mapping-rule-replacement>
    <mapping-rule-match>
    <![CDATA[CSpider[.\s]*getDataObject[\s]*\(\"([^"]*)\"]]>
    </mapping-rule-match>
    <mapping-rule-substitute>
    <![CDATA[getModel($1Model.class]]>
    </mapping-rule-substitute>
    </mapping-rule-replacement>
    </mapping-rule>
    In fact, one migration developer already wrote that rule andsubmitted it
    for inclusion in the basic set. I will post another upgrade to thebasic
    regular expression rule set, look for a "file uploaded" posting.Also,
    please consider contributing any additional generic rules that youhave
    written for inclusion in the basic set.
    Please not, that in some cases (Utility classes in particular)
    the rule
    application may be more effective as TWO sequention rules ratherthan one
    monolithic rule. Again using the example above, it will convert
    CSpider.getDataObject("Foo");
    To
    getModel(FooModel.class);
    Now that is the most effective conversion for that code if that
    code is in
    a page or data object class file. But if that code is in a Utilityclass you
    really want:
    >
    RequestManager.getRequestContext().getModelManager().getModel(FooModel.class
    So to go from
    getModel(FooModel.class);
    To
    RequestManager.getRequestContext().getModelManager().getModel(FooModel.class
    You would apply a second rule AND you would ONLY run this rule
    against
    your utility classes so that you would not otherwise affect yourViewBean
    and Model classes which are completely fine with the simplegetModel call.
    <mapping-rule>
    <mapping-rule-primarymatch>
    <![CDATA[getModel\(]]>
    </mapping-rule-primarymatch>
    <mapping-rule-replacement>
    <mapping-rule-match>
    <![CDATA[getModel\(]]>
    </mapping-rule-match>
    <mapping-rule-substitute>
    <![CDATA[RequestManager.getRequestContext().getModelManager().getModel(]]>
    </mapping-rule-substitute>
    </mapping-rule-replacement>
    </mapping-rule>
    A similer rule can be applied to getSession and other CSpider APIcalls.
    For instance here is the rule for converting getSession calls toleverage
    the RequestManager.
    <mapping-rule>
    <mapping-rule-primarymatch>
    <![CDATA[getSession\(\)\.]]>
    </mapping-rule-primarymatch>
    <mapping-rule-replacement>
    <mapping-rule-match>
    <![CDATA[getSession\(\)\.]]>
    </mapping-rule-match>
    <mapping-rule-substitute>
    <![CDATA[RequestManager.getSession().]]>
    </mapping-rule-substitute>
    </mapping-rule-replacement>
    </mapping-rule>
    ----- Original Message -----
    From: "Matthew Stevens" <matthew.stevens@e...>
    Sent: Tuesday, August 07, 2001 12:56 PM
    Subject: RE: [iPlanet-JATO] Use Of models in utility classes
    Namburi,
    I will post a document to the group site this evening which has
    the
    details
    on various tactics of migrating these type of utilities.
    Essentially,
    you
    either need to convert these utilities to Models themselves or
    keep the
    utilities as is and simply use the
    RequestManager.getRequestContext.getModelManager().getModel()
    to statically access Models.
    For CSpSelect.executeImmediate() I have an example of customhelper
    method
    as a replacement whicch uses JDBC results instead of
    CSpDBResult.
    matt
    -----Original Message-----
    From: vnamboori@y... [mailto:<a href="/group/SunONE-JATO/post?protectID=081071113213093190112061186248100208071048">vnamboori@y...</a>]
    Sent: Tuesday, August 07, 2001 3:24 PM
    Subject: [iPlanet-JATO] Use Of models in utility classes
    Hi All,
    In the present ND project we have lots of utility classes.
    These
    classes in diffrent directory. Not part of nd pages.
    In these classes we access the dataobjects and do themanipulations.
    So we access dataobjects directly like
    CSpider.getDataObject("do....");
    and then execute it.
    Since the migration tool does not do much of conversion forthese
    utilities we have to do manually.
    My question is Can we access the the models in the postmigration
    sameway or do we need requestContext?
    We have lots of utility classes which are DataObjectintensive. Can
    someone suggest a better way to migrate this kind of code.
    Thanks
    Namburi
    [email protected]
    [email protected]
    [Non-text portions of this message have been removed]
    [email protected]
    [email protected]

    Namburi,
    When you said you used the Reg Exp tool, did you use it only as
    preconfigured by the iMT migrate application wizard?
    Because the default configuration of the regular expression tool will only
    target the files in your ND project directories. If you wish to target
    classes outside of the normal directory scope, you have to either modify the
    "Source Directory" property OR create another instance of the regular
    expression tool. See the "Tool" menu in the iMT to create additional tool
    instances which can each be configured to target different sets of files
    using different sets of rules.
    Usually, I utilize 3 different sets of rules files on a given migration:
    spider2jato.xml
    these are the generic conversion rules (but includes the optimized rules for
    ViewBean and Model based code, i.e. these rules do not utilize the
    RequestManager since it is not needed for code running inside the ViewBean
    or Model classes)
    I run these rules against all files.
    See the file download section of this forum for periodic updates to these
    rules.
    nonProjectFileRules.xml
    these include rules that add the necessary
    RequestManager.getRequestContext(). etc prefixes to many of the common
    calls.
    I run these rules against user module and any other classes that do not are
    not ModuleServlet, ContainerView, or Model classes.
    appXRules.xml
    these rules include application specific changes that I discover while
    working on the project. A common thing here is changing import statements
    (since the migration tool moves ND project code into different jato
    packaging structure, you sometime need to adjust imports in non-project
    classes that previously imported ND project specific packages)
    So you see, you are not limited to one set of rules at all. Just be careful
    to keep track of your backups (the regexp tool provides several options in
    its Expert Properties related to back up strategies).
    ----- Original Message -----
    From: <vnamboori@y...>
    Sent: Wednesday, August 08, 2001 6:08 AM
    Subject: [iPlanet-JATO] Re: Use Of models in utility classes - Pease don't
    forget about the regular expression potential
    Thanks Matt, Mike, Todd
    This is a great input for our migration. Though we used the existing
    Regular Expression Mapping tool, we did not change this to meet our
    own needs as mentioned by Mike.
    We would certainly incorporate this to ease our migration.
    Namburi
    --- In iPlanet-JATO@y..., "Todd Fast" <toddwork@c...> wrote:
    All--
    Great response. By the way, the Regular Expression Tool uses thePerl5 RE
    syntax as implemented by Apache OROMatcher. If you're doing lotsof these
    sorts of migration changes manually, you should definitely buy theO'Reilly
    book "Mastering Regular Expressions" and generate some rules toautomate the
    conversion. Although they are definitely confusing at first,regular
    expressions are fairly easy to understand with some documentation,and are
    superbly effective at tackling this kind of migration task.
    Todd
    ----- Original Message -----
    From: "Mike Frisino" <Michael.Frisino@S...>
    Sent: Tuesday, August 07, 2001 5:20 PM
    Subject: Re: [iPlanet-JATO] Use Of models in utility classes -Pease don't
    forget about the regular expression potential
    Also, (and Matt's document may mention this)
    Please bear in mind that this statement is not totally correct:
    Since the migration tool does not do much of conversion for
    these
    utilities we have to do manually.Remember, the iMT is a SUITE of tools. There is the extractiontool, and
    the translation tool, and the regular expression tool, and severalother
    smaller tools (like the jar and compilation tools). It is correctto state
    that the extraction and translation tools only significantlyconvert the
    primary ND project objects (the pages, the data objects, and theproject
    classes). The extraction and translation tools do minimumtranslation of the
    User Module objects (i.e. they repackage the user module classes inthe new
    jato module packages). It is correct that for all other utilityclasses
    which are not formally part of the ND project, the extraction and
    translation tools do not perform any migration.
    However, the regular expression tool can "migrate" any arbitrary
    file
    (utility classes etc) to the degree that the regular expressionrules
    correlate to the code present in the arbitrary file. So first andforemost,
    if you have alot of spider code in your non-project classes youshould
    consider using the regular expression tool and if warranted adding
    additional rules to reduce the amount of manual adjustments thatneed to be
    made. I can stress this enough. We can even help you write theregular
    expression rules if you simply identify the code pattern you wish to
    convert. Just because there is not already a regular expressionrule to
    match your need does not mean it can't be written. We have notnearly
    exhausted the possibilities.
    For example if you say, we need to convert
    CSpider.getDataObject("X");
    To
    RequestManager.getRequestContext().getModelManager().getModel(XModel.class);
    Maybe we or somebody else in the list can help write that regularexpression if it has not already been written. For instance in thelast
    updated spider2jato.xml file there is already aCSpider.getCommonPage("X")
    rule:
    <!--getPage to getViewBean-->
    <mapping-rule>
    <mapping-rule-primarymatch>
    <![CDATA[CSpider[.\s]*getPage[\s]*\(\"([^"]*)\"]]>
    </mapping-rule-primarymatch>
    <mapping-rule-replacement>
    <mapping-rule-match>
    <![CDATA[CSpider[.\s]*getPage[\s]*\(\"([^"]*)\"]]>
    </mapping-rule-match>
    <mapping-rule-substitute>
    <![CDATA[getViewBean($1ViewBean.class]]>
    </mapping-rule-substitute>
    </mapping-rule-replacement>
    </mapping-rule>
    Following this example a getDataObject to getModel would look
    like this:
    <mapping-rule>
    <mapping-rule-primarymatch>
    <![CDATA[CSpider[.\s]*getDataObject[\s]*\(\"([^"]*)\"]]>
    </mapping-rule-primarymatch>
    <mapping-rule-replacement>
    <mapping-rule-match>
    <![CDATA[CSpider[.\s]*getDataObject[\s]*\(\"([^"]*)\"]]>
    </mapping-rule-match>
    <mapping-rule-substitute>
    <![CDATA[getModel($1Model.class]]>
    </mapping-rule-substitute>
    </mapping-rule-replacement>
    </mapping-rule>
    In fact, one migration developer already wrote that rule andsubmitted it
    for inclusion in the basic set. I will post another upgrade to thebasic
    regular expression rule set, look for a "file uploaded" posting.Also,
    please consider contributing any additional generic rules that youhave
    written for inclusion in the basic set.
    Please not, that in some cases (Utility classes in particular)
    the rule
    application may be more effective as TWO sequention rules ratherthan one
    monolithic rule. Again using the example above, it will convert
    CSpider.getDataObject("Foo");
    To
    getModel(FooModel.class);
    Now that is the most effective conversion for that code if that
    code is in
    a page or data object class file. But if that code is in a Utilityclass you
    really want:
    >
    RequestManager.getRequestContext().getModelManager().getModel(FooModel.class
    So to go from
    getModel(FooModel.class);
    To
    RequestManager.getRequestContext().getModelManager().getModel(FooModel.class
    You would apply a second rule AND you would ONLY run this rule
    against
    your utility classes so that you would not otherwise affect yourViewBean
    and Model classes which are completely fine with the simplegetModel call.
    <mapping-rule>
    <mapping-rule-primarymatch>
    <![CDATA[getModel\(]]>
    </mapping-rule-primarymatch>
    <mapping-rule-replacement>
    <mapping-rule-match>
    <![CDATA[getModel\(]]>
    </mapping-rule-match>
    <mapping-rule-substitute>
    <![CDATA[RequestManager.getRequestContext().getModelManager().getModel(]]>
    </mapping-rule-substitute>
    </mapping-rule-replacement>
    </mapping-rule>
    A similer rule can be applied to getSession and other CSpider APIcalls.
    For instance here is the rule for converting getSession calls toleverage
    the RequestManager.
    <mapping-rule>
    <mapping-rule-primarymatch>
    <![CDATA[getSession\(\)\.]]>
    </mapping-rule-primarymatch>
    <mapping-rule-replacement>
    <mapping-rule-match>
    <![CDATA[getSession\(\)\.]]>
    </mapping-rule-match>
    <mapping-rule-substitute>
    <![CDATA[RequestManager.getSession().]]>
    </mapping-rule-substitute>
    </mapping-rule-replacement>
    </mapping-rule>
    ----- Original Message -----
    From: "Matthew Stevens" <matthew.stevens@e...>
    Sent: Tuesday, August 07, 2001 12:56 PM
    Subject: RE: [iPlanet-JATO] Use Of models in utility classes
    Namburi,
    I will post a document to the group site this evening which has
    the
    details
    on various tactics of migrating these type of utilities.
    Essentially,
    you
    either need to convert these utilities to Models themselves or
    keep the
    utilities as is and simply use the
    RequestManager.getRequestContext.getModelManager().getModel()
    to statically access Models.
    For CSpSelect.executeImmediate() I have an example of customhelper
    method
    as a replacement whicch uses JDBC results instead of
    CSpDBResult.
    matt
    -----Original Message-----
    From: vnamboori@y... [mailto:<a href="/group/SunONE-JATO/post?protectID=081071113213093190112061186248100208071048">vnamboori@y...</a>]
    Sent: Tuesday, August 07, 2001 3:24 PM
    Subject: [iPlanet-JATO] Use Of models in utility classes
    Hi All,
    In the present ND project we have lots of utility classes.
    These
    classes in diffrent directory. Not part of nd pages.
    In these classes we access the dataobjects and do themanipulations.
    So we access dataobjects directly like
    CSpider.getDataObject("do....");
    and then execute it.
    Since the migration tool does not do much of conversion forthese
    utilities we have to do manually.
    My question is Can we access the the models in the postmigration
    sameway or do we need requestContext?
    We have lots of utility classes which are DataObjectintensive. Can
    someone suggest a better way to migrate this kind of code.
    Thanks
    Namburi
    [email protected]
    [email protected]
    [Non-text portions of this message have been removed]
    [email protected]
    [email protected]

  • Alv grid control toolbar exclude generic functions

    Hi,
    I'm attempting to exclude certain functions from the toolbar of an (editable) alv grid (of class cl_gui_alv_grid).
    The problem is that the  buttons still show on the toolbar.
    My program is based on the SAP example program 'BCALV_EDIT_03'. It would seem that even this example doesn't work as expected.
    This is an extract of my code:
    -[EXTRACT <b></b>BEGIN]--
    *---Restrict generic functions to 'change only'.
    *   (i.e The user should not be able to add new lines).
      DATA ls_exclude TYPE ui_func.
      DATA: lt_exclude TYPE ui_functions.
      ls_exclude = cl_gui_alv_grid=>mc_fc_loc_delete_row.
      APPEND ls_exclude TO lt_exclude.
      ls_exclude = cl_gui_alv_grid=>mc_fc_loc_append_row.
      APPEND ls_exclude TO lt_exclude.
      ls_exclude = cl_gui_alv_grid=>mc_fc_loc_insert_row.
      APPEND ls_exclude TO lt_exclude.
    *...initialize alv grid
        CALL METHOD g_grid->set_table_for_first_display
          EXPORTING
            is_layout            = ps_layout
            it_toolbar_excluding = lt_exclude
          CHANGING
            it_fieldcatalog      = pt_fieldcat
            it_outtab            = pt_outtab.
    -[EX<b></b>TRACT END]--
    Thank You In Advance,
    Nhlanhla

    Hi,
    i've done similar one, i am able to exclude.
    DATA: LT_EXCLUDE TYPE UI_FUNCTIONS.
    PERFORM EXCLUDE_TB_FUNCTIONS CHANGING LT_EXCLUDE.
    FORM EXCLUDE_TB_FUNCTIONS CHANGING PT_EXCLUDE TYPE UI_FUNCTIONS.
    * Only allow to change data not to create new entries (exclude
    * generic functions).
      DATA LS_EXCLUDE TYPE UI_FUNC.
      LS_EXCLUDE = CL_GUI_ALV_GRID=>MC_FC_LOC_COPY_ROW.
      APPEND LS_EXCLUDE TO PT_EXCLUDE.
      LS_EXCLUDE = CL_GUI_ALV_GRID=>MC_FC_LOC_DELETE_ROW.
      APPEND LS_EXCLUDE TO PT_EXCLUDE.
      LS_EXCLUDE = CL_GUI_ALV_GRID=>MC_FC_LOC_APPEND_ROW.
      APPEND LS_EXCLUDE TO PT_EXCLUDE.
      LS_EXCLUDE = CL_GUI_ALV_GRID=>MC_FC_LOC_INSERT_ROW.
      APPEND LS_EXCLUDE TO PT_EXCLUDE.
      LS_EXCLUDE = CL_GUI_ALV_GRID=>MC_FC_LOC_MOVE_ROW.
      APPEND LS_EXCLUDE TO PT_EXCLUDE.
      LS_EXCLUDE = CL_GUI_ALV_GRID=>MC_FC_LOC_COPY.
      APPEND LS_EXCLUDE TO PT_EXCLUDE.
      LS_EXCLUDE = CL_GUI_ALV_GRID=>MC_FC_LOC_CUT.
      APPEND LS_EXCLUDE TO PT_EXCLUDE.
      LS_EXCLUDE = CL_GUI_ALV_GRID=>MC_FC_LOC_PASTE.
      APPEND LS_EXCLUDE TO PT_EXCLUDE.
      LS_EXCLUDE = CL_GUI_ALV_GRID=>MC_FC_LOC_PASTE_NEW_ROW.
      APPEND LS_EXCLUDE TO PT_EXCLUDE.
      LS_EXCLUDE = CL_GUI_ALV_GRID=>MC_FC_LOC_UNDO.
      APPEND LS_EXCLUDE TO PT_EXCLUDE.
    ENDFORM.                               " EXCLUDE_TB_FUNCTIONS
    "can you check the LT_EXCLUDE in debug mode.
    regards
    vijay

  • Function Module in a Generic Function Module Extractor

    I want to use a generic function module (ZFM_CONNECTION_DETAIL) in a Generic Function Module based Extractor.
    After Creating, I have checked it in RSA3... Data is showing properly on the Extractor Check.
    And replicated on BW side, after triggering the extractor using infopackageu2026 only one record is coming on the target side (BW).
    And one job is running endless on the source system.
    Generic extractor on the normal code is working properly on both sides.
    But problem occurs while I was using Function Module in the Generic function Module extractor.
    Waiting for a Reply with solution...........
    Hi Siegfried Szameitat,
    I have searched a lot to find out the solution of my Question (Problem). But there is no solution for the problem I have.
    Please let me to find out a proper solution of my issue....
    Thanks

    FUNCTION zcrm_questionnaire.
    Its a full Load...
    Codes are as followed..........
      DATA:lv_times     TYPE i.
      DATA:lv_datapakid TYPE numc4.
      CLEAR:lv_datapakid,lv_times .
      STATICS: s_s_if TYPE srsc_s_if_simple,
               sd_no_more_data  TYPE flag.
      DATA: l_s_select TYPE srsc_s_select.
      DATA :  s_counter_datapakid LIKE sy-tabix,
              s_cursor TYPE cursor.
      RANGES :  date  FOR  zresult_lt-date.
      DATA: lv_count TYPE i VALUE 1.
      IF i_initflag = sbiwa_c_flag_on.
    Initialization: check input parameters
                    buffer input parameters
                    prepare data selection
    Check InfoSource validity
        CASE i_dsource.
          WHEN 'ZCRM_QUESTIONNAIRE'.
          WHEN OTHERS.
            IF 1 = 2. MESSAGE e009(r3). ENDIF.
            log_write 'E'                  "message type
                      'R3'                 "message class
                      '009'                "message number
                      i_dsource            "message variable 1
                      ' '.                 "message variable 2
            RAISE error_passed_to_mess_handler.
        ENDCASE.
        APPEND LINES OF i_t_select TO s_s_if-t_select.
        s_s_if-requnr    = i_requnr.
        s_s_if-dsource   = i_dsource.
        s_s_if-maxsize   = i_maxsize.
        APPEND LINES OF i_t_fields TO s_s_if-t_fields.
      ELSE.                 "Initialization mode or data extraction
        IF NOT sd_no_more_data IS INITIAL.
          RAISE no_more_data.
        ENDIF.
        LOOP AT s_s_if-t_select INTO l_s_select .
          MOVE-CORRESPONDING l_s_select TO date.
        ENDLOOP.
        DATA : v_questionire  TYPE  crm_svy_db_sid.
        DATA : itab_questionire TYPE zsurveyid.
        DATA : e_tt_data_get TYPE  zresult_lt OCCURS 10.
        v_questionire = 'CALL CENTER'.
        APPEND v_questionire TO itab_questionire.
        v_questionire = 'METER INSTALLATION TEAM'.
        APPEND v_questionire TO itab_questionire.
        v_questionire = 'METER READING & BILLING'.
        APPEND v_questionire TO itab_questionire.
        v_questionire = 'NO SUPPLY'.
        APPEND v_questionire TO itab_questionire.
        v_questionire = 'CASH COLLECTION CENTER'.
        APPEND v_questionire TO itab_questionire.
        v_questionire = 'STREET LIGHT'.
        APPEND v_questionire TO itab_questionire.
        v_questionire = 'CONSUMER CARE CENTER'.
        APPEND v_questionire TO itab_questionire.
        v_questionire = 'WEBSITE'.
        APPEND v_questionire TO itab_questionire.
        DATA : counter TYPE i,
              high  LIKE sy-datum,
               low LIKE sy-datum.
        CONCATENATE
        l_s_select-high+6(4)
        l_s_select-high+3(2)
        l_s_select-high+0(2)
        INTO
        high.
        CONCATENATE
        l_s_select-low+6(4)
        l_s_select-low+3(2)
        l_s_select-low+0(2)
        INTO
        low.
        BREAK-POINT.
       do i_maxsize times.
        CALL FUNCTION 'ZCRM_SURVEY_REPORTING'
          EXPORTING
            e_date_frm    = low
            e_date_to     = high
            e_questionire = itab_questionire
          CHANGING
            it_result     = e_tt_data_get.
        IF sy-subrc IS INITIAL.
          e_t_data[] = e_tt_data_get[].
          APPEND e_t_data.
        ELSE.
          EXIT.
        ENDIF.
         sd_no_more_data = 'X'.
      ENDIF.              "Initialization mode or data extraction ?
    ENDFUNCTION.
    lk

  • Generic function module for input two Infocubes and output one infocube-APO

    Hi All,
    My requirement is we have to pick data from two infocubes(Billing and Backlog) and send to One info cube.
    can you please send me an;y generic function module is available in APO or explain me how to solve my requirement.
    waiting for your response.
    Thanks for Advance.
    Shubhojit.

    Hi,
    I recommend using a multi-cube also but if you insist in JOINing two cubes then you can do that in an ABAP SELECT statement. You need to join the fact table and the dimension tables for all dimensions (for all InfoCubes). Please only retrieve data whose OBJVERS="A".
    Please post again if you need more help.
    Regards,
    Emmanuel

  • Would you please some one can provide me Reporting function and Techn specs

    Hi BI guru's
    Would you please some one can provide me Reporting function and Techn specs.I have got new requirement for the reports.
    Hence i need to prepare Functiona and technical spec for them.
    I don't have any documents related to it.
    Please some one can help me  and mail it to [email protected]
    Edited by: krish aryan on Jul 30, 2008 3:00 AM

    Hi,
    You need the template for techical specs? Your question is not clear. If you are asking for templates, I don't think they can be shared in a common forum like this.
    We can give you an idea as to how it can be prepared, but I guess you will already have templates for your documentation in your company portal.
    Regards
    Sudeepti

  • Please don' make us wait... it's time for ICAL iPhone task integration

    With many app developers having great success with task/to do list, isn't time (or way past time) for Apple to allow tasks, via iCal, to flow to the iPhone and push technology to prompt users of important things to do, at a certain time? I am very busy like many other mac users, and I don't want to litter my calendar with many, time sensitive, todos. Beside,s other to-do apps would be able to offer customers up to date functionality with iCal task support.
    Please don't make us wait any longer.
    Will Heine
    Web Development and Management
    Detroit, Michigan
    Message was edited by: WizardWill

    If you want Apple to read your very good suggestion you need to post it to one of their feedback pages.
    Here's the one for ical http://www.apple.com/feedback/ical.html

  • Can generic function module extractions possible with CRM data sources.

    Hi Friends,
    can generic function module extractions possible with CRM data sources.
    90% extractions are generic function module extractions.
    How is it possible without BW adapters..
    It's very urgent ...Please.
    Thanks,
    Basava Raju

    Hi Madhu,
       Just curious ... if you already have a generic FM extractor then just go into it and find out where it is reading the data from. If its reading data from the CRM system then thre is no need for any BW adapter ... just in case you need any ABAP help ... post here ... I may be of use to you.
    Best regards,
    Kazmi

  • I have a currently updated Mac that's fast as lightning. I use eBay A LOT. In the newest version when I hit the back button it takes me to the original "new tab" page. Please don't make me use Chrome or Safari, I love you guys

    Hello,
    I have a Mac that's fast as lightning running on the latest version of OS X. I use eBay A LOT. In the newest version of Firefox that I just downloaded when I hit the back button it takes me to the original "new tab" page. Please don't make me use Chrome or Safari, I love you guys

    Thank you for your kind words on the Tablet, as this is the only product mentioned that is supported on this forum, The forums here are for Home Electronics and Computers, and do not reach the Sony smart phone community.
    The Sony smart phone Support Forum is the place for Sony (formerly Sony Ericsson) users from around the world to get help and help others:
    your very in depth suggestions and comments would best be heard at the following forum that is dedicated exclusively to the Sony smart phone community.
    http://talk.sonyericsson.com/community/support

  • To SONY management not Sony ericsson Management, please don't do the same mistakes.

    Please Don’t Make Same Sony-Ericsson Mistakes
    by USER-986393 » Thu Oct 27, 2011 3:40 pm
    Congratulations on your Erricsson's share acquire, I must say i have been Sony phone holder from the day SONY CDM-Z1 was created, forced my self to stick with SE... and now happy to come back to SONY again. I would like to talk about couple of things...
    Response:
    The major fall of SE is the fact that they did not listen to fans and most importantly customers. we complained so much over Xperia X1 and Xperia X10 until SE forced us to purchase other brands due to lack of response. so please, responding to complaints is critical when there are so many better phone makers out there.
    Lack of future vision:
    Look at the Galaxy S, Galaxy Sii, Iphone... you know what they have in common? light years technology for the same price as Caved in SE phones. Arc vs Sii?... SE was against technology for some reason, for instance. who ever was against dual processor and how much it would attract customers, needs to find another company to put down. Lack of LTE?, how can someone not find that as something a cell phone can use in the future? Market share in USA? why would someone not give the US attention, no one buys a full priced phone these days, that only worked when there was no contracts. these days i don't mind a contract as long as i am getting a phone a i can not afford. also i never understood this frequency difference, why did SE wait until iPhone 4s marketed the idea a "world phone" that works anywhere? why did SE insist on making an American version and an international version? example ARC LT15A and ARC LT15i is it SO HARD to make a phone that has all the frequencies LT15Ai? really? who ever was against that idea needs to go as well.
    I will assume who ever is reading the example i mentioned above is grasping the importance of it... it's as simple as this SE would have been more successful had more people bought SE phones, i am interested in the ARC LT18A, well there is only LT18I that wont work 3g on At&t. here are the problems that you will face... 1 - a happy innocent customer that did not know that, purchased a LT18I (international) and realized SE customers service in Canada or USA that it won't work in the U.S. on 3g...   2 - a frustrated customer like me who knew about the difference from previous mistakes and decided to buy an iphone instead just bc of the being neglected or carelessness from SE towards people in the U.S.  either way, wither those two two points were shocking to you as a SE manager, or a common fact that is not important enough... that manager needs to go.  with a tahnk you note for loosing market share in the U.S. deserves an excelence in that actually.
    Wrong Focus, right focus was a little too late:
    SE phones especially in 2011 was way behind any other company in smart phones, yes the ARC S was maybe a nice attempt but simply not enough... the world is advancing really fast, if you dont catch the train, then your about to bankrupt. it took forever to jump on really powerful phones and instead there so many variations. you can get a cyber-shot but not a Walkman.. you can get a walkman phone but not as smart as the p900 you can get the p900 but not as slim as the p600. SE was competing with its own self ... lets FOCUS, get your stuff together and make a Quality phone not Quantity phone. (GOOD JOB ON THE TABLET) the variations are based on needs not confusing differences. The ARC was a great phone, but SE had missed the train.
    THE UPDATES:
    The most frustrating customer service i have ever experienced, and when updates come out, they come out first in Nordic places then in middle east country by country... giving every day more fuel to angry customers wondering when they will be lucky to get an update ... why can't there be one global update for all phones and different updates to phone carriers for each country. make it easier, it does not take a company purchase to do so.
    Announcements:
    it was frustrating, just like it is right now, i still don't know when ARC S comes out. oh wait i am in the U.S. it comes out "WHENEVER" does it look like i am happy? i need a new phone, how SE expect me to purchase an ARC S when i don't know how long i am waiting for it and there is GALAXY and Iphones released in the markets hovering around me every day?
    USA, USA, CHINA, USA:
    Why was the U.S. not a focus, please someone answer!
    Creativity:
    androids are awesome operating systems, they are simply great and simply work every single time you use them. i believe, i gave SE so many ideas, non of them were integrated. to be able to distinguish your self from the rest of the pack; you need to be the alpha. simply having the most powerful phone is one factor, Xmore R is another, crazy led designs. look at the Tablet S, it's not the thinnest, it's not the cheapest, it's not the most powerful, yet it's unique in design. and for the market with the dull flat tablets, who ever designed it should design your new phones. the ARC design was AMAZING but lacked the items that are enough to give it a competitive edge in the market.
    Charging:
    Why is it only micro USB is the main charger, Why can't it be that and another EASY WAY OF CHARGING, why do we have to wait tell apple go to conductive charging? SONY come up with two ways of charging, micro usb is great cause every one has either a BB or an android somewhere. but imagine just placing your phone on something without me connecting... I AM BUYING.
    Pricing:
    SE charges an arm and a leg, when Galaxy Sii and iphone 4s are $200.00... do you not thing there is something wrong here?
    Accessories:
    I have suggested times and times, make more accessories, lets compare phones covers for the Iphone and the Any SE phones... the amusing aspect is, why did not SE see what I see?
    Cool names PLEASE:
    the ARC is a way to start after 10 years of naming products like fax machines... I need to see Jima, president, awesome... less chemical equations of fax machine names. LT18a, imagine I tell my friends have you seen the LT18a or have you seen the Sony ARC?
    FM:
    Really?  your research says in 2011 people won't buy a phone without FM?  and the customers would also do the twist dance from the joy of knowing the phone has FM.  it's 2011, perhaps you need to look in your research again.
    SonyEricsson does not see the need for a dual processor for an android that won't support it yet:
    that right there shows the difference between a company with a long vision and another with a short one.  my answer to that statement, please set down get some popcorn as you are just about to watch S ii and iphone 4S a chance to be light years ahead of you, and sell millions of more phones than you.  just because someone that works at SE has a very short vision ruining a whole company. president of Syria bashar alasad, believes that his country is under control.  the achievements of democratic countries did not impress him and the fall of Lebian, Egyptian, and Algerian presidents did not get him to even think twice about what is happening.  it amazes me how people can be so selfish and short visioned.
    Waterproof: 
    Great idea, where is the phone, i am in the U.S. while you are at it, let me suggest accessories.  a helmet accessory that would station that phone on my helmet while i am racing... right there i can buy a phone that is weather proof records 720 p and when i am done from my athletic even i can use it as a phone.  knowing SE, don't even think about that idea, and i will get an email saying we only have a shoulder accessory for now thank you for inquiring.
    Closing fan websites?
    xperiablog.net, um........ ? 
    now there are people at SE that need to be promoted,
    Updates had gotten faster and better, but they still need more work
    unlocking the boot loader is a great i dea
    designs started becoming extra beautiful
    SE website is beautiful
    facebook page is great
    xmor r, phone screen size EXCELENT
    forum support is getting better
    there many many things I can bring to the table, question is, SONY are you going to do the same Mistakes? or am i going to changes? perhaps you need to hire me, so I can get something done. how open are you to changes? how open are you to listen to your customers and fans? how open are you to realize the completion and take actions to be ahead of the curve? how open are you to realize that the Video games on cell phones are only fun the first 5 minutes but after that iphone 4s is better?
    LTE, Gorilla Glass, conductive charging, Unique design, unified phone, focus on 1 - 3 phones for the whole year, interactive customer service, New logo, Battery performance, UNIQUE DESIGN, top notch camera, waterproof, why dual when you can go Quad... go in to the market with a bang and bigger bang with it's prices. Start cranking AT&T and Tmobile, Verizon and Sprint from now in the U.S. chop chop you have work to do...
    I wish you the best of luck SONY and hope to see interesting phones coming from your end.
    Solved!
    Go to Solution.

    lov2bugu, you said things the exact way I wanted to express them! It was like watching me talking to a SONY’s CEO.
    I don’t really think they are not aware of the problems. SONY used to be the 27th largest company in the world, according to Forbes. They are now at the 456th place!!
    They are aware of their problems and I think, the move to buy the remaining stocks from Ericsson, is a move to bounce back into the market. They found the right time, where the stock is too low and the economics around the globe don’t  look promising enough. I have to recognize them, all the bad phases they went into this year … hacking attack, loss of their factory in London, global economic climate etc.
    But these are not excuses good enough not to produce quality, reliable and technologically advanced goods. I think that SONY is not to blame for the bad course SE has had. I think this is what SONY wants to revert. They want to “embody” all their technology … BRAVIA engines (TV Tech), Walkman and Cybershot tech (using Carl Zeiss lenses), VAIO (Comp tech) and finally PS3. Ericsson tried to integrate them, unsuccessfully.
    Overall, I thing SONY, did not have or did not attempt to have the control of SE, hence, the answer you got back from SONY “… anything related to SE must be posted on the website of SE”. I think they will bounce. Just give ‘em some time. I’m willing to give them time, but not too much though. Just because I’ve always loved this brand!

  • I just installed the latest iMovie 10.0.2.  Please don't say "look at the help menu" - it doesn't help.  This is radically different than the version I'd been using.  For starters it automatically converts to mp4 rather than .mov - that's my 1st question

    Sorry for the long headline - I'm new to the support community and thought that was the post!  I've been happily using my old version of iMovie - I don't even know the number - I guess it was 11?  I just installed the most recent 10.0.2 and it is radically different from what I've been using.  For starters, whereas my uploaded video used to be in the lower section, and I would edit up above, now it's reversed.  Whereas I used to click on the transitions and drag a blur or whatever to my movie right while I was editing, now it's on a different screen.  And the easy old Export file button is gone, where you could choose setting, file size, export as Quicktime movie - all gone - now it converts to mp4 and I STILL can't figure out how to get it back to .mov
    Please don't say "read the Help manual" - I tried - there's nothing there about any of this.  And by the way, I'm not a techie - I taught myself what I needed to know about the old iMovie and am now lost so please no snarks.  I would appreciate any help.

    Select in browser your movie, click Export on toolbar, choose iTunes, QT etc. then choose size of your file in opening window. And then click Export in this window.

  • What bit of "Please don't phone me" doesn't BT get...

    What bit of "Please don't phone me" doesn't BT get?
     I have experienced a cataloge of corrosponce with BT dealing with the bad broadband speed issues that I have had on my connection since last november. Too long to list here see the link below
    Terrible broadband speed
     Its fair to say that individual BT operators and advisors have been courtious and have tried to be helpfull most of the time but...BT have failed to find a long term fix for my issues.
    The last month up until yesterday I was lucky enough to experience a wopping and reasonable steady 1.5 mbps...wow! Seriously it was fantasic! Compared to a miserable 0.3mbps or worse. I felt I was getting what I was paying for! Then the bill came in (and was wrong yet again!)! and coincidently? the speed returned to its former low!
     Without baffling the humble user with scientific terminology, it turns out the problem is caused by line noise - not of my own making! Well, I noticed that incoming calls on the landline telephone were knocking my broadband out, after a while I made the desision to dissconnect the phone because of the issues with calls knocking my speed down. I imformed as many of my familly and friends not to call me on my phone and use my cell instead. However I can't stop random incoming calls, which sends the blue lights on my hub to flickering orange. This in turn equates to the stupid adsl2 software that BT use, knocking down my profile and hence speed!
     When are BT going to get to grips with their stiffling system that takes up to ten days to recallibrate itself?
     Their old system used to work fine at this rural address, quickly reasserting itself if there was a line knockout or interference - which is common in rural locations. Now it seems in order for BT to advertise super fast speeds to most that can benefit from it who live within a couple miles of the exchange. The rest of us that don't, have to suffer for the sake of this new adsl2 system. Its a shambles and at times heartbreaking and BT still expect us to pay the same as anyone else!
     Dont be fooled. If you live in a rural location or more than two miles from the exchange, the chances are that if you are experiencing loss of BB speeds recently, whence before you had a reasonable service. Its down to the new BT adsl2 system they have brought in. Its not your fault, don't let the customer support advisors tell you otherwise! At least thats my experience!
     The new system is more sensitive to noise, true it may be marginally faster, but as it turns out at what cost?
     I have had a dozen engineers who have come round and each remarkably have "found and fixed the problem" then I get a reasonable speed for a few days before it drops again as of yet I have not had a pernament fix!
     The loss of speed issues have led to a series of 'knock on effects' including my wireless BB BT mobile going beserk leading to a £260.00 bill for one month!
    #Being charged £40.00 for Broadband phone calls I did not make - I had to call in the police for the theft of phone calls made before BT would take me seriously - they said there was no record and that it was impossible to hack BT broadband phones! In the end they found a 'mistake' but it was a **bleep** of a fight to get them to admit that!
    Even after that, they cut me off (for non payment of these calls) and are now trying to charge me a reconnection fee!
    Also I am paying for an 'unlimited' broadband package and broadband anywhere - which is a complete joke because I am lucky if I can get broadband anywhere at all!I know I really need to sort this out - but there is no one dpartment it seems that can deal with it all
    After my BT Broadband Anywhere phone freaked out (Down to issues related to my BT hub losing connections - I ended up asking BT Mobile to dissconect my gprs for fear of it happening again - even though I was paying for the 'unlimited 'gprs service) and the 'stolen' BB phone issues, I dissconected my wireless completely!
    So NO BB on my BT mobile, on average I am lucky if I get a week a month on maybe 1mbps, the other three weeks on 0.3mpps on my home broadband.
     The trouble is that I am so sick and tired of being pushed from department to department and repeating myself on a weekly or even daily basis. I can never get one individual who can deal with all my problems in one go, #I am absolutely fatigued with it all.
    Going somewhere else is not an option I am imformed where I live.
    I have written letters to the customer service department and they have phoned me back and said things often at times when I am off-guard , so its hard to remember the details.
    Now my policy is to have everything put in writing.
    Despite using BT's 'contact us' form to report the latest speed issues and ticking the box that says
    "respond by email" and stating "Please don't phone me" as well on my message body....I get a series of phone calls! Both on my mobile number and on my landline!
    No comprehensible message returned as requested by email but phone calls from polite and friendly Indian help advisors...and guess what?   The calls the BT staff have made on my landline, has knocked my profile down even further!
    Even though I headed my message with "Please do not phone me on my landline phone number"
    How ignorant is that?
    I have even asked for my landline calls to be diverted, but that costs £5.00 pm - I don't see why I should have to pay for this.
    What I would like is for one BT person who can sort out All of these problems for me
    (That'l be technical department, security department, billing department, sales department, customer service department and more and then back again - I hav'nt got the stomach or time for being pushed from pillar to post!)
    - but from BT that is probablly asking too much!
    I fell I have had so many problems with the BT Broadband service, with the time I have spent trying to get things sorted, BT should be paying me! And  they should take a good hard look at how their system works!
     Bt have a **bleep** cheek to charge me £150.00 per quarter for all this!
    My father pays £96.00 for this same service, gets 8.00mbpsm, can use his landline and hubphone, can use his wireless, plus BT vision as well - How fair is this?
    I think its time for Ofcom

    It would be Otello and not Ofcom but in my experience they are very much in the pocket of BT (not least since they are funded by the telcom companies).
    I suggest you try contacting the mods here and see if they can help
    If my post was helpful then please click on the Ratings star on the left-hand side If the the reply answers your question fully then please select ’Mark as Accepted Solution’

  • I am having an issue with my adobe acrobat 9 pro. Every time I try to open a pdf from someone it opens it up with my free adobe reader rather than the Acrobat 9 pro so then I don't have all of the functions of 9 pro. How do I get it to open with 9 pro ins

    I am having an issue with my adobe acrobat 9 pro. Every time I try to open a pdf from someone it opens it up with my free adobe reader rather than the Acrobat 9 pro so then I don't have all of the functions of 9 pro. How do I get it to open with 9 pro instead of the free reader?

    It may depend on the plugin that is loaded into your browser. However, right click on a PDF and select the Open With option and go to the default button to select Acrobat as the default. That might do it.

Maybe you are looking for

  • Can I add a USB hard drive to the time capsule

    I am wanting to know if one could add an external HD to the USB port on the time capsule? 

  • Printing in Classic with a specific OS X printer

    Is there a way to make a Classic program print on OX equipment? Use Calendar Creator in Classic to do an extensive family & friend birthday/anniversary calendar. Have used an Epson C82 printer that recently died and replaced with a C88. Problem is th

  • Has anyone else lost the ability to type the number one?

    I cannot type number one anymore- it works absolutely fine in every other app on my computer. Just arrived with the last update. I've copied in another app which is insane but I've encountered a site where I can no longer work around.

  • How to use the date repository variable in filter expression

    Hi Gurus I am getting error in using the date repository variable in Filter expression. I am using the below formula filter( Fact.calls USING  "Dim Time"."Fiscal Month End Date" = VALUEOF("month_start") ) I am getting below error Formula syntax is in

  • GPIB Instrument control with VB6

    I have recently decided to migrate from labVIEW to Visual Basic, as my applications are becoming more and more demanding. I have Visual Studio 6 for Visual Basic, and I have no problem coding and creating interfaces, but I have no idea where to start