OSA - Employees filter in "Create multiple appraisals" from MSS

hello Gurus,
We are implementing the Objective Settings and Appraisal module with EHP4.
Starting from the EHP4, the manager can access a Webdynpro dashboard where he can check the status of the appraisees. With this functionality, he can also perform the mass creation of the new appraisals via the button u2018Create Multipleu2019.
Using this functionality itu2019s not possible to filter the employees on the basis of the information stored in the IT0001 u2018Organizational Assignmentu2019, due to filtering mode on HRP1000 object type P. So the manager always see the whole list of employees under his u201Cmanager positionu201D HRP1001 relationship A012.
In our project we need to distinguish between different employee group u201CP0001-PERSGu201D, but at the moment we are not able to do it.
Does anyone know how to do it? In particular does anyone know if itu2019s possible to do it without a modification to the standard Webdynpro?
In the lines below there are the technical details of the functionality u2018create multipleu2019:
General Information About the Application and Component:
Application:               HAP_START_PAGE_POWL_UI_MSS
Web Dynpro Component:     HAP_START_PAGE_POWL_UI
Window Information:          WDW_MASS_CREATE
View Information:          VW_MASS_CREATE
Configuration ID:          8AD9D996E000165551D9275E6CD3789A
Information on Field:
Field ID:               ROOTUIELEMENTCONTAINER
Type of UI Element:          TRANSPARENT_CONTAINER
UI Element Library:          STANDARD
A quick feedback is really appreciated.
KR
Katia & Gabriele

Katia Gabrielli,
We are also implementing new Performance Management - WD ABAP with EHP4.
When I open the Performance Management iview from MSS --> Talent Management, I can see an evaluation for my team.
But when I click the link, nothing happens.
Did I miss any configuration on the backend?
How do I resolve this?
Thanks
Thruna

