Function in myfuncs.as not firing

Hello Forum members,
I am suffering thinking - broken, etc.
I have an include file, "myfuncs.as" where I have written
some functions.
some run, some do not(?).
I have a function like this in the include file:
function ShowObjects(show:Boolean) {
//these are objex on my timeline - a dynamic text field and
a rectangle as a movie clip
start_cart_txt._visible = show;
rectangle_mc._visible = show;
// also tried a trace statement...
the idea is to be able to call the function from an "actions"
layer on my main timeline and show or hide these two objects.
In frame 1 of my main timeline I write the following:
ShowObjects(false);
What am I doing wrong...??
Yes, I could write the function in the actions layer - but I
am trying to move code to a *.as file.
thanks for a good resource and forum,
eholz1

Hello Kglad! (et al),
Thanks for the help. I got things working, but sadly I do not
know
(quite) what I did. The process involved finding a different
version of my movie_buttons.as file, and copying it to a directory
that I named "includes", and then specifing the whole path to the
file in my main timeline frame 1 actions layer
(?)!("D:\....\includes"). I think my directory structure was at
fault (aka pilot error). Is there a way to specify a "back-out" for
flash like in dir paths in html, or php pages (like "../includes"
which backs up 2 levels?
Thanks again,
eholz1

Similar Messages

  • Function 'myfunc' may not be used in SQL Options

    <p>
    Hello,
    I have created a simple function in a packege for use in an update statement. The function is
    FUNCTION myfnc(p1 IN t1.c1%TYPE)
    RETURN VARCHAR2
    IS
    BEGIN
    IF p1 = 3 THEN
    RETURN 'A';
    ELSE
    RETURN 'B';
    END IF;
    END myfnc;
    I use it in a procedure which exists in the same package as the function as follows
    Update t1
    set c1 = myfnc(c2);
    I am getting the compliation error Function 'myfunc' may not be used in SQL.
    There is no db manipulation going on and I have tried using
    PRAGMA RESTRICT_REFERENCES (myfnc, WNDS, WNPS, RNDS, RNPS);
    but to no avail.
    One other thing is that I thought this was compiling OK but then I decided to put the function in the package specification so I could unit test it using a db call. Now if I drop and recreate the package without the declaration in the specification the compile error still occurs. Perhaps that's my mind playing tricks but maybe there is something here I am not aware of.
    Any suggestions?
    </p>

    Hi,
    You found the solution.
    Although it's allowed to say
    Update     t1
    set     c1 = local_var;in a package, where local_var is not defined outside of the procedure, let alone the package, and
    although it's legal to say:
    local_var = myfnc (some_other_var); inside the package where myfnc is a private function (included in the package body, but not in the package header), still
    it is not legal to say:
    Update     t1
    set     c1 = myfnc (c2); If there is a problem with putting myfnc in the package header (for example, you don't want people calling it directly, for some reason), you can make it a stand-alone function, like Someoneelse did, or put in a different package, and give the owner of your first package (and no one else) EXECUTE privileges on it.
    As William pointed out, if myfnc is really this simple, you might not need a function at all.

  • Firefox not firing .add_endRequest function

    I have a dropdown box inside the tabpanel in my asp.net web application. in that dropdown I have calling on onselectedindexchange event. After changing the values in the drop down box the function endrequesthandler function "Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequestHandler);" firing successfully when browsing my site with IE. While browsing my site with Firefox the function endrequesthandler function "Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequestHandler);" is not firing. Can anyone give your valuble suggestion for solving this problem? This one is very urgent for our project. Many thanks...
    in my aspx page,<br />
    <br />
    <pre><nowiki><ajaxtoolkit:TabPanel ID="TbDailyMatches" runat="server" HeaderText="Daily Matches">
    <ContentTemplate>
    <asp.Label id="Label1" runat="server"></asp:label>
    <asp:DropDownList ID="dropdown1" AutoPostBack="true" runat="server"
    Height="25px" Width="150px" Style="left: 135px;
    top: 34px;" OnSelectedIndexChanged="dropdown1_SelectedIndexChanged">
    </asp:DropDownList>
    </ContentTemplate></ajaxtoolkit:TabPanel>
    </nowiki></pre>
    in my codehind,
    <pre><nowiki>protected void dropdown1_SelectedIndexChanged(object sender, EventArgs e)
    label1.Text = "<b>Alert:</b> " + dropdown1.SelectedValue;
    Load(dropdown1.SelectedValue);
    </nowiki></pre>
    my javascript
    <pre><nowiki>function FormLoad() {
    Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequestHandler);
    function EndRequestHandler(sender, args) {
    alert('label1');
    }</nowiki></pre>

    I guess we don't have a lot of .Net developers on this site.
    Obviously your server-side .Net code has to be translated into corresponding client-side JavaScript in order to add event handlers to the page. And errors running that JavaScript should appear in the Error Console (Ctrl+Shift+j).
    If the console doesn't provide any insight, can you provide a link to the page that has the problem? Then it would be possible to view the code that Firefox actually is (or is supposed to be) executing.

  • Key-nextrec not firing in forms 10g

    I have a code in the above trigger, but it is not firing, I have it in the block property and no other place in the form
    message('In key next rec----'); message(' ');
    IF :SYSTEM.Last_Record = 'TRUE' Then
    Null;
    Else
    next_record;
    End If;

    when-new-record-instance runs when you navigate to the next record.
    Key-Nxtrec (Nxtrec is the correct spelling) only runs when you press the key assigned to call that trigger. In my environment, it is the Shift+ Down-Arrow key, but it could be just Down-Arrow -- it all depends on what key sequence is assigned to Forms Function Number 67 in your Forms Resource file, FMRWEB.res (or fmrusw.res).
    So if the trigger runs when you press the correct keyboard key, and you issue the message but do not call the Next_Record; built-in, focus will not navigate to the next record in your running form.

  • Output--- automatic mail is not firing to sold to party.

    Dear Gurus,
        My client requirement is to sent mail to sold party when saving a sales order.
      For this I creted a new output type with following assignments
    In General data tab:acess sequence assigned and Access to conditions is checked
    In Default values tab: Dispatch time(send immadiately), transmission medium(External send), partner function(Sp
    ),Communication strategy(CS01) assigned.
    In Time tab: no information given
    In Storage system tab :Storage mode(print and archive),Document type(SDOORDER) info given.
    In Print tab: print parameters(sales org) assigned.
    In mail tab: nothing assigned.
    In sort order tab:nothing assigned
    In mail title and texts: En and DE languages are assigned.
    in processing routines: program and form routine is assgned.
    in partner functions: External send+ SP is maintained.
    and in condtion record maintained in VV11 tcode with details
    Partner function and in communication assigned printer and  selected check box print immadiately and release after out.
    But automatic mail is not firing when saving the sales order, but in change sales order in menu bar selected sales document and issue output to and selected print then mail is firing to the sold to party, pls tell me where i had done the mistake.
    Rgrads,
    kishore.
    Edited by: kishore gopala on Sep 13, 2008 1:42 PM

    Check whether you have maintained the email address in the customer master of Sold to party in the General Data>Address Tab> Under Communication Area??
    In the SCOT Transaction, check under SMTP (SMTP Mail Server)-->under INT (Internet) --> an  '*' asterisk has been maintained or not.
    Check the status of the email output in the Sales Order, is it showing with a green traffic light???
    If it is showing with a green traffic light you can manually see the status of the mail mesages in Transaction SOST.(by executing, by putting the Sender Id)
    If they have not gone you will be able to see them queued up there.
    Select the individual messages and press execute button. By doing this email outputs will be released.
    Hope this helps you.
    Caution: One word of caution is that SCOT is a very critical transaction. And if you are working on a live server, do not play with it as it controls the entire SAPconnect Administration Nodes.
    Hope this helps.
    Regards,
    Vivek

  • WHEN-NEW-ITEM-INSTANCE TRIGGER NOT FIRING IN FORM PERSONLIZATION

    We are upgrading to R12, when-new-item-instance trigger written for radio group not firing. using USO-821 Order Administrator Responsibility the function order capture.After clicking on actions push button
    opening Copy Quote for this Form Personalization written.
    For Radio Group Copy-Group when-new-item-instance trigger written but this trigger not firing,but In 11i Instance its Firing.
    trigger-event: when-new-item-instance
    Trigger-object:copy_group
    condition:when copy_group='ALL'
    Action: showing message.
    The same when-new-instance trigger written in form item level and trigger execution hierarchy properties 'OVERRIDE'.
    Just I am thinking this overriding by Item level trigger of form.
    Please kindly help me quickly .What I need to do?
    How can I make trigger to Fire?
    Please kindly give solution.....Its very urgent Requirement.pls help me.
    Regards,
    Basavaraj

    Please kindly help me quickly .What I need to do?
    > Please kindly give solution.....Its very urgent Requirement.pls help me.
    Kindly log a SR for urgent issues.
    Thanks,
    Hussein

  • WHEN-NEW-ITEM-INSTANCE TRIGGER NOT FIRING IN FORM PERSONLIZATION(R12 UPGRAD

    We are upgrading to R12, when-new-item-instance trigger written for radio group not firing. using USO-821 Order Administrator Responsibility the function order capture.After clicking on actions push button
    opening Copy Quote for this Form Personalization written.
    For Radio Group Copy-Group when-new-item-instance trigger written but this trigger not firing,but In 11i Instance its Firing.
    trigger-event: when-new-item-instance
    Trigger-object:copy_group
    condition:when copy_group='ALL'
    Action: showing message.
    The same when-new-instance trigger written in form item level and trigger execution hierarchy properties 'OVERRIDE'.
    Just I am thinking this overriding by Item level trigger of form.
    Please kindly help me quickly .What I need to do?
    How can I make trigger to Fire?
    Please kindly give solution.....Its very urgent Requirement.pls help me.
    Regards,
    Basavaraj

    Please kindly help me quickly .What I need to do?
    > Please kindly give solution.....Its very urgent Requirement.pls help me.
    Kindly log a SR for urgent issues.
    Thanks,
    Hussein

  • Breakpoints not firing

    Hello Dev's,
    I am having a problem in only one project and I have even tried to recreate the project with no success but previous projects created years prier (made with previous versions of FB) are not experiencing this.
    I am trying to place breakpoints on functions in deep rooted classes (a class that is loaded by a class by a class, its a smaller component from a greater project) which I know is firing as I see the results on the screen.
    However the break point does not fire and remains a blue circle, indicating it won't fire. If I remove and re add the break point while the app is running, it will become checked but once I run the debugger the break point turns back into a blue dot.
    If I put a break point in one of the first lines of the application class, like in it's constructor, it will trigger and then my deeper break points will fire. But if I don't make this out of the way break point (in the main class) the following break points are not firing.
    Thoughts?
    Flex Builder 4.5
    SDK 4.5.1
    Debugger 11.6.5.635 (in FireFox)

    I haven’t seen that before, but in theory would be possible if several SWFs are being loaded and you get a class collision and the breakpoint in the app changes the timing of the loaded SWFs.

  • Tirgger not firing sometimes

    Hi,
    Here is the problem:
    Table A has 4 triggers and one of them is updating a field in table B. On all but one installation table B does not get updated all the time. (We have this code on different versions of Oracle on Solaris, Windows and Linux)
    From the triggers one is on delete and the other three are on "insert or update" including the one, which is supposed to update the B table. A simple update of the record usually takes care of the problem meaning that the trigger gets fired and the B table gets updated. At one point I had to run the update two times for the trigger to fire but I have not been able to reproduce this (update not firing the trigger)
    There is nothing to disable the triggers. We have not been able to find anything special about the records, which when inserted in A and for which the trigger did not fire at the time.
    Could it be that the existence of several triggers all of which are on "insert or update" causes the problem? What else can we look into? It is rather annoying because it happens only every so often and it is usually discovered days after the fact.
    Thanks,
    Jivko

    HI,
    Generally if the trigger size exceeds 64K, it may not fire for the given action even though it is a right action. What i will suggest you is, Please split your "insert OR update" trigger into two different individual triggers, i.e, one with insert and another with update. Even if it exceeds, incorporate some of the functionality into PL/SQL block (procedures) and call it inside the Trigger.
    Regards,
    G. Rajakumar.

  • ItemEditEnd not firing in DataGrid

    In one particular DataGrid it's not firing - all other in my
    app work fine. I've had another Flex developer to look at my code
    just in case I'm going mad or something, and he thinks it's a bug
    in Flex framework somewhere. I'm using Flex Builder 2.0.1 FWIW
    Here is isolated code that exhibits the same behaviour
    (breakpoint in onEdit event listener func does not trigger). Much
    of it may seem superfluous but in actual app it's neccessary in the
    actual app (I just tried to isolate the cause!).
    Any ideas?
    quote:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    creationComplete="onInit();"
    >
    <mx:Canvas
    xmlns:mx="
    http://www.adobe.com/2006/mxml"
    xmlns:woccu="org.woccu.components.*"
    width="100%" height="100%" id="ccc"
    paddingTop="0" paddingLeft="0" paddingRight="0"
    >
    <mx:Script>
    <![CDATA[
    import mx.events.DataGridEvent;
    import mx.events.DataGridEventReason;
    import mx.collections.ArrayCollection;
    // Dataprovider
    private var _dp:ArrayCollection;
    // This will contain array (hash) accessible by bottombar or
    somesync
    [Bindable]
    public var bottomBar:Array;
    public function onInit():void
    _dp=new ArrayCollection([{PK: 'Matt', label: "XXX", col1:
    'Matthews', col2: 'XEXE', level: 1}]);;
    entrygrid.dataProvider=_dp;
    trace('init');
    public function refresh():void
    // TODO: check if entity ID and other props are not blank!
    // Refresh contents or somesync
    // Callback function - when the data arrives
    protected function onData(result:Array):void
    // Builds our dataprovider or somesync
    var tmpDPRow:Array;
    var _bottomBar:Array=new Array();
    _dp=new ArrayCollection();
    for ( var j:String in result ) {
    // First, check level. If 0 this row belongs to bottombar
    if ( result[j]["level"] == "0" ) {
    var pk:String=result[j]["PK"];
    pk=pk.replace("-","_"); // - is not valid in object ID, so
    we replace with _
    _bottomBar[pk]=new Object();
    _bottomBar[pk]["label"]=result[j]["label"];
    _bottomBar[pk]["value"]=result[j]["col2"];
    } else {
    // Go over fields
    tmpDPRow=new Array();
    tmpDPRow["PK"]=result[j]["PK"];
    tmpDPRow["label"]=result[j]["label"];
    tmpDPRow["col1"]=result[j]["col1"];
    tmpDPRow["col2"]=result[j]["col2"];
    _dp.addItem(tmpDPRow);
    // Apply bottom bar
    this.bottomBar=_bottomBar;
    // Apply all data to datagrid
    this.entrygrid.dataProvider=_dp;
    public function onEdit(event:DataGridEvent):void {
    trace ('fire in the whole!');
    if ( event.reason == DataGridEventReason.CANCELLED ) {
    return;
    // MUST URGENTLY UPDATE frickin database!
    this.refresh(); // Subtotals have changed - need refresh
    ]]>
    </mx:Script>
    <!--
    Note the hack below: column widths are absurdly large values
    The idea is that Flex will resize down and keep the
    proportions
    -->
    <mx:DataGrid xmlns:mx="
    http://www.adobe.com/2006/mxml"
    width="100%" height="100%" showHeaders="false"
    itemEditEnd="onEdit(event)" id="entrygrid">
    <mx:columns>
    <mx:DataGridColumn width="0" visible="false"
    dataField="PK">
    </mx:DataGridColumn>
    <mx:DataGridColumn width="70000"
    itemRenderer="mx.controls.TextInput" editable="false"
    dataField="label">
    </mx:DataGridColumn>
    <mx:DataGridColumn width="15000"
    itemRenderer="mx.controls.TextInput" editable="false"
    dataField="col1">
    </mx:DataGridColumn>
    <mx:DataGridColumn width="15000"
    itemRenderer="mx.controls.TextInput" rendererIsEditor="true"
    editable="true" dataField="col2">
    </mx:DataGridColumn>
    </mx:columns>
    </mx:DataGrid>
    </mx:Canvas>
    </mx:Application>

    Never mind... found the cause. Turns out DataGrid wont fire
    itemEditEnd unless it's editable property is true. Of course this
    is not documented anywhere...

  • Event.deactivate is not firing with flash plugin 10,2,152,26 embeded in IE 8 and above

    I am working on a portal which is built in flex. I wanted to perform some action based on my applications is in focus or out of focus. So  I tried to use two Events for this purpose Event.Activate and Event.Deactivate inside my flex code.
    These events fire perfectly in FF 3.0 and above, Safari, Chrome and these events get triggered till IE 7.
    But when I switch to IE 8 and above versions with latest flash player plugin 10,2,152,26 the Event.deactivate is not firing, and I am not able to detect whether my Flex application is out of focus.
    I tried doing some research around this issue both using Flex Events and Javascript approach using window.onfocusin and window.onfocusout, but still no luck in IE 8 and higher versions with latest Flash plugin 10,2,152,26.
    Has someone faced this kind of issue. Any help or solution to this problem would be appreciated. As we have a large number of users viewing this portal in IE 8 with latest flash plugin.
    The code is simple and I have pasted below:
    package {
      import flash.display.*;
      import flash.utils.*;
      import flash.events.*;
      public class Main extends Sprite {
        public function Main() {
          this.addEventListener(Event.ACTIVATE, activateListener);
          this.addEventListener(Event.DEACTIVATE, deactivateListener);

    this is a known issue (or, really a collection of issues) related to how the deactivate event works in different browsers.  check colin moock's blog.
    for most, but not all, purposes using a mouseleave event works well-enough.

  • Many threads on application.onDisconnect not firing but seemingly no solution

    I've dug some threads up and included links at the end of this post. Have some more work to do researching it but figured I'd get the ball rolling.
    Essentially one can't depend on application.onDisconnect() firing at the close of a client's browser.  It happens sometimes.  But with some apps, it just doesn't happen at all.  I've watched the FMS management console as I've repeatedly opened and closed a particular app I'm developing.  Connections don't die with each browser close.  The net result is a piling up of connections.  My app has a "connected users" list in it.  It gets packed with multiple connections from the same client.
    Eventually, after 5-10 mins, the connections disappear on their own.  Not good though.  One of the functions in my app lets someone select a user in the list and send a direct chat.  This feature isn't working because disconnections are not registering real time.  Some of the people in the user list are not really there anymore.
    I get the problem in both IE8 and FireFox 3.5.3 on FMS 3.52.  Others have reported the problem in various browsers and FMS versions going way back. Problem's been around for some time.
    This guy has the same problem and a nice description, although he experienced only in IE:
    onDisconnect Errors in Internet Explorer: (http://www.flashnewz.com/ondisconnect-errors-in-internet-explorer/)
    After reading the accounts at the links gathered below, I get the feeling it might not necessarily be an FMS problem alone, but rather some combo of browser, SWFObject implementation, and perhaps particular features used (or not used) in the client ActionScript.  Nobody's seemed to nail down the precise combination though.
    Pretty much a show stopper.  Has anyone developed viable work arounds?
    Thread: onDisconnect() IE7 problem: (http://fmsguru.com/forum/messages.cfm?threadid=EEC6D52A-BAB2-526D-5CD9FF490332B8D8)
    onDisconnect Not Firing in IE6/7 With SWFObject 2: (http://www.flashcomguru.com/index.cfm/2008/8/7/swfobject-problem-ie-fms)
    Do not call onDisconnect when closing browser: (http://www.wowzamedia.com/forums/showthread.php?t=5521)
    BUG -Flash Media Interactive Server 3: (http://www.justskins.com/forums/bug-flash-media-interactive-server-3-a-141282.html)
    onDisconnect Event in FMS 2.0: (http://forums.adobe.com/thread/98366)
    Topic: Detecting ungraceful disconnects? (http://www.flashcomguru.com/forum/forum_posts.asp?TID=2848&PN=0&TPN=2)
    Why Flash Media Server does not call application.onDisconnect handler: (http://stackoverflow.com/questions/359727/why-flash-media-server-does-not-call-application -ondisconnect-handler)

    ////////////////////////////////////////////////////////////////////////////////////client side///////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////
    var nc = new NetConnection()
    nc.onStatus = function (o)
    trace(o.code);
    nc.connect("rtmp://YourAccount.rtmphost.com/AppDirectory");
    nc.imHere = function(p_b)
    trace("imHere");
    return (true)
    ////////////////////////////////////////////////////////////////server side///////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////
    load("Delegate.asc");
    application.onConnect = function(p_o)
    this.acceptConnection(p_o);
    p_o.clientIsBad= function()
      trace ("is bad")
      clearInterval(this.resultInt);
      clearInterval(this.checkInt);
      application.disconnect(this);
    p_o.clientIsGood = function()
      trace ("is good")
      clearInterval(this.resultInt);
    p_o.checkValid = function()
      trace("watcha!");
      clearInterval(this.resultInt)
      this.resultInt = setInterval( p_o, "clientIsBad", 2000 );
      this.call("imHere",{onResult:Delegate.create(p_o, this.clientIsGood),onStatus:Delegate.create()} );;
    p_o.checkInt = setInterval( p_o, "checkValid", 120000 );

  • PROCESS_HEADER not fired in BADI ME_PROCESS_PO_CUST

    Dear experts,
    I face the problem, that the method PROCESS_HEADER of BADI ME_PROCESS_PO_CUST is not fired, when I am changing po header text. My requirement is to set a customer po header field, whenever a po header text is existent.
    Does anybody know, if this is the standard behaviour and how I can work around it?
    Thanxs

    Hi Aparna,
    actually I tried this, too.
    In the methods Check and Post (which both are fired normally) I coded my requirements, but in this methods I faced the problem that I was not able to save my programatic header field changes. (Even with the trick to cast the IM_HEADER to CL_PO_HEADER_HANDLE_MM to allow changes of internal attributes, used in method set_data(), any changes of po header fields were not saved.) But maybe I am wrong with my implementation? You may have a look:
      DATA: lv_val_id TYPE thead-tdid.
      DATA: lv_val_name TYPE thead-tdname.
      DATA: lv_val_object TYPE thead-tdobject.
      DATA: p_mepo_header TYPE MEPOHEADER.
      DATA: it_tline TYPE TABLE OF TLINE.
      DATA: lv_cl_po_header_handle_mm TYPE REF TO CL_PO_HEADER_HANDLE_MM.
    check existents of po header text
      lv_val_id = 'F09'.
      p_mepo_header = im_header->get_Data( ).
      lv_val_name = p_mepo_header-ebeln.
      lv_val_object = 'EKKO'.
      CALL FUNCTION 'READ_TEXT'
      EXPORTING
          client = sy-mandt
          id = lv_val_id
          language = sy-langu
          name = lv_val_name
          object = lv_val_object
        TABLES
          lines = it_tline
        EXCEPTIONS
          ID = 1
          LANGUAGE = 2
          NAME = 3
          NOT_FOUND = 4
          OBJECT = 5
          REFERENCE_CHECK = 6
          WRONG_ACCESS_TO_ARCHIVE = 7.
    any text there, then update customer po header field
      IF sy-subrc = 0.
        p_mepo_header-zzfield = 'X'.
      else.
        p_mepo_header-zzfield = ' '.
      endif.
    QD
      lv_cl_po_header_handle_mm ?= im_header.
      lv_cl_po_header_handle_mm->my_cust_firewall_on = 'X'.
      im_header->set_Data( p_mepo_header ).
      im_header->set_changed( ).
    po is still same as before and field zzfield was not updated.

  • Autocomplete search appearing but search not firing?

    I am using the following in my interactive report to provide an autocomplete Jquery search fields
    When typing in an item in the search boxes the autocomplete works find but for some reason it is not firing the search anymore? Any ideas on what I am missing with this? I have spent the week on it and it would be great to sign off the week with a working report!
    Many Thanks
    In the Javascript section of the page I am using
    function srch2(pItem, pColumn) {  
    $.post('wwv_flow.show',
    {"p_request" : 'APXWGT',
    "p_widget_action" : 'FILTER',
    "p_widget_action_mod" : 'ADD',
    "p_widget_mod" : 'ACTION',
    "p_widget_name" : 'worksheet',
    "p_flow_id" : $v('pFlowId'),
    "p_flow_step_id" : $v('pFlowStepId'),
    "p_instance" : $v('pInstance'),
    "x01" : $v('apexir_WORKSHEET_ID'),
    "x02" : $v('apexir_REPORT_ID'),
    "x03" : pColumn,
    "f01" : ['COLUMN', pColumn, '=', $v(pItem), null, 'minutes']
    function(data){
    //when the filter has been successfully applied the report has to be refreshed
    if(data=="true"){
    gReport.pull();
    //clear the item
    $s(pItem,'');
    $('#P4_AC').bind("result", function(){   
    //on selecting a value then fire the search function
    srch2(this, 'INDSNAME');
    // ac item P4_AC2
    $('#P4_AC2').bind("result", function(){   
    srch2(this, 'INDFNAME');
    // ac item YEARD
    $('#YEARD').bind("result", function(){
    srch2(this, 'NEWYEAR');
    });

    Nico Martens wrote:
    Console the most left tab of firebug. It shows all dynamic actions that are firedyes, exactly. Open up firebug and watch the console. Ideally, when selecting a value from the autocomplete 2 ajax calls should appear. The first one is the one to apply filters, the second on if the refresh (report pull). You can easily identify them through watching the headers. Be sure to check out the response tab for the 'apply filter' ajax: the response should be 'true'.
    If no ajax call pops up however, the problem is with the onSelect of the autocomplete and/or the search button.

  • Exit for batch no check not fired for Tr MFBF

    hi. experts,
    i'm new to abap.
    i've to check the manually entered BATCH No. entered in Tr. MFBF and accordingly throw a error message for wrong entry on the first screen.
    for this m using the exit SAPLV1ZE and its Function module EXIT_SAPLV01Z_004.
    i've created a project in Tr. CMOD and have assigned this exit. also i've created the include given inside the function module. i've activated all.
    But while i set a breakpoint there and try executing the transaction, the transaction doesnot stop at the specified break-point in debugger and hence the message doesnot get fired.
    Plz help as to why the exit is not fired and why it doesnot stop in the debugger.

    try this XMRM0001 enhance ment in smod for mfbf.
    NB : activate all the things.
    regards
    shiba dutta

Maybe you are looking for

  • Trouble setting up hp designjet 5500 printer windows 7

    Hi there i am having slight trouble setting up my hp designjet 5500 uv 60" printer as i dont have a installation disc ! so have looked on hp site for the drivers but they are not working for some strange reason ? i have purchased a parralel port to u

  • Simple credit check - value need to be blocked from particular sales order to be post in f.35

    Dear Expert, I have a case here to find, the client uses simple credit check , we have different order types ( Example 6 order types), out of which we want to restrict the value of one order type to be posted in f.35 i.e the value should not effect c

  • WF Template not visible

    Hi All, Template is not visible in PFTC and SWDD when I entered template in PFTC and SWDD. After entering wf template in field of SWDD and clicking enter template is not displayed. Also when i enter digits of template and select wf template in PFTC t

  • Command line operations in java

    hi there, is it possible to create a java program that can perform a specified command line operation? regards

  • Exchange 2013 : OWA failing after login with error "HTTPS 400"

    Greetings, I am in phase of Upgrading my existing Exchange 2007 Infra to Exchange 2013. The environment is as mentioned below: 4 Mailbox Server (DAG) 4 CAS Servers (NLB) Everything has been configured and working properly, except Only one CAS server