Repost - put a variable in a post.. guess that..

I am reposting this because i have not yet found a solution:
<guess that what i am looking for is that i want the
instance "name" to be a
variable ?!
Hello all,
I cant figure out how to out a variable in a path.
these ares the "fixed" paths i have now
_root.alpha[var1 + "_movieclip"].label
_root.betas[var1 + "_movieclip"].label
What i want is to replace "alpha" and "betas" by a variable
"var2"
any help is welcome,
Regards,
Peter

I am reposting this because i have not yet found a solution:
<guess that what i am looking for is that i want the
instance "name" to be a
variable ?!
Hello all,
I cant figure out how to out a variable in a path.
these ares the "fixed" paths i have now
_root.alpha[var1 + "_movieclip"].label
_root.betas[var1 + "_movieclip"].label
What i want is to replace "alpha" and "betas" by a variable
"var2"
any help is welcome,
Regards,
Peter

Similar Messages

  • Quick question, where to put global variables

    Very quick question:
    where is the best place to put global variables,
    (e.g. a flag that turns on debug mode)
    if they are needed by the entire application?
    I'm guessing they should be placed in their own class.
    But should I make them public static final constants,
    and just do Globals.MYCONSTANT
    OR should i do "implements Globals" in all my other classes?
    The first way seems simpler and more logical,
    but in the examples for JSDT, they use the second technique.
    Any thoughts?
    thanks! =)

    I would suggest either creating a properties file for your globals, or adding them to the system properties at startup. Placing items like debugging tags in your code means that you have to change the code, recompile, and rejar before your change is implemented. Using system properties means that you simply have to change your command-line options (i.e., from -Dmyapp.debug=true to -Dmyapp.debug=false).
    Shaun

  • How to put a variable column value in a "vlookup"

    Hello there,
    I am trying to put a variably chosen column value in a "vlookup" function.
    Logically this should work, but it does not, and I cannot figger out why.:
    "=vloookup("a", B5:Z28, {=MATCH(4, B4:Z4, 0)})" (replaced brackets with {} for this post)
    I am trying to look up the letter "a" in whatever column matches the "match" criteria.
    The match is matching a specific value of 4 from row B. (This value varies based on other input)
    The vlookup is for finding the letter "a" the whole table in whatever column is returned by the MATCH formula.
    How can I do this?
    (Like I said the formula above is logically correct, but numbers returns a syntax error.)
    Thanks from Alaska
    Message was edited by: John Boyarsky
    Message was edited by: John Boyarsky
    Message was edited by: John Boyarsky

    John,
    Next get rid of the brackets you referred to; unnecessary. If that doesn't do it, calculate the column number in an auxiliary column and refer to that column in your expression.
    Jerry

  • Variables sent by POST dependent on Browser type/version?

    I am writing a type of mail form in AS2 of Flash CS4.
    I collect two variables (nameCli and messageCli)
    I setup a "sending button" to appear ONLY when there is a minimum of characters (2) under nameCli AND a minimum of 10 characters in messageCli.
    When that button is pressed I POST these two vars tru email_lv to email2.php.
    I do this check to be absolutely sure that these vars have contents.
    It works and tests well on several computers (PCs) under XP, Vista and 7
    I haven't tested on a Mac
    Under IE and Firefox 3.0.xx
    I get the email with the correct values.
    The PROBLEM: somehow, now and then I get (and worse, my client, to whom I wrote this app, gets) an "empty" email.
    That is, the subject of these emails are: "Request from" and blank. No name.
    The message is also blank.
    Since I know, with no doubt that these vars have content, otherwise the send button wouldn't come up, I am puzzled.
    I have no idea of what OS or Browsers these users have.
    Question: Would be possible that some browsers would "block" the vars sent via POST?
    Any suggestion is appreciated.
    email_lv.sendAndLoad("email2.php",dummy_lv, "POST");
    -----email2.php is:
    <?php
    $to        = '[email protected]';
    $to2      = '[email protected]';
    $subject= 'Request from ' . $_POST["nameCli"];
    $message = $_POST["messageCli"];
    $headers = 'From: [email protected]'. "\n"
    . 'Reply-To: [email protected]'. "\n"
    . 'X-M ailer: PHP/'.phpversion() ."\n"
    mail($to, $subject, $message, $headers);
    mail($to2, $subject, $message, $headers);
    ?>

    I've never had that happen that I remember - 10 years pro experience.  Flash posts the same as an html form.
    There's something wrong with the flash or the php.  I'm not a php guy so I can't help you with the php.  You should post it in a php forum to get checked.
    Test your posts by uing "send" instead of "sendAndLoad" to a new browser window and have the php display the vars being posted.  That way you know for sure what php is successfully receiving from your flash.  If that's working and you can't break your flash - get it to post with nothing in the vars, you know it's a php-email issue.

  • APEX 3.0 PDF FOP OC4J REPORT: how to put a variable in the header or footer

    hello.
    I want to put a variable ( like :P15_MY_PARAMETER) in the header OR footer of a standard PDF report , but does'nt work.
    I tried HTML formating with ' &P15_MY_PARAMETER. ' like described in the thread Include a display value in HTML footer ( Include a display value in HTML footer )
    but PDF generated is not readeable by Adobe, , I suppose html codin was not translated.
    Is it a possibility to put a variable in a PDF header / footer.?
    Thanks
    Fernand Ducarme

    Keith,
    If you want to use the value of page items in your PDF page header or footer, they need to be written to session state first. In order to do this, your form needs to be submitted. So a button that redirects to a URL or a report print links (that also redirects), won't do that. But submitting your form doesn't necessarily mean you'll have to leave or refresh your current page. All you would have to do is create a branch that points to your PDF document, and make that the target of your submit action. This way, your page doesn't refresh, and you'll get the open/save PDF dialog you would expect.
    So to give you an example, if you have a regular reports region, enable PDF printing, but do not specify a link label. Then create your own print button, which needs to be a submit button (not redirect to URL). And then create a branch to the current page that is executed when pressing your print button. That branch also needs this request:
    FLOW_XMLP_OUTPUT_R[Report Region ID]
    so if your report region ID is 90104803966374878, then the request would be:
    FLOW_XMLP_OUTPUT_R90104803966374878
    The same technique works for report queries, only in that case you would point to page 0 and use this request:
    PRINT_REPORT=[your report query name]
    So if your report query name is "myreport", this would be
    PRINT_REPORT=myreport
    Hope this helps,
    Regards,
    Marc

  • How to put restriction/variable in BI 7.0 ? Is there any settings required?

    Hello,
    I am working on BI 7. I want to know ""How to put restriction/variable in BI 7.0 ? Is there any settings required? I am putting some variables in BI 7.0 while making some query""
    amit shetye.

    Hi Amith,
              just create a new query  like a previous  versions how u create..  and  now  select particular charecterstic  in the  left side window itself.. and drill down it.. and create  a variable..  and assign all the properties to that variable.. now  drag that particular variable.. in to the Rows  or filters..
         for Restrictions...  put any charecterstics into Free charecterstics.. and right clcik that and select  Restriction. now you need to give  the  values.. based on that  it will  RESTRICT THE VALUES..
    BI 7.0 reporting features
    http://searchsap.techtarget.com/cgi-bin/rd.pl/ftID-1121728-ctID-1064004?//expert/KnowledgebaseAnswer/0,289625,sid21_gci1064004,00.html
    http://help.sap.com/saphelp_nw04s/helpdata/en/9d/24ff4009b8f223e10000000a155106/content.htm
    https://www.sdn.sap.com/irj/sdn/developerareas/bi?rid=/webcontent/uuid/ba95531a-0e01-0010-5e9b-891fc040a66c [original link is broken]
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/F9D041D6392AE3E10000000A422035/frameset.htm
    BI7.0
    For greater information on reporting.....
    Good Knowledge in BW Reporting
    regards
    @jay

  • Repost Function using Variable is not working

    Hello experts!  I am on BW-BPS 3.5.  I have set up a repost function using variables to change a characteristic value for Business Unit.
    1. I created 2 variables as Bus.Unit From and Bus.Unit To in the Planning Area. I am not using the variables in my planning level.
    2. I entered the variables in the parameter group New Values area for the From and To Values.
    3. My goal is when the user executes the Repost Function for a Variable Prompt should appear and have the user select the From Business Unit and To Business Unit.
    The Variables are set up as USERVALUE User-Defined Values, Restriction of Values required by user and I have tried with/without option of Input Allowed by User. 
    Can you tell me what I am doing wrong, I expected a variable prompt when executing the Repost Function but it does not work.
    Thank you,
    Teri

    Ravi, Thank you for your reply however I contiue to have errors or the execution does not repost (change any value) as noted below.
    1. I have 2 Variables in Planning area var1 (from) var2 (to) for the same charateristic which is Business Unit
    2. Business Unit is in the level,  on the selection tab to add the variable I can only add 1 variable, So I added var1 (from) to the level. 
    3. Parameter group for old and new values - I have Var1 (from), var2 (to)
    4. Report Function - are you referring to Reporting variables in BPS? I have set this up as suggested in the "How to Use Reporting Variable in BW-BPS" document.
    5. Enter plan data: I receive prompt for VAR1, mandatory. At this point there is no value in Var2.
    6. Execute Repost function - I receive an error to "Restrict Var2"
    7. If I set variable values and add a value for Var2 I receive an error "The generated data is not contained in the selection condition".
    Next I removed VAR1 from my planning level and turned on the option 'Selection in package' for Business Unit. This seems to work well.
    What do you recommend?
    Thank you,
    Teri

  • What are the basic difference in the putting a variable in Query

    what are the basic difference in the putting a variable in
    1. Characteristic Restrictions Vs 2. Default Values

    Example - Cost Center Analysis Report - If I have Controlling Area in
    Char Restricitons Only - I have restricted it to say ABC Controlling Area or a Variable- Report will be hardcoded to ABC Controlling Area or the Input Value entered during Runtime - After Execution, The Same cannot be changed in the report.
    Assuming I will not have Controlling Area in the report means not in Rows n Columns.
    You might have seen no change - > Did you place material in Rows or Columns ?

  • I had and iPad and i put on it passcode then i forgot that passcode, so what am i suppose to do?

    I had and iPad and i put on it passcode then i forgot that passcode, so what am i suppose to do?

    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tb
    How to Reset a Forgotten Password for an iOS Device
    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    Saw this solution on another post about an iPad in a school enviroment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just cancelling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
     Cheers, Tom

  • I am trying to get minecraft for my iPod touch. When I put in my apple ID it says that I have to verify that I can buy it. I click ok I pulls up a site ask me for my apple ID and then I put in my security questions. After that it ask me some weird questio

    I am trying to get minecraft for my iPod touch. When I put in my apple ID it says that I have to verify that I can buy it. I click ok I pulls up a site ask me for my apple ID and then I put in my security questions. After that it ask me some weird question like Who Is your favorite teacher and another question like what is your least favorite car model. I did not set those as my secure questions. So can u please help me

    Forgotten Security Questions/Answers
    You need to contact Apple by:
    1 - Use the Express lane and start here:
    https://expresslane.apple.com
    then click More Products and Services>Apple ID>Other Apple ID Topics>Forgotten Apple ID security questions.
    or
    Apple - Support -form iTunes Store - Contact Us
    2 - Call Apple in your country by getting the number from here:
    http://support.apple.com/kb/HE57
    or           
    Apple ID: Contacting Apple for help with Apple ID account security
    3 - Use your rescue email address if you set one up
    Rescue email address and how to reset Apple ID security questions
    For general  information see:
    Apple ID: All about Apple ID security questions

  • Users of imovie experience a lot of problems and crying for help and no one at Apple did not respond I do not understand how a company like Apple puts experts to help users Please note that anonymous experts in Internet offer their help for money

    Users of imovie experience a lot of problems and crying for help and no one at Apple did not respond
    I do not understand how a company like Apple puts experts to help users
    Please note that anonymous experts in Internet offer their help for money

    Users of imovie experience a lot of problems and crying for help and no one at Apple did not respond
    I do not understand how a company like Apple puts experts to help users
    Please note that anonymous experts in Internet offer their help for money

  • I have remote locked my mac using find my iPhone app via my iPad - I am unable to enter the unlock code as the mac keyboard won't pair with the mac - I guess that will teach me for playing...any ideas?

    I have remote locked my mac using find my iPhone app via my iPad - I am unable to enter the unlock code as the mac keyboard won't pair with the mac - I guess that will teach me for playing...any ideas?

    Thought so - ace - find my phone really needs an unlock function. - another £40...

  • My daughter bought an 4th generation ipod classic without a charger.  We are using the charger from an ipod touch and it won't charge.  Someone posted online that not all chargers will work on the classic.  Anyone else have this issue and any suggestions?

    My daughter bought a 4th generation ipod classic without a charger.  The ipod was working just fine, but then we tried to charge it using a brand new charger for an Ipod Touch.  It won't charge and someone online someone posted that there ipod touch charger worked on the ipad, phone and whatever else he had but it wouldn't work on the classic.  Anyone else have this same issue?  Any solutions?

    The ipod did not come with a power cord as we purchased it used from ebay.  The ipod was half charged when we received it and it worked well enough to transfer songs to my computer (the previous seller didn't delete their 2000 plus songs).  My son then used the same cord on his computer to transfer the songs, but processed an update to the ipod and after that,it wouldn't work.  So, I'm not sure if we received a bum ipod, an update issue or we have a charger issue, but the cord we used to transfer the songs came from my son's brand new ipod touch.  We've also tried 2 other chargers from ipods we have in the house, 1 being a wall charger. 
    One individual posted online that he took his ipod classic, mac and phone overseas with one charger and it worked fine on all but the classic.  So, I'm thinking that they cords may not be universal.  Online I've read that it must be a 6 pin firewire, high power 2.0 usb cord.  Or that I need to purchase an applie charger.  We don't live close to an apple store and I'm reluctant to order one just to have it NOT work. 
    My daughter is learning the hard way that buying off of ebay is not always the best solution to a cash strapped 12 year old.
    Any other advice is greatly appreciated.

  • My "Find My iPhone" says on map that my phone is here at my house...but it's not! So...I guess that feature doesn't work?

    My "Find My iPhone" says on map that my phone is here at my house...but it's not! So...I guess that "Find my iphone" feature doesn't work?  Very frustrating.  My iphone volume might be turned off ...does that make a difference if you use the sound locator on the find my iphone?
    Tech support INSISTS that the iphone locator on i Cloud is accurate.  How can it be?  My phone is NOT here!

    Jennie
    Is your device showing a green or grey dot?
    Here is some background on how location services works.
    http://support.apple.com/kb/HT1975
    Here is what happens if the device is turned off
    http://support.apple.com/kb/PH2592?viewlocale=en_US
    This linksays if it can't be found it will show the last location for 24 hrs and then  it will clear the map.
    http://support.apple.com/kb/PH2698?viewlocale=en_US
    Mine always works fine... it's say within 25' of where I am.

  • HT204406 Some of my songs didn't transfer to my cloud.  How do I put these songs on my iphone so that I can listen to them in addition to the songs that made it to my cloud?

    Some of my songs didn't transfer to my cloud.  How do I put these songs on my iphone so that I can listen to them in addition to the songs that made it to my cloud?
    Right now, I can't transfer songs from my laptop to my iPhone unless I turn off iTunes Match 1st.  Once the songs are on there, I turn iTunes Match back on, but then the songs that I just transferred over dissapear...
    Please help!

    I'm having the same problem, some of my songs will transfer but not all of them. It seems there are alot of people having this problem and apparently Apple doesn't know how to fix it. All my songs were purchased through itunes so they all should upload to any apple device. Sorry I'm not any help, maybe Apple can finally do something about it.

Maybe you are looking for

  • Numbers (Mac OS and iOS)

    I am a long time Windows/Office user who has moved to the Apple environment (Mac/iPhoneiPad) over the past couple of years.  I've also moved all of my family and have seen a lot of work colleagues make a similar moves, largely on the back of adoption

  • How to test the LCD screen with digitzer removed?

    I cracked my ipod touch screen.  Could not see the display anymore and removed the digitizer and bezel. I can't tell if the LCD is working or not.  Is there a way to test it?  When connect to computer, it says USB device not recognized.

  • CLOSE ISSUE - FI PCA transfer issue

    Hello Friends We have an critical issue which is holding our close now. After transferring AP AR Subledger and PCA transfer we see that some accounts have different balance in PCA compare to FI. In detail, we did the following steps - Used T Code F.5

  • Update Named query in EJB

    Hi Experts, I have created an EJB DC to interact with CE database using JPA's and named query. My read query is working fine and i can see the output in WS Navigator. For "Update" i have written a named query like : @NamedQuery(name = "updatePos", qu

  • How do you open Firefox in 32 bit?

    Hi I'm using Win7 64 bit & I need to open Firefox in 32 bit. A plugin I need doesn't like 64 bit. Everything I have found so far pertains to Mac. How can I open Firefox in 32 bit? Thanks