Similar Messages

  • Creating Multiple POs from the shopping cart

    Hi
    I have a requirement to create multiple POs from shopping cart. we are in SRM 7.0 I have implemented the BADI BBP_SC_TRANSFER_BE GROUP_PO method. modified group_1 field with 1 and Doc_type with custom document type
    and udpate the change parameter CT_PROC_ITEM with the above changed data for each line item.
    But purchase order always taking original document type and its number range only. 
    Please help me in this regard,
    Regards,
    Rama.

    Hi,
    Thanks for your reply. I have implemented the BADI BBP_BS_GROUP_BE method GROUP_PO_BACKEND. I modified BE_DOC_TYPE with the custom document type and REFNUMBER as the group number .
    But  it is generating number range for the original document type only.  when i debug the code i found that it is taking original document type (which is hardcoded contant value mentioned in the code when number range is initial).
    Please suggest me  after grouping the line items with document types and REFNUMBER how to assign number ranges for each group of line items.
    Regards,
    Rama.

  • Create multiple PDFs from multiple files

    Hi everyone
    I'm trying to use the "Create multiple PDFs from multiple files" function in Acrobat 9 Pro (version 9.4.6) to create about 100 PDFs from InDesign CS5 files. Theoretically this would do the trick for my purpose. BUT: When running the function, it does not use the CS5 InDesign (version 7.0.3), but tries to open the files with InDesign CS3. Of course this does not work. We, as a professional working agency, have installed CS3, CS4 and CS5. Even with making the InDesign CS3 .app invisible an pushing it into the garbage bin during the process did not work. Acrobat still wants to access InDesign CS3. It is not possible to downgrade the files to CS3 files, for there are special (i.e. interactive) functions which only work in CS5. It would be more work than creating the PDFs manually, anyways.
    Does anyone have similar issues? Any ideas how to solve the problem?
    Thanks in advance.
    Thinka

    OK, cool, I found one, which seems to work just fine.
    http://www.kahrel.plus.com/indesign/batch_convert_cs3.html
    found here:
    http://forums.adobe.com/message/3712434#3712434
    Thanks for the hint!

  • Creating multiple records from 1 record in the source file for Import DM

    Hi Experts,
    Today I am working on an interface/import where I want to get the following result:
    Source file contains a records like:
    Account, Entity, DriverX
    Sales,EntityA,ZZ
    The BPC appset contains the 2 dimensions Account and Entity next to CostCenter dimension. The DriverX field in the source file is just additional information in the source file. However based on this DriverX we need to determine what CostCenter to choose but we also need to have the same record assigned to a second record in BPC.
    Following my example, based on DriverX value I need to create 2 records:
    Account, Entity, CostCenter,
    Sales,EntityA,CC1
    Sales,EntityA,CC2
    I don't have a problem assigning the record to 1 CostCenter based on DriverX value but I have a problem creating my second record. Does any of you have had the same "challenge" and if so would you like to share the solution for this?
    Best regards,
    Johan
    PS: I am working on SAP BPC, version 7.0 Microsoft version.

    Hi Greg,
    Many thanks for your answer. And yes this would be a solution. However I just simplified my case as the decision to create an second record and where to post is depending on more than 1 field in the source.
    But I will keep it in mind, because I also can opt for a solution to store data differently in BPC fac-tabels which will help me to use script logic.
    If it is not possible to create multiple records from a single records in the standard functionality in the Transformation and/or Conversion file, I have to create a custom DTSX or change my way of storing data.
    Anyone else who is having an alternative idea like Greg came up with?
    Please let it know!
    Best regards,
    Johan

  • Creating multiple links from one map image in Flash CS4

    I have been tasked with creating multiple links from one map image using flash. Each link would go to the main website page with that location. I assume I could create a button for each location on the map but not having a lot of experience any help / tutorial you know of would be super helpful.. Thanks! Not looking for someone to work me thru it but a little guidance would be great!

    If I was to answer the problem, I would be giving you what you asked not to be given... the solution.  So I'll suggest that you start by researching the getURL() function.  That is what AS2 uses for opening web pages.
    As for coding a button, I'll recommend the following article for you... it will explain the proper approach to coding a button, which will give you an advantage over others who don't follow it, but instead use the way the article says not to.
    http://www.adobe.com/devnet/flash/articles/as_bestpractices_04.html
    Google is one of the best resources available for learning how to do things with Flash--it's the first place I go when I have a wondering.  In general, if you type in the right keywords, you get fairly good search results.  In your case, combinations of "AS2", "button", "getURL", "tutorial" would probably work well.

  • How to improve the speed of creating multiple strings from a char[]?

    Hi,
    I have a char[] and I want to create multiple Strings from the contents of this char[] at various offsets and of various lengths, without having to reallocate memory (my char[] is several tens of megabytes large). And the following function (from java/lang/String.java) would be perfect apart from the fact that it was designed so that only package-private classes may benefit from the speed improvements it offers:
        // Package private constructor which shares value array for speed.
        String(int offset, int count, char value[]) {
         this.value = value;
         this.offset = offset;
         this.count = count;
        }My first thought was to override the String class. But java.lang.String is final, so no good there. Plus it was a really bad idea to start with.
    My second thought was to make a java.lang.FastString which would then be package private, and could access the string's constructor, create a new string and then return it (thought I was real clever here) but no, apparently you cannot create a class within the package java.lang. Some sort of security issue.
    I am just wondering first if there is an easy way of forcing the compiler to obey me, or forcing it to allow me to access a package private constructer from outside the package. Either that, or some sort of security overrider, somehow.

    My laptop can create and garbage collect 10,000,000 Strings per second from char[] "hello world". That creates about 200 MB of strings per second (char = 2B). Test program below.
    A char[] "tens of megabytes large" shouldn't take too large a fraction of a second to convert to a bunch of Strings. Except, say, if the computer is memory-starved and swapping to disk. What kind of times do you get? Is it at all possible that there is something else slowing things down?
    using (literally) millions of charAt()'s would be
    suicide (code-wise) for me and my program."java -server" gives me 600,000,000 charAt()'s per second (actually more, but I put in some addition to prevent Hotspot from optimizing everything away). Test program below. A million calls would be 1.7 milliseconds. Using char[n] instead of charAt(n) is faster by a factor of less than 2. Are you sure millions of charAt()'s is a huge problem?
    public class t1
        public static void main(String args[])
         char hello[] = "hello world".toCharArray();
         for (int n = 0; n < 10; n++) {
             long start = System.currentTimeMillis();
             for (int m = 0; m < 1000 * 1000; m++) {
              String s1 = new String(hello);
              String s2 = new String(hello);
              String s3 = new String(hello);
              String s4 = new String(hello);
              String s5 = new String(hello);
             long end = System.currentTimeMillis();
             System.out.println("time " + (end - start) + " ms");
    public class t2
        static int global;
        public static void main(String args[])
         String hello = "hello world";
         for (int n = 0; n < 10; n++) {
             long start = System.currentTimeMillis();
             for (int m = 0; m < 10 * 1000 * 1000; m++) {
              global +=
                  hello.charAt(0) + hello.charAt(1) + hello.charAt(2) +
                  hello.charAt(3) + hello.charAt(4) + hello.charAt(5) +
                  hello.charAt(6) + hello.charAt(7) + hello.charAt(8) +
                  hello.charAt(9);
              global +=
                  hello.charAt(0) + hello.charAt(1) + hello.charAt(2) +
                  hello.charAt(3) + hello.charAt(4) + hello.charAt(5) +
                  hello.charAt(6) + hello.charAt(7) + hello.charAt(8) +
                  hello.charAt(9);
             long end = System.currentTimeMillis();
             System.out.println("time " + (end - start) + " ms");
    }

  • Creating Multiple Ringtones from 1 song

    Does anybody know whether or not we'll be able to make multiple ringtones from one song with out having to pay 99 cents for each one? i.e. you buy one song, +another one bites the dust+, and then you want to make 4 different ringtone from the same song, do we have to pay for each one, even though they're from the same song technically?

    Hi Greg,
    Many thanks for your answer. And yes this would be a solution. However I just simplified my case as the decision to create an second record and where to post is depending on more than 1 field in the source.
    But I will keep it in mind, because I also can opt for a solution to store data differently in BPC fac-tabels which will help me to use script logic.
    If it is not possible to create multiple records from a single records in the standard functionality in the Transformation and/or Conversion file, I have to create a custom DTSX or change my way of storing data.
    Anyone else who is having an alternative idea like Greg came up with?
    Please let it know!
    Best regards,
    Johan

  • Creating multiple PDFs from an xml form

    Hello--
    I am a LiveCycle Designer beginner, so please bear with me.
    I'm hoping to automate the creation of multiple PDFs from within a LiveCycle XML form I created.  We have a database with vendor contact information. Each vendor could have multiple records within our database (currently they range from 2-60). We currently send to a pointperson at each vendor an Excel spreadsheet that contains all the records associated with that vendor. That person then modifies, adds and deletes the records in that spreadsheet. We then input those updates into our database.  
    We recognize that this is an antiquated form of contact management, and want to improve. Of course, the challenge is that we do not have our own server to use, and we are not able to use any third party service that costs anything. Since we already have LiveCycle Designer, I'm hoping XML forms can make things easier for our administrators. I really hope there is a scriptable solution for this. 
    Here is what I've done (much of it to learn how LiveCycle Designer works).
    I created an XDP with all the appropriate fields. 
    I also created separate XML files for each vendor.
    I was able to create individual PDFs when I associate the vendor-specific XML file to the XDP using the Locate Data File field in the Defaults tab of the Form Properties.
    While this works, I essentially have just done the same amount of work as our current solution. Nonetheless, since LiveCycle is scriptable, I'm hoping that I can automate a number of these tasks. Is it possible to automate from within Designer, the creation of multiple PDFs—one for each vendor—using the same XDP form?  Do I need to make the XDP form a TDS file? Is this even the right approach? Is there a way to connect to the database and filter out by vendor the information I need? 
    I apologize if this is all over the place. Any and all advice would be most appreciated!!!

    The Split command also allows you to do this with a few more options like contol of the file naming and number of pages. Here is a quick tip on how to do this if you're interested.
    [Click to watch on the AdobeTV site]

  • Acrobat 9 Pro - Batch Create Multiple Files from InDesign CS5 files

    When attempting to batch create PDFs from Indesign CS5 files using Acrobat Pro 9's File>Create PDF>Batch Create Multiple Files ... option the operation fails with the error 'Could not find the application that created this file: [path to file] Please select a file created by an application that resides on your computer.' as shown in the screenshot below:
    Acrobat 9 Professional was bundled with Creative Suite 5 Design Standard so shouldn't this work? My machine is running OS X 10.6.7, Acrobat Pro 9.44 and InDesign CS5 7.04.
    Any help to solve this issue would be most gratefully received - this feature had previously saved me a lot of time on my old machine with 10.5.8, Acrobat Pro 9 and CS4.

    I have uploaded the files and shared them.  These are the links
    Grade 11 Maths Standardisation Project Paper 2 2013.doc
    https://files.acrobat.com/preview/9694310d-ca7f-4919-883d-c53b36215d89
    Grade 11 Maths Standardisation Project Paper 2 Analysis Grid 2013.doc
    https://files.acrobat.com/preview/97da9e5f-d412-4d25-9bbc-d1a525d90826
    Grade 11 Maths Standardisation Project Paper 2 Diagram Sheet 2013.doc
    https://files.acrobat.com/preview/f50dd62e-af04-4060-85c5-fa81ce6803d8
    Grade 11 Maths Standardisation Project Paper 2 Formula Sheet 2013.doc
    https://files.acrobat.com/preview/7fc6007b-aaa6-4d65-9a8c-bf99818474a5
    Grade 11 Maths Standardisation Project Paper 2 Marking Guidelines 2013.doc
    https://files.acrobat.com/preview/b3a715bb-3683-48df-b0ec-3d17442275be
    Grade 11 Maths Standardisation Project Paper I Analysis Grid 2013.docx
    https://files.acrobat.com/preview/ab62e6b6-0261-434e-8a2f-382f74335685
    The first file is the problem file.  If you create this file separately, Acrobat will convert it perfectly.  But "Batch create multiple files" and the graphics are deconstructed on page 8

  • Creating multiple reports from one query

    Hello Everyone
    I are designing crystal reports where 1 query is built for 1 report / 1 sub-report. To improve overall efficiency of reports, I am trying to design multiple reports/ subreports from the same query. All the sub-reports belong to the parent report and they are very similar to each other.
    For example: in Webintelligence, we can just create 1 data provider and pull multiple reports from it and display it in multiple tabs.
    Can we do the same thing in Crystal reports??
    Please advice.
    Thanks
    Edited by: Devesh  Modi on Jun 9, 2010 11:19 PM

    Hello,
    If you are using WEBI then you have access to BOE. Create a Universe and publish it to the Repository and then you can use it as your data source.
    But I think what you are asking is how to query the DB once? Not possible, each subreport will run the query each time it's viewed.
    What you may want to do is create a Stored Procedure and get all of you info into one data collection and not use subreports, use grouping to emulate subreports. As an Example ....
    You may want to create a case in Service Market Place since you have BOE and work with a Report Design Rep to help you work out the best solution for you.
    Thank you
    Don

  • Updation problem while creating multiple objects from enterprise portal

    Hi All,
    From enterprise portal i am calling an RFC 'BAPI_PROJECT_MAINTAIN' to create objects .
    While trying to create multiple objects simultaneously it gives error "sapuser is currently using, can't be created".
    It seems like as i am creating multiple objects by calling RFC repeatedly , while the first one is not updated fully i am sending the second value to be processed.
    Pl. tell me how to overcome this. Do I need to add any sleep time in EP or any other method is there in SAP to overcome this situation.
    thanks
    sandeep

    Dear Sandeep,
    I have discussed this problem with EP team lead in my organisation, i have given your email id to him he will forward the solution on your id.
    If usefull reward points helpfull....
    Regards,
    Rajneesh Gupta

  • How to create multiple extract from one map

    Hello ,
    I have a map which extract data from source and create a output text file. Now, I need to create 10 different files from the same mapping with same format but different name. So I want to generate file1.txt, file2.txt, file3.txt etc . My map currently has one target file , i donot want to create 10 target files operator in the map itself, is there a way to achive this functionality ie I want to call the same map 10 times. Do I have to do it from outside.
    Thank you.
    Suhail

    Hi Suhail
    Why not create 10 maps? These don't take up much space, only a few Kb, and you would be able to generate a unique file per map, which would be the correct approach.
    If you don't want to have duplicate maps, would the data in the output files be the same or would it need to change based on some condition?
    If the data is the same you can do this externally by just making x copies of the original file.
    If the data needs to change you either need to have multiple maps, as mentioned at the beginning, or you would somehow need to change the source data. You cannot change the name of a mapped output file, this is because OWB maps use a hard-coded file name making it impossible to change the name of the file dynamically.
    However, let's say you are able to change the source data, perhaps using a view. If you had x copies of the view script you could generate it x times, calling the map x times. Each time you would run the map it would generate file1.txt, and you would need to rename it to file2.txt before recompiling the view and rerunning the map to get another file1.txt. This would be renamed file3.txt and you could then repeat the process as many times as you like.
    Does this help?
    Regards
    Michael

  • Creating Multiple records from 1 record

    Very new to OWB and running into a problem. I have data from a reservation system that stores an arrival and departure date for a reservation. I need to be able to create a separte record for each day of the stay in order to simplify reporting. In addition there is a revenue field which I need to divide over each day of the stay.
    Any assistance would be apreciated.

    It's easy to turn a single row into multiple rows - that's what Pivot operator is for http://download.oracle.com/docs/html/B12146_01/mapoperators.htm#sthref1865.
    The challenge I see is how to turn the range of values into discrete individual values (which then can serve as input to Pivot). Does the range have predictable and manageable upper limit, like a week?
    Nikolai Rochnik

  • Filter data in multiple tabs from same XMLDataSet

    Hi All:
    What I need to do is display the content from one XML file in
    several different modes. I would prefer to use only one data call
    if possible because all information exists in the one file;
    however, I have not yet found a way to successfully filter the data
    on load.
    The data needs to display in three modes: alphabetically, by
    phase, and by owner. The Spry tab widget is used to create the
    'modes'. Within each mode, I need to break it down further. The
    alphabetical listing exists as an additional tabbed subset -- one
    tab for each letter. The phases and owner tabs also have sub tab
    arrangements.
    Within each secondary tab, the data needs to display based
    the first letter in its name field. Therefore on tabbed panel 'A',
    I need to have a table with those documents whose name begins with
    an 'a'; tabbed panel 'B' with a table with all the docs beginning
    with b, etc. The alpha listing has 26 sub tabs. The owner and phase
    listings 8 each. Each panel will contain a table. The information
    simple repeats in different arrangements.
    While using the alpha listing as an example, I can filter the
    data theoretically on tabs B - Z via an on click method, I also
    need to filter the 'A' to show ONLY 'A' on load. I have not found a
    way to do both of these tricks. Additionally when you click back an
    forth between tabs, the data disappears.
    While a database would be easier, I cannot use one. The data
    is generated from an Excel spreadsheet into the xml file from which
    the data is called by Spry.
    I am flummoxed. I have included the relevant code snippets
    below, including the tabs and the first panel which includes the
    table code which repeats in each tabbed panel.
    Thanks for your help.
    Skip Keats
    CODE SNIPPETS (Comment out = previous tries):
    <script src="../assets/spry/xpath.js"
    type="text/javascript"></script>
    <script src="../assets/spry/SpryData.js"
    type="text/javascript"></script>
    <script src="../assets/spry/SpryTabbedPanels.js"
    type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    var dsSDLC = new
    Spry.Data.XMLDataSet("../assets/data/sdlc_doc_templates.xml",
    "worksheets/worksheet",{sortOnLoad:"SDLC_Template_Document_Name",sortOrderOnLoad:"ascendi ng",distinctOnLoad:true});
    dsSDLC.setColumnType("SDLC_LastModified", "date");
    function aA(ds, row, index){ var c =
    row.SDLC_Template_Document_Name.charAt(0); return c != 'A' ? null :
    row; };
    function aB(ds, row, index){ var c =
    row.SDLC_Template_Document_Name.charAt(0); return c != 'B' ? null :
    row; };
    function aC(ds, row, index){ var c =
    row.SDLC_Template_Document_Name.charAt(0); return c != 'C' ? null :
    row; };
    //function loadFilter(f) { dsSDLC.addFilter(f, true); }
    var dsAlphaA = dsSDLC;
    var dsAlphaB = dsSDLC;
    var dsAlphaC = dsSDLC;
    if (document.getElementById('pAlphaA')) {
    dsAlphaA.filter(aA); }
    if (document.getElementById('pAlphaB')) {
    dsAlphaB.filter(aB); }
    if (document.getElementById('pAlphaC')) {
    dsAlphaC.filter(aC); }
    /*var rgnA = Spry.Data.getRegion('dsAlphaA');
    var rgnB = Spry.Data.getRegion('dsAlphaB');
    var rgnC = Spry.Data.getRegion('dsAlphaC');
    if (rgnA) { dsAlphaA.filter(aA); }
    if (rgnB) { dsAlphaB.filter(aB); }
    if (rgnC) { dsAlphaC.filter(aC); }
    //var rgnA = Spry.Data.getRegion('pAlphaA');
    //var rgnB = Spry.Data.getRegion('pAlphaB');
    //var rgnC = Spry.Data.getRegion('pAlphaC');*/
    /*if (rgnA) {
    var name = rgn.getState();
    if (name == "loading") { loadFilter(aA); }
    if (rgnB) {
    var name = rgn.getState();
    if (name == "loading") { loadFilter(aB); }
    if (rgnC) {
    var name = rgn.getState();
    if (name == "loading") { loadFilter(aC); }
    <div id="sdlcFull" class="TabbedPanels">
    <ul class="TabbedPanelsTabGroup">
    <li class="TabbedPanelsTab"
    tabindex="0">Alpha</li>
    <li class="TabbedPanelsTab"
    tabindex="0">Phase</li>
    <li class="TabbedPanelsTab"
    tabindex="0">Owner</li>
    </ul>
    <div class="TabbedPanelsContentGroup">
    <div class="TabbedPanelsContent">
    <p>
    This is an alphabetical listing of the library.
    </p>
    <div id="sdlcAlpha" class="TabbedPanels">
    <ul class="TabbedPanelsTabGroup">
    <li id="tAlphaA" class="TabbedPanelsTab"
    tabindex="0">A</li>
    <li id="tAlphaB" class="TabbedPanelsTab"
    tabindex="0">B</li>
    <li id="tAlphaC" class="TabbedPanelsTab"
    tabindex="0">C</li>
    </ul>
    <div class="TabbedPanelsContentGroup">
    <div id="pAlphaA" class="TabbedPanelsContent"
    spry:region="dsAlphaA">
    <table>
    <thead>
    <tr>
    <th id="DocName">Template Document Name</th>
    <th id="DocOwner">Document Owner</th>
    <th id="Phase">Phase</th>
    <th id="LastMod">Document Modified On</th>
    </tr>
    </thead>
    <tfoot>
    <tr>
    <td colspan="4">Info</td>
    </tr>
    </tfoot>
    <tbody>
    <tr spry:repeat="dsAlphaA">
    <td id="RA{ds_RowID}" headers="DocName"><a
    href="{SDLC_Document_File_Name}"
    title="{SDLC_Template_Document_Name}
    {SDLC_Description}">{SDLC_Template_Document_Name}</a></td>
    <td headers="RA{ds_RowID}
    DocOwner">{SDLC_Document_Owner}</td>
    <td headers="RA{ds_RowID}
    Phase">{SDLC_Phase}</td>
    <td headers="RA{ds_RowID}
    LastMod">{SDLC_LastModified}</td>
    </tr>
    </tbody>
    </table>
    </div>
    <div id="pAlphaB" class="TabbedPanelsContent"
    spry:region="dsAlphaB">
    <table>
    <thead>
    <tr>
    <th id="DocName">Template Document Name</th>
    <th id="DocOwner">Document Owner</th>
    <th id="Phase">Phase</th>
    <th id="LastMod">Document Modified On</th>
    </tr>
    </thead>
    <tfoot>
    <tr>
    <td colspan="4">Info</td>
    </tr>
    </tfoot>
    <tbody>
    <tr spry:repeat="dsAlphaB">
    <td id="RA{ds_RowID}" headers="DocName"><a
    href="{SDLC_Document_File_Name}"
    title="{SDLC_Template_Document_Name}
    {SDLC_Description}">{SDLC_Template_Document_Name}</a></td>
    <td headers="RA{ds_RowID}
    DocOwner">{SDLC_Document_Owner}</td>
    <td headers="RA{ds_RowID}
    Phase">{SDLC_Phase}</td>
    <td headers="RA{ds_RowID}
    LastMod">{SDLC_LastModified}</td>
    </tr>
    </tbody>
    </table>
    </div>
    <div id="pAlphaC" class="TabbedPanelsContent"
    spry:region="dsAlphaC">
    <table>
    <thead>
    <tr>
    <th id="DocName">Template Document Name</th>
    <th id="DocOwner">Document Owner</th>
    <th id="Phase">Phase</th>
    <th id="LastMod">Document Modified On</th>
    </tr>
    </thead>
    <tfoot>
    <tr>
    <td colspan="4">Info</td>
    </tr>
    </tfoot>
    <tbody>
    <tr spry:repeat="dsAlphaC">
    <td id="RA{ds_RowID}" headers="DocName"><a
    href="{SDLC_Document_File_Name}"
    title="{SDLC_Template_Document_Name}
    {SDLC_Description}">{SDLC_Template_Document_Name}</a></td>
    <td headers="RA{ds_RowID}
    DocOwner">{SDLC_Document_Owner}</td>
    <td headers="RA{ds_RowID}
    Phase">{SDLC_Phase}</td>
    <td headers="RA{ds_RowID}
    LastMod">{SDLC_LastModified}</td>
    </tr>
    </tbody>
    </table>
    </div>
    </div>
    </div>
    </div>

    A table control is a 2D array of strings. Thus, you have to work within the rules of how to add elements to a 2D array. The primary rule is that it must always be rectangular. The default paste action on a table control will try to insert rows/columns depending on the contents of the clipboard. Thus, if your initial table 2 contained no data, and you tried to paste two cells, they would end up at the top-left corner, not in rows 4 and 5. Even if there were data already present (or just blank cells, which would be empty strings), the paste would not overwrite the contents - it would insert rows/columns.
    This means you need to override the way the paste works. The easiest way to do this is with an event structure, and you handle the target table control's "Shortcut Menu Selection (App)" event. Here you can use the Point to Row Column method to get the row/column where the cursor was located. Then, you can determine whether to use Replace Array Subset or Insert Into Array to replace the cell contents, or add new ones if the user is pasting beyond the 2D array contents.

  • Misspelled Artist Names Create Multiple Artists from One

    What to do if Spotify has misspelled an artist's name and created two artist of one. I have seen many exemples. The Last one is Garnett Silk (right) and Garnet Silk (wrong, it shall be 2 tt). The result is that Spotify has one list with Garnett and another song list with Garnet. The songs are 80% the same and 20% unique for Garnett or Garnet. There are more such misspellings, in some cases one artist or band can become three or four. More common is that many songs are created because of misspellings of a song title. Spotify should be more professional than this. Or is it only a big computer running and making the artist presentations and album and song lists? Where can I inform Spotify about such errors? Best Regards Sanmare

    I'm not sure I understand from your post what it is that you want to see. You talk about what you do NOT want to see. Do you use an ID3 tag utility to make changes to your list of artists? My personal choice is ID3-TagIt (but there are dozens of other equally capable programs out there). With it, you can modify album names ... enter single or multiple artists ... and even add the composer, song lyrics, etc. However, just having those in the ID3 tag doesn't mean they will be displayed by all software programs (players) ... that's up to the person who writes the application. So even if you do put them in, your player might not display them how you'd like them to be displayed.
    I know this doesn't specifically answer your question, but maybe you can rephrase it so we know what it is you want to see on your player's screen when you have multiple artists.
    -Roger

Maybe you are looking for

  • Help with creating a search box

    Lo, I am making a website using dreamweaver 8 and was wondering if anyone could help me in making a simple search box. If your wondering what i mean when i say search box, i mean a text field where you can enter a search subject and a button to submi

  • NET8 timeout with ODBC Gateway

    Local: Database: Oracle XE 11gR2 Oracle ODBC Gateway 11g Windows 7 Sybase SQL Anyhwere 12 client Remote: Database: Sybase SQL Anywhere 10 Windows Server 2008 R2 ==================== SQL: select * from mytable@dblink: Error returned: ERROR at line 1:

  • Printing Wirelessly to a printer connected to a Windows computer.

    Hi, First off, I know that this question has been asked a million times before, but I've read all of the other threads and haven't been able to find a solution that has worked for me yet. I've gotten it to work for my Windows laptop, but not for my M

  • SorryServer with 443 - How to implement ?

    Please clarify and correct my SorryServer with 443 scenario. normally, clients will be connected to S1 or S2 with the server's certification. 1. If S1 and S2 both down, clients will be redirecting to SorryServer and SorryServer will be issued the cer

  • Possible Infection

    I was recently prompted to enter my password while on a site that I visit frequently (www.wowarmory.com), when I was prompted by Safari to enter my password to "allow Safari to make necessary changes". I've been using Safari, Chrome, and Firefox for