Button get_url only worked after the first loop

Hi all,
I created a new layer, draw a rectangle, converted it to button, made its alpha to 0 and then added a snippet to go to the url. But when it played, the action only worked after the first loop had finished. It didn't work at the beginning.
Somebody save me
Thanks

your button must exist when your code executes.

Similar Messages

  • Including image in SharePoint survey answer and hiding elements only work on the first page

    Hi All,
    I would like to add some text/remove some text etc on a sharepoint survey page.
       Which i have done using jquery/jscript.
    But unfortunately it only works on the first page.
    Any ideas how i can get it to work on all the pages?
    See a sample here on how you can add the scripts:
        http://sharepointkings.blogspot.com.au/2011/05/include-image-in-sharepoint-survey.html
    Cheers

    Hi Patrick, does the first page use the same ASPX file as the other pages? If not, you will need to add your jquery/jscript to the other page as well.
    Dimitri Ayrapetov (MCSE: SharePoint)

  • Infopath submit button only works for the first row in a repeating table‏

    Hi, I have a InfoPath Email submit button issue I could not figure out. I have a master/detail repeating table in my form, and one of fields is "EmailAddress" which shows customer's email address. I created a submit button and put the "EmailAddress"
    field to "TO" object. When I tested it, the submit button only would return the first row of emailaddress from the repeating table, but not the rest of it..
    What I want is when I highlighted a customer, and click the submit button, the current customer's email address would show up in "TO" list. I did some research and saw some suggestions about using current() function. So I put current() in the front,
    like this:
    current()/dfs:dataFields/d:vw_HZLeadLists/@EmailAddress
    Still not working..Just return the first record of emailaddress from master repeating table... Does anyone know what's going on here? Thanks a lot!

    Hello,
    Use double eval to get all rows values. See my reply for more information in below thread:
    eval(eval(EmailAddress, 'concat(ToField, ";")'), "..")
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/cc22aeb7-351f-45a7-8a4c-94132c3e0db2/eval-semicolon-function-issue?forum=sharepointcustomizationprevious
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • BAPI_PO_CREATE1 Works on the First Loop

    Dear all,
    I have several data in a internal table, base on the data on the internal table I'm using BAPI_PO_CREATE1 to create purchase order.
    On my first loop in the internal table, the BAPI_PO_CREATE1 was able to create the first PO. However, for the subsequent loops (second, third etc...) BAPI_PO_CREATE1 was not able to create PO. I have debugged and found out that the KOMP-NETPR has no value & I'm getting an error message "Net price must be greater than 0".
    I also tried to pass some value on the net price in the POITEM table of the BAPI_PO_CREATE1 but it doesn't work.
    I can't figure out where & why KOMP-NETPR has no value and I also don't know why the first loop always work.
    Please shed some light on this. Thanks in advance.

    Hello SKJ,
    Thank you for your reply. However, the functional consultant insists that all the pricing are well maintained.
    I came across a post in this forum with the same problem, they said that they refreshed the buffer/memory for every call on the bapi_po_create1.
    I did put this line of code:
    PERFORM mepo_refresh(saplmepo).
    CALL FUNCTION'BAPI_PO_CREATE1'.
    But it didn't work either.
    Edited by: totoy_ on Nov 30, 2011 2:41 AM

  • Pivot Table, "Insert Page Break After Each Item" Setting Only Works for the First Item Change

    I have a flattened pivot table generated from Powerpivot and I would like to insert a page break for each change in the row item.
    When I use the pivot table Field Settings>Insert Page Break After Each Item, Excel inserts the first page break then returns to normal pagination for the rest of the output.
    Is there another setting required to maintain the page breaks after the item change?
    Thanks.

    We are experiencing the same problem. Did you ever find a solution?

  • Af:commandButton only works for the first 10 rows returned in the af:table

    Using JDeveloper 10.1.3.2.0.
    I am new to ADF programming. I have attempted to create an ADF page that contains a search and return table in the same page. The search appears to work fine but the return table displays odd behavior. If the search returns more than 10 rows such that it is possible to page forward through the rows returned the command button associated with the return table that allows the user to pick a particular row and navigate to another page does not work. If the user finds what he/she is looking for in the first ten rows then the command button works fine and the user is taken to the next page. The command button is actually defined to have an af:setActionListener to set a value in a backing bean and then command button has an action to invoke a backing bean. Both of these fire just fine if the selection is made from the first 10 rows. However once the user pages forward to another set of rows then neither seem to happen. Any advice on where to figure out what I did wrong?

    When I get a component that seems to do nothing under certain circumstances, the first thing I usually check for is Javascript errors. Sometimes errors on page load can keep a component's Javascript from firing properly.
    Try reproducing your problem in Firefox (or another browser with a decent Javascript error console; IE doesn't have one, although I think you can get extensions that provide JS debugging). Check the error console:
    # Before scrolling off the first 10 rows.
    # Right after scrolling off the first 10 rows.
    # After unsuccessfully clicking the command button.
    Do any interesting errors show up in steps 2 or 3?

  • PDF Embed only works on the first try

    Hi everyone,
    i've finally got it. The PDF Embed worked on my Reports Server.
    But a strange thing is happening.
    When I start the Reports Server and run the report for the first time everything works just fine, but when I try to run the report again i receive the following error:
    REP-1923: PDF Font Embed error
    The report doesn't works again until I stop and restart the Reports Server. And again after i run the report for the first time it doesn't works anymore until new restart.
    I'm using Oracle 9iAS (9.0.2.1) with 2703110 and 2842923 patches installed.
    The system is Red Hat Linux 7.3.
    The uifont.ali file:
    #===============================================================
    [ Global ] # Put mappings for all surfaces here.
    # Mapping from MS Windows
    Arial = helvetica
    "Courier New" = courier
    "Times New Roman" = times
    Modern = helvetica
    "MS Sans Serif" = helvetica
    "MS Serif" = times
    "Small Fonts" = helvetica
    [ PDF:Embed ]
    # This example shows how to embed Type 1 helvetica font into the PDF file:
    # helvetica = "helvetica.afm helvetica.pfa"
    # You need to specify the .afm file before the .pfa file.
    # The font files must exist in one of the folders specified in REPORTS_PATH.
    helvetica = "I2501P.afm I2501P.pfa"
    The Font I'm using is I2501P (a bar code font).
    The I2501P.afm I2501P.pfa files are located in $ORACLE_HOME/reports/samples/demo. This directory is on $REPORTS_PATH.
    The reports is being called by this URL:
    http://caarjrep.caarj.com.br:7778/reports/rwservlet?server=repserver+module=TEST.RDF+destype=cache+desformat=pdf+delimiter=tab+userid=scott/tiger@iasdb
    Anybody can help??
    Thank you all.
    Marcus Oliveira ([email protected])

    Hi Marcus
    I faced the same problem. I understand from Oracle that this has been fixed and will be available in the next patch whenever it becomes available.
    Regards
    Sripathy

  • Previewing mp3's in the preview panel only works for the first 3 seconds

    When i click on an mp3 to preview in the panel it only plays the first few seconds or so. How can I fix this?

    My appologies. I have a Win 7 PC. Adobe Bridge CC . Yes all the files work on other players. And bridge will actually play wav and af files fine, but it wont play mp3's past a few seconds. It says it's playing in the preview pannel but the audio cuts out.

  • Editing in browser only works on the first page on my site-

    Hello, my site is made with Muse, and hosted on BC. My client and me have the same problem (with different browser), wenn edit for change contents in a browser, it works only on THE FIRST PAGE, than not anymore, if i navigate to a next oage and want to edit, its jumping back to the first… anyone having a solution for that ? many thanks, jc

    Using what?
    The inline context editor or the WYSIWYG in the admin?
    If you have not set up the ICE elements on pages/templates the inline Context area will not link up.
    If you mean in terms of the actual site and clicking through it you need to check the menu links etc are actually linked to other pages.

  • Query only works on the first word of the managed property

    I have several managed properties that are not returning query results as expected, they are returning results only if the term queried matches
    the first word in the property, any other query returns no results.
    Scenario:
    filename = "Sample Excel File.xlsx" (OOTB property)
    FooOwner = "Martin Zima"
    FooSiteName = "Test Site"
    If I query filename:Sample, filename:File, filename:Excel (or any combination) they all works as expected. However, if I query "FooOwner:Martin"
    it works, but if I query FooOwner:Martin Zima it fails, and FooOwner:Zima also fails. Similarly, if I search for FooSiteName:Site it fails (only CPSiteName:Test works). Everything seems ok in the crawled property and managed property. Can anyone please help?

    Hi Martin,
    I tried in my envrionment, author:"Rebecca Tu" and
    author:Rebecca Tu returned the same result. Please try author:* and see if it will return all the results. If there is no result, then we should check the DisplayAuthor property in Search schema.
    In the default search result page, there should be Author refiner in the Refinement. You could use the default one as below:
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Urgent: PDF Embed only works on the first try

    Hi everyone,
    i've finally got it. The PDF Embed worked on my Reports Server.
    But a strange thing is happening.
    When I start the Reports Server and run the report for the first time everything works just fine, but when I try to run the report again i receive the following error:
    REP-1923: PDF Font Embed error
    The report doesn't works again until I stop and restart the Reports Server. And again after i run the report for the first time it doesn't works anymore until new restart.
    I'm using Oracle 9iAS (9.0.2.1) with 2703110 and 2842923 patches installed.
    The system is Red Hat Linux 7.3.
    The uifont.ali file:
    #===============================================================
    [ Global ] # Put mappings for all surfaces here.
    # Mapping from MS Windows
    Arial = helvetica
    "Courier New" = courier
    "Times New Roman" = times
    Modern = helvetica
    "MS Sans Serif" = helvetica
    "MS Serif" = times
    "Small Fonts" = helvetica
    [ PDF:Embed ]
    # This example shows how to embed Type 1 helvetica font into the PDF file:
    # helvetica = "helvetica.afm helvetica.pfa"
    # You need to specify the .afm file before the .pfa file.
    # The font files must exist in one of the folders specified in REPORTS_PATH.
    helvetica = "I2501P.afm I2501P.pfa"
    The Font I'm using is I2501P (a bar code font).
    The I2501P.afm I2501P.pfa files are located in $ORACLE_HOME/reports/samples/demo. This directory is on $REPORTS_PATH.
    The reports is being called by this URL:
    http://caarjrep.caarj.com.br:7778/reports/rwservlet?server=repserver+module=TEST.RDF+destype=cache+desformat=pdf+delimiter=tab+userid=scott/tiger@iasdb
    Anybody can help??
    Thank you all.
    Marcus Oliveira ([email protected])

    Hi Marcus
    I faced the same problem. I understand from Oracle that this has been fixed and will be available in the next patch whenever it becomes available.
    Regards
    Sripathy

  • The get messages function only works for the first account

    regardless of which account is listed in any order, the get messages button only gets messages for the first account in the list, thus if you are expecting one into another account you have to highlight that account and click the get messages....

    I have no idea what your talking about. Thunderbird has no apps.
    Perhaps your talking of add-ons. If you found an add-on perhaps you could mention what it is, so that I and other might know it exists.
    You appear to be under some misconceptions,
    !. Moderation is about answering questions. Wrong. Moderation is about deleting questions, editing comments that do not meet the guidelines for the forum and banning users.
    2. Searching add-on is someone elses job.
    3. Someone is getting paid to accept your criticism. I am not.
    If I as a fellow user an ignorant of an add-on then tough luck for those I advise. They should have been resourceful enough to search for add-ons before they asked the question. I can only tell people what I know.

  • JFileChooser:  setFileName on the UI only works at the first call

    The file name on a JFileChooser extension with two customized file filters is set by the code below when it is called. When the filter is changed by the user, the file name disappears.
    BasicFileChooserUI ui = (BasicFileChooserUI)this.getUI();
    ui.setFileName(NameSuggestion);
    An attempt to restore the name with a listener is not working:
    public void propertyChange(PropertyChangeEvent e) {
    if (e.getPropertyName().equals("fileFilterChanged")) {
    BasicFileChooserUI ui = (BasicFileChooserUI)this.getUI();
    ui.setFileName(NameSuggestion);
    Is it really not working or the name is being erased after the set?
    Thanks.

    Please?

  • I have a powerbook G-4 15 inch, It wont boot up and the display only works on the first try. it gets to the apple screen and freezes, when i try to restart theres no display. Help please, whats the issue here?

    I left it running over night, it was running perfectly, in the morning the screen was black. i tried to restart it and got no display but i can hear the machine running. so i put away for several months, plug it in, charge the battery, it boots, i have a display, it loads the desktop and freezes. when i try to restart it theres no display. the last time i tried, i started it, i got to the apple screen and nothing. whats the issue here? please help.

    Will it boot OK in Safe Mode? See What is Safe Boot, Safe Mode? (Mac OS X)
    http://docs.info.apple.com/article.html?artnum=107392 Takes a while to run, but it usually "fixes" problems.
    Safe Boot takes longer than normal startup
    http://support.apple.com/kb/TS1884?viewlocale=en_US
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck
    http://docs.info.apple.com/article.html?artnum=106214
     Cheers, Tom

  • Radio Buttons only work after selecting another field

    In my Access 2010 database, I have an option group consisting of 3 radio buttons.  If I select the first button I Access will allow me, but if I then want to change my selection to the third button I can only do so if I select another field
    before I can make the button change.  Now, if I want to change my selection again from the third button to the second button, I must select another field then select the second button.
    I just can't figure out what is going on here.  Does anyone have any clue or explanation that will help me???  Thank you!

    I will add that originally this option group of radio buttons was working perfectly fine.  This issue surfaced when I included a tab control to the form and moved all the fields onto the first tab.
    It seems that having to select another field before changing a radio selection is limited when using the mouse; however, if I use any of the up/down or left/right arrow keys on the keyboard it will change radio button selections without selecting another field
    (as one would expect it to).
    Hi Eli,
    Probably it has something to do with the focus of the form (first tab) with the radio buttons. Someway that form looses focus when clicking a radio button. By selecting another field the form receives focus again, so you can use the radio buttons again.
    You can check it happens in this way.
    Imb.

Maybe you are looking for

  • Is there a way to convert iMovie projects to HDCAM for a short film submission?  They also accept 35mm or D i g i t a l B e t a N T S C.  Help!!!

    I am working on a short film project for a film festival - they require the film to be in either 35mm, Digital Beta NTSC or HDCAM.  Is this possible with IMovie or in Adobe?  I have tried to research this online and am not finding out much informatio

  • Stage.addchild

    Hi, This is my Document Class package BowerPower.Startup{ import flash.display.MovieClip; import flash.events.Event; public class Preloader extends MovieClip {   public function Preloader() {    stage.addChild(Preloader); I have a movieclip in the li

  • Why does the Lion OS unlock network settings?

    I lock the network preferences panel in the System Preferences, and the 10.7.4 Lion OS unlocks them when the computer restarts or when it is shut down and turned back on.  I want to keep them locked.  Is there a way to stop Lion from changing your pr

  • Output page is not completed via NSAPI cluter

    I have two Netscape web servers installed NSAPI and configured as           cluster mode.           Besides WebLogicCluster parameter,           I have following           ConnectTimeoutSecs=20           ErrorPage=error.html           And, I experien

  • Strange characters cannot read folder options and descriptions

    Hi, have been running iTunes on desktop for ages with no probs. Have bought new HP 510 laptop still running XP but from day 1 have had little squares in all the drop down menus and main screens. Can see all song descriptions etc fine but prob seems t