Copy all instances

Hello,
I would like to copy the data from a variable number of fields in a repeatable subform and paste them somewhere else.
How would I do this? I assume using the instance manager and maybe this.parent.index somehow...
Thank you for your time.

Still struggling with this but I have found some code that is making me think I am close.
My thought for the code below is to have click event
check the number if instances in a subform
create that exact amount of instances in another subform
copy the contents of the first subform instances into an array
paste the contents of this array in the new instances.
// on click vent
// create new empty array
var ofirstArray = [];
for (var i = 0; i < _nameSubform1.count; i++) // this is the total number of instances in nameSubform1 ...
  // get a reference to the nameSubform1[i] object
  var oSub1 = this.resolveNode("nameSubform1[" + i + "]");
  // set the value of its textfield object
  oSub1.textField.rawValue = ofirstArray[]; // fill this array with the contents of the instanced text field within nameSubform1
// now that we have the array filled paste the contents
// into a new subform with the same number of instances
_nameSubform2.setInstances(x); // x should be equal to _nameSubform1.count
for (var i = 0; i < _nameSubform2.count; i++) // this is the total number of instances in nameSubform2...
  // get a reference to the nameSubform2[i] object
  var oSub2 = this.resolveNode("nameSubform2[" + i + "]");
  // set the value of its textfield object
  oSub2.textField2.rawValue = ofirstArray[i]; // fill these text fields with the contents of the array created above from nameSubform1
I just confused myself there...I'm thinking now I can do it all in one for loop. I need help.

Similar Messages

  • User cannot  view shortcut or copy of instance in Inbox?

    Hi, We have a unique requirement where one admin person will send short-cut of the INSTANCE of reports to the End users. We don't want end user to see instance of report( from ADMIN folder) as admin would be scheduling it for different users and one user should not see all the instance as that instance will be for another user. For this we have denied the access "View Document Instance" to user on the folder (ADMIN)  where report is stored.
    Now if we send shortcut of the instance of this report to User's Inbox then user can not click on INSTANCE to view it. I understand that this is because user does not have access to "View Document Instance" sent by others i.e. admin.
    As a resolution to this we thought of sending copy of the report to the user's Inbox. User is not able to see the copy too. Its not hyperlinked for user to click on this.
    Now my question is if short-cut and Instance are treated same ( which it seems) or different? If same then how can we give access to Users to see short-cut and/or copy of INSTANCE sent by others without giving them access to see any instance of the Report in ADMIN folder.
    We are using Crystal Reports on BOXI R2 SP3 with IIS and on SQL server 2005.
    Thanks,

    Give the rights for view objects for user folders.

  • Copy all properties from BOL Object to other, Help please

    Hello experts, Thanks for your time.
    I would like to copy all properties and object relations from BOL OBJECT To other.
    It's possible make it??
    I know to copy one by one properties with this code.
    lr_part->set_property( iv_attr_name = 'e_mailsmt' iv_value = ET_ADSMTP-E_MAIL ).
    But I would like to copy the relations and all properties.
    Could you write an example complete code??
    A lot of  Thanks

    Hi,
    I suppose by copying relations it is meant that a whole Business Object should be copied. Not just the part of BTAdminH but the PricingSet and the related Prices in there, the ItemsSet and all related entries in them and so on. Meaning a complete copy of all attributes in all objects.
    Judging from a mere technical point of view I see some problems with that:
    1. Abab does not offer a copy object method. Thus you would have to create a new object and use the SET_PROPERTIES( ) method on it.
    2. Though you will be able to do it for one object, lets say BTAdminH, it will be a huge load to do it for all related objects.
    3. Considering a piece of code that will run down the hierarchy and copy the objects for you will not work as the "hierarchy" contains circles and is not unique. For instance the BTPartnerSet on OneOrders contains various relations containing the same partners.
    In my opinion use the underlying API not the BOL to copy entries.
    cheers Carsten

  • Need calcscript help on copy all products to one product

    I have data spreaded across 200 products and I want to copy all the data to 1 product. I have tried to do this with calcscript but the @CURRMBR function is not working out.
    My calcscript is like this:
    FIX(@LEVMBR("Period",0), @LEVMBR("Geography",0), all the other dimensions at level 0)
    "Desired_Product" = "Desired_Product" + @CURRMBR("Products");
    ENDFIX
    The calc ran without error and then I do a rollup, I get 0 in total. But if I change the syntax to
    "Desired_Product" = "Desired_Product" + "A Specific Product";
    This works with the number for one of the product I choose.
    Any clue? Or any other way to do this besides using load rules?

    Fix on the level zero products (exclude the Desired product) and then user another dimension to copy. For instance if you have a scenario dimension and this is for actual you would do
    Fix (XXXXX)
    Actual(
    Actual->"Desired Product" = Actual->"Desired Product" + Actual;
    Endfix
    If you don't have a single member dimension, then I suggest you might do the calculation for the 12 months (twelve statements) inside the block command. If your Period is dense, then it would not talke longer

  • Microsoft`s definition of 「All Instance」 for calculating average percentage of CPU usage is a mystery for me !!!.

    Hi, I was looking up in the 「How to Auto Scale」 document
      http://azure.microsoft.com/en-us/documentation/articles/cloud-services-how-to-scale/
    and got stuck in the below paragraph, the part that describes how to calculate the
     average percentage of CPU usage. 
    ==========
    All instances are included when calculating the average percentage of CPU usage and the average is
    based on use over the previous hour. Depending on the number of instances that your application is using, it can take longer than the specified wait time for the scale action to occur if the wait time is set very low. The minimum time between scaling actions
    is five minutes. Scaling actions cannot occur if any of the instances are in a transitioning state.
    ==========
    Does any one know the microsoft`s definition of 「All Instance」 ?
    Whether the virtual machines that are shut down but has been set into auto scaling group count as one of them?
    The question is that the response time, the data shows up in the management portal delays a lot comparing to the
    real time. I was wondering if the definition of the calculation described above is truly what the user`s want or not.
    I`m all ears to any information. Thanks in advance !! 

    Hello Tomo Shimazu,
    Instance is a presence of a service eg :- VM is an instance. Copy of VM is another instance which is 2 instances of VM.
    Although Microsoft’s pricing model is readily available and even offers a simple calculator (http://www.windowsazure.com/en-us/pricing/calculator/advanced/) to assist
    in the process, it may be difficult to know how much of each resource you will need to get an estimate.
    To understand on calculating the compute instances and the VM size, let’s first take a look at the VM role sizes offered by Microsoft.
    The prices per month for each, at the time of writing, are $30, $90, $180, $360, $720 from ExtraSmall to ExtraLarge respectively. So with the exception of the
    transition from ExtraSmall to Small, going to the next size VM is exactly twice the cost, which, is mirrored in the increase of resources you get at each level. With each step, CPU Cores, Memory, Disk Space, and Bandwidth are all doubled from the previous.
    If this is the case, then, is there any advantage to any one of these over the others? The answer is yes. In the majority of cases, the best bet will be to go with the small instance, with the reason being that because all of these resources scale equally
    to cost it is possible to achieve the exact equivalent to a larger VM simply by increasing the number of instances. For example 8 small instances is equivalent to one ExtraLarge instance, with the advantage of the fact that when not needed these small instances
    can be turned off and will cost nothing.
    By hosting the application in this manner, it increases the effectiveness of the number one reason that a business would transition to the cloud anyway – Scalability.
    Obviously 16 smaller instances can be more finely adjusted to the application’s usage than 2 ExtraLarge can. If traffic gets higher or lower than expected, two Small Instances can be added at $180/mo for the time that they are running, versus adding another
    ExtraLarge for $720/mo.
    The only exception to using the smallest instance, is in the case of the ExtraSmall, which offers only 1/20 of the bandwidth of the Small, making it only feasible
    for very lightly accessed applications or, more likely, a QA environment.
    From this point, it becomes much easier to estimate the compute instance requirements of migrating the application to Windows Azure. Take the current server(s)
    total resources (CPU, RAM, etc) and find how many Small instances it would take to recreate it. This gives a good starting point, however, remember that these instances can be turned on and off to meet demand, and beyond the first instance, there is no charge
    when the instances are off. This can lead to significant cost savings, and is the primary incentive to migrating to the cloud.
    For azure pricing information, refer
    pricing details.
    If you still unclear about pricing and billing, you may raise a service request with billing team
    here
    Hope this helps.
    Regards,
    Shirisha Paderu

  • Is there a way to copy all my PDfs in ibooks on my iPad?

    Because I'm still sorting out an issue with ibooks on the iMac renaming files so they do not match the names on my iPad, I am wondering if there is a way to copy all the pdfs I have in ibooks on my ipad (without doing each one, one at a time) so I can save a copy in Evernote or dropbox so when I sync and update shortly, I don't loose what I have?
    Thanks for any help you can offer.
    Michelle

    Thank you.Ok say for e.g.
    500 video files imported in fcpx
    800 clips extracted from these obviously on the timeline and joined/compounded according to their content in say 15 layers according to 15 instruments used ,so now just to see the entire usable footage ....
    now one 7 minute song sequence has to be made where bits would be simultaneously taken from these 15 layers as all instruments are playing simultaneously
    these shots are not more than 2 secs each according to the beat........
    when I try to work with these 15 layers as well as the Final primary layer that I'm making in the same timeline my fcpx becomes slow
    but when I drag individual layer to individual timelines it is fine so that is the only option
    but now for every 2 second bit I have to go back to the 15 layered timeline and find one single suitable shot
    So I was wondering is there a way to be able to see these layers and clips on the timeline in the browser in a systematic fashion like the way we get with keywords  ?
    and keywords can only be used in the imported clips already in the browser ,and not after we drag it on the timeline.....
    Till now I think exporting and importing back is the only option ...but is there another work around ?

  • Error on updating Photoshop CC 2014 -- Quit all instances of Adobe Application Manager

    Hi,
    I've been trying to update my Photoshop and Illustrator CC 2014, but the updates fail with a message that tells me to quit all instances of the Adobe Application Manger.  The only problem is when I go into my activity monitor, I don't see that process running at all.
    I'm running on a MacBook Pro, OSX 10.9.5, and Adobe CC 1.8.0.447
    Thanks for any help you can provide!

    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • I have itunes set up on a PC with all my music, apps, etc. I want to stop using PC and move my iTunes and files to a Mac I bought and synch my iPhone with the Mac. Can I just synch iPhone with Mac iTunes and will it copy all my stuff onto Mac, or will I h

    I have itunes set up on a PC with all my music, apps, etc. I want to stop using PC and move my iTunes and files to a Mac I bought and synch my iPhone with the Mac. Can I just synch iPhone with Mac iTunes and will it copy all my stuff onto Mac, or will I have to copy files from PC onto Mac?

    Here are some of the links to get you started.
    https://discussions.apple.com/thread/3727530?start=0&tstart=0
    http://support.apple.com/kb/HT4527
    http://www.macworld.com/article/1146958/move_itunes_windows_mac.html

  • No "Copy All to Address Book" option in SIM menu, BlackBerry 8100

    Hi! I'm new here...so glad I found this forum! I have searched high and low but have not found a way to solve this problem. I've updated my device software, desktop manager, everything I can think of. I even went back into the Setup Wizard and selected the option to copy my SIM contacts to the Address Book. It looked like it copied them over, but when I went to check, nothing showed up.
    I've gone into the Filter menu while in Address Book and nothing is checked, yet nothing shows up. I've gone into the Address Book, then SIM Phone Book from the menu, then hit the menu button again and the only options I have are:
    New
    Call Voicemail
    SMS Text Voicemail
    MMS Voicemail
    Add to Address Book
    Switch Application
    Close
    No "Copy All" option anywhere to be found. This is a BlackBerry 8100. Help! Any suggestions! Filters are off, Setup Wizard's been tried and retried and nothing appears in the Address Book. HELP!
    ~Emily

    Actually, just yesterday I figured out the problem. Once in the SIM address book I only had to scroll down past the "Voicemail" entry a couple entries down and then when I clicked the menu button the option to "Copy All to Address Book" appeared. All that time and all I had to do was scroll past the first entry. Sheesh!
    Thank you for taking the time to reply with another option. I really appreciate it!
    ~Emily

  • I had to create a new Apple ID. Is it possible to copy all Calendars from one Apple ID to the new one?

    I had to create a new apple id.  I do not see a way to change my iCloud to the new apple id.  I figured out how to copy my contacts to the new iCloud account.  Is there a way to copy all my Calendars over to the new iCloud account?  I was able to "share" the calendar's.  but I want the Calendars saved under the new iCloud account.

    To migrate your iCloud data from one account to another (including calendars), sign into the old account (unless you already are), then save any photo stream photos that you want to keep to your camera roll (unless already there) by opening your my photo stream album, tapping Select, tapping the photos, tap the share icon (box with upward facing arrow), then tapping Save to Camera Roll.  If you are syncing notes with iCloud that you want to keep, you'll need to open each of your notes and email them to yourself so you can later copy and paste the text into new notes created in your new account.  Then go to Settings>iCloud, tap Delete Account, provide the password to turn off Find My iPhone and choose Keep on My iPhone when prompted.  Then sign into the new account and choose Merge to upload your data.
    If you only want to migrate your calendars, sign into the old account, then to go Settings>iCloud, turn Calendars Off, choose Keep on My iPhone when prompted, then tap Delete Account, provide your password and choose Delete from My iPhone when prompted (to delete the other iCloud data from the phone).  Then sign into the new account and choose Merge to upload your calendars to the new account.

  • Copy all values from one page to another

    Dear all
    i have creation page user enter all the records and save if the details are not in customer master
    then user click add customer it will call to master customer page and as well as i want to copy all these fields to customer master when ever he click on add customer
    how it is possible..
    Regards
    Sreekanth

    Hi,
    before navigating to the Master customer Page...
    take all the values in hashmap
    hm.put("value1",value);
    hm.put("value2",value2);
    Pass the hashmap in pageContext.setForwardURL();
    then on Master customer Page
    grab the values in string variables using pageContext.getParameter
    and set it on fields using
    setText();
    Thanks,
    Gaurav

  • I copied all of my CD's onto my iMac's hard drive. Now I'd like to buy a new iMac and am wondering how to transfer the music I have loaded on  my iMac from CD's on to my new computer w/o  going through the process of loading them into my iTunes Library.

    I have copied all of my CD's, probably over 100, on to my iMac, through iTunes and now am considering buying a new iMac. Would like to be able to transfer what's in my music library w/o having to recopy all of the CD's. Any thoughts? Can I do it throught the iCloud or do I need to buy and external storage device?
    Thanks Brenda

    When you buy your new iMac you will be able to have the installation process transfer all your applications, data (including music, pictures, documents, etc) and settings to your new computer. In the past that was done via Firewire. I'm not entirely sure of the process with the new iMacs that don't have firewire. I think it can be done via ethernet and probably via tha thunderbolt cord using a firewire adapter but you'll want to check that out.
        With the your new computer properly connected to your old computer, the initial booting of the new computer will include the ability to move everything over.
        If for some reason you don't want to do that (smart if you have some horrible software issue that is causing problems) you can connect your old computer to the new one and start it in Target Disk mode where it will be seen as a hard drive. You can then manually copy over all your music and import that into iTunes (and any other data you want).
        Somebody here will surely point you to directions for connecting an older iMac with no Thunderbolt to a newer iMac with no Firewire.

  • Crystal 10 server to bo xi 3.1 not all instances

    I have used the import wizard to pull the reports across into BO XI 3.1 on server 2003. I get the reports and folders but not all the existing instances of the reports. There are 480 + reports and alot of instances all of which are needed.
    Has any one done this migration and get all the historic instances?

    If you use the import wizard to bring in the reports, there is an option when you get to the 'Folders and objects' selection tool.  Right below the 'Select All' and 'Clear All' buttons, there is a checkbox which states 'Import all instances of each selected object'.  This should select all of the instances for the objects selected. One thing to note:  It will not import instances that failed to run.  You can check the log after the import to see what failed and why after the import.  This should give you an idea of what you may have to do on your XI 3.1 environment in order to capture the instances desired.

  • 2 things: iPhoto isn't automatically copying all my imported photos into an iPhoto album folder AND ever since i upgraded my MacBook 120GB to Snow Leopard, iTunes won't recognize my iPhone.

    So i have a 120GB MacBook that's about 4 years old (just updated to Snow Leopard--been working in Iraq, i'm a little behind).
    Never had a problem with it.
    I also have an iPhone 4 which i've had for about a year (up-to-date software as of about a month ago).
    Never had a problem with it.
    I've had iTunes for years of course (up-to-date).
    Never had a problem.
    1.
    Now my iTunes won't recognize my iPhone since the Snow Leopard update.
    iPhoto will recognize my phone, but iTunes won't.
    Went through all the preferrences and i can't find anything that isn't set properly.
    iTunes Helper is used during startup.
    Everything seems fine.
    Any help?
    2.
    I use a WD external hard drive to back my Mac up every week or so.
    I recently realized that half of my pictures from iPhoto are not copied to the external.
    They haven't been transfering over.
    So i snooped through my folders and as it turns out, iPhoto hasn't been copying the pictures i import from my iPhone to iPhoto and saving them as .jpg files in the pictures folder (or iPhoto album or whatever) like i think it's supposed to.
    My pictures folder has approx half of all my pictures in it, meaning at some point (probably 2 years ago) iPhoto stopped making the file copies of my imported pictures.
    I do not know why.
    No idea how to fix it.
    If i were able to fix that (with your help), would all the pictures that haven't been copied automatically copy to my pictures folder once i had the issue resolved or would there be a lot of dragging and dropping?
    I've been clumsily and sloppily copying all my pictures to a new folder on my desktop and manually transferring that folder to a thumb drive (which i keep in my pocket) and my external (just so i have them in some form) in case my computer crashes or a mortar shell lands on my room and blows my computer up.
    Can anyone please help me with any of this?
    I can't just stoll down to the Apple store to ask the Genius Bar (I'm in Baghdad) and i don't have Apple Care so no one will help me on the phone when i call Apple.
    Thanks so much.

    hey mill1640,
    Did you ever get your iPhone to register with iTunes? I just upgraded as well to Snow Leopard, and my my isn't recognized at all also.
    If you did get this resolved, I would appreciate a little suggestion in the right direction.
    Many thanks,
    Josh

  • Is there a way to select MULTIPLE tabs and then copy ALL of the the URLs and titles/or URLs+titles+HTML links? This can be done with the Multiple Tab Handler add on; However, I prefer to use a Firefox feature rather than download an add on. Thanks.

    Currently, I can copy ONE tab's url and nothing else (not its name). Or I can bookmark all tabs that are open. However, I'd like to have the ability to select multiple tabs and then copy ALL of the the URLs AND their titles/or copy ALL of the URLs+titles+HTML links? This can be done with the Multiple Tab Handler add on; when I download the add on, I get a message saying that using the add on will disable Firefox's tab features. I prefer to use Firefox features rather than download and use an add on. Is there a way to do this without an add on?

    Hi LRagsdale517,
    You should definitely be able to upload multiple files by Shift-clicking or Ctrl-clicking the files you want to upload. Just to make sure you don't have an old version of the service cached, please clear the browser cache and then log in to https://cloud.acrobat.com/files. After clicking the File Upload icon in the upper-right corner, you should be able so select multiple files for upload.
    Please let us know how it goes.
    Best,
    Sara

Maybe you are looking for

  • Transactions API in AR

    We are developing a custom application that will integrate with Oracle Receivables in Oracle Applications 11.5.2. We will need to send transactions (i.e. invoices, payments, etc.) to AR. We are considering using either Auto Invoice or Transaction API

  • Sound issues in games after updates

    Hi all, I have a Quad w/ 2GB RAM, 250GB HDD and 7800GT. Just a couple of days ago, all the games I play worked fine (Rise of Nations, Rainbow Six III, Ghost Recon, America's Army etc. etc.). Now, when I load Ghost Recon, I get music on the menus, but

  • Foreign currecny valuation

    Hello experts, I have a small doubt reg FCV....... i have posted an inv for rs.50,000/- on 10.05.2008 and I am paying this inv on 20.05.2008 for the same amount Parameters maitained: GL open item mgmt, forex table etc., and also defined valuation met

  • About oracle instance

    Heloo .... I want to know informtaion about oracle instance. What is Instance? what is link between instance and database? How to create instance?

  • Cannot see hard drives on airport extreme

    Recently I cannot see hard drives on the network that are connected through Airport Extreme . The airport Extreme can see the drives, but the network cannot. I have not changed any settings that I know of. Only a reset of my macbook pro running Maver