How to design a VC to add listed and structural data?

Dear all,
    I want to create a VC component to add listed and structural data.
    With GP, I can set parameter as a structure type and list, but I can`t do that with VC.
    Can anyone do me a favor?
   THX ^^

Hi Yogev, here is my data.
1. Name :String
2. Department:String
3. Requested Items: Structure & list
   3.1 Item :String
   3.2 Cost: double
   3.3 other cost: double
   3.4 PS: String
I wanna  create a VC application to insert these data.
There may be two or more items. I wanna create a form to store Name and Department and a table to
store items` data.
How can I do this?
THX

Similar Messages

  • Right now I'm using version 3.6 somthing, but I would love to update, but I'm nervous cause last time I did my Add ons and Ext that I use didn't work. How would I know if my add ons and exts are compatible with a new version?

    I'm using version 3.6.24 (whatever the latest update was that just took place 2 days ago for the 3.6 Version) What I would like to know is if I update to a newer version like 7 or 8, whichever is not a Beta, how will I know if my add ons and extensions will work? Last time I had updated to a newer version, non of my favorite add ons or extentions would work, so I went back to 3.6. Can you please help cause something needs to be done cause my Firefox crashes a lot when Adobe is being used.
    I also don't know if any of my add ons are crashing my computer. Either Adobe crashes or my whole computer crashes. Can someone please help me?

    you can find which addon are compatible with Firefox 8 by here
    * https://addons.mozilla.org/en-US/firefox/compatibility/10.0

  • How can I replace the current contacts list and put in my own

    How can I replace the current contacts list and put in my own?  My son's name and contact list appear, inadvertently loaded when he used the iPad.  I have an iPad mini, fully updated to iOS 7.0.4.

    He must have signed into his icloud account using your device.  You need to disconnect the device from that account and then sign in using your account ID.
    Go to Settings>icloud, scroll to bottom of screen and tap Delete Account.  Then log in using a different ID.

  • How to get distinct values from a list and display in a ListView webpart.

    Hi,
    I have a requirement in which I need to pull unique/distinct values from a custom list and then display it via a listview webpart. Can any one suggest how this can be done.
    If possible please share the CAMEL query to fetch distinct values from a custom list.
    Thanks,
    Ankit

    Hi Ankit,
    Is there any particular reason that the values need to be shown in a list view web part?  Are you going to use that web part for filtering via web part connections?
    I ask because the enterprise site collection features include the SharePoint List Filter web part, which may accomplish what you're looking for.
    If you just need to display the values in a grid view, you might have more luck with the JavaScript Client Object Model.  Try putting the following in a text file:
    <style>
    .CustomTableClass{display:table;table-layout:fixed}
    .CustomRowClass{display:table-row;}
    </style>
    <div id="distinct_values_div" class="CustomTableClass">
    <img src="/_layouts/loading.gif" />
    </div>
    <script language="JavaScript" type="text/JavaScript">
    var siteUrl = '/sitecollection/web'; //use the actual subsite URL here
    var listName = 'mylist'; // use the actual list name here
    var field = "Title" // use the actual field you want to display here
    var divToUpdate = document.getElementById("distinct_values_div");
    var rowClass = "CustomRowClass";
    ExecuteOrDelayUntilScriptLoaded(function(){
    var clientContext = new SP.ClientContext(siteUrl);
    var web = clientContext.get_web();
    var lists = web.get_lists();
    var list = lists.getByTitle(listName);
    var camlQuery = new SP.CamlQuery();
    camlQuery.set_viewXml('<View><Query></Query><RowLimit>500</RowLimit></View>');
    this.collListItem = list.getItems(camlQuery);
    clientContext.load(collListItem,"Include ("+field+")");
    clientContext.executeQueryAsync(
    Function.createDelegate(this, this.onQuerySucceeded),
    Function.createDelegate(this, this.onQueryFailed));
    },"sp.js");
    function onQueryFailed(sender, args){
    divToUpdate.innerHTML = 'Unable to retrieve values: '+args.get_message());
    function onQuerySucceeded(sender, args){
    var allValues = [];
    var listItemEnumerator = collListItem.getEnumerator();
    divToUpdate.innerHTML = "";
    while(listItemEnumerator.moveNext()){
    var listItem = listItemEnumerator.get_current();
    if(!containsString(allValues,listItem.get_item(field)){
    var value = listItem.get_item(field);
    allValues.push(value);
    var newDiv = document.createElement("div");
    newDiv.className = rowClass;
    newDiv.innerHTML = value;
    divToUpdate.appendChild(newDiv);
    function containsString(strArray, text){
    var contains = false;
    for (var i=0; i<strArray.length; i++){
    if(strArray[i]==text){contains = true; break;}
    return contains;
    </script>
    Upload the text file to a library on the site, then add a content editor web part to a page where you want the distinct values to appear. In the content editor web part's properties, edit the Content Link so that it links directly to the text file.  This
    will cause the JavaScript to run on the page.

  • How to design a smartform with below tables and table-fields??

    How to design a smartform  and driver program using this tables and table fields
    FIELD DESCRIPTION     TABLE-FIELD                                   
    Tax Invoice No:     vbrk-vbeln                    
    Code     vbpa-kunnr where parvw = RG                                   
    Ship To     vbpa-kunnr where parvw = WE                                   
    PAN No     J_1IMOCUST-J_1IPANNO for WE                              
    ECC     ,,                                   
    Range     ,,                                   
    Div     ,,                                   
    Excise Reg No     ,,                                   
    LST No     ,,                                   
    CST No     ,,                                   
    Invoice No:      vbrk-vbeln                                   
    Do No:     vbfa-vbelv where vbeln = inv no and vbtyp_v = C get the vbeln where vbak-auart = 'ZDO'           
    Sales Doc Num:     vbfa-vbelv where vbeln = inv no and vbtyp_v = C get the vbeln where vbak-auart = 'ZSO'                             
    PO:     vbkd-bstkd where vbeln = sales doc no                                   
    Delivery No:     select vbelv from vbfa where vbeln = inv no and vbtyp_v = J                             
    Goods Removal Dt&Time:     select vbeln from vbfa where vbelv = dlv no and vbtyp_v = R Put this vbeln in mkpf and get BUDAT and CPUTM     
    Selection screen parameter should be : vbrk-vbeln.

    Hi,
    First design your form interface, this is the set of fields that you need to display in your form and create this as a structure in SE11.  In your print program code the logic to extract the data into this structure, this is just regular ABAP, nothing special here.
    When you have your data call function module SSF_FUNCTION_MODULE_NAME to determine the name of the generated smartform function module.  Then call this function module, passing the data collected into your structure.  If necessary you will need to find the print parameters required and pass these too.
    In your smartform you will need to use the data structure you created in SE11 as the smartform interface and design the layout required to display these fields.
    Regards,
    Nick

  • How to auto populate a column/SharePoint list with Current Date?

    I have a SharePoint list and I created a column called ‘CurrDate’. 
    I need this column to;
     Display the current      date,
    Auto populate all rows with the current date in the      SharePoint list
    Dynamically update with the current date
    I first tried creating the column using the default SharePoint interface Date Time but it’s not doing any of the steps listed above:
    I even tried entering =[Today] in the Calculated Value field. 
    Still nothing…
    So, I’m sure you will toss out a code snippet to make this work, which is great. 
    However, I’m a total noob with SPD, where the heck do I insert this snippet?
    Always in need of help.

    Hi ,
    I understand that you want to add a column  to a list to hold current date. Here is a workaround:
    Add a single line of text column to the list. Name the list as Today.
    Add a calculated column to the list. Use the [Today] as the formula. Set the calculated column to be Date and Time type.
    Delete the Today column from the list.
    Thanks,
    Entan Ming
    TechNet Subscriber Support in forum
    If you have any feedback on our support, please [email protected]
    Entan Ming
    TechNet Community Support

  • How to use the calendar to add events and reminders?

    Since updating to the most current software, I am unable to add events or reminders to my iphone calendar.  Does anyone know how to use it now?  I really miss my calendar!
    Thanks in advance

    randers4, you saved my life!!  At least my social calendar life, including all my appointments and important dates.  After the last update, my + sign went away, but turning it on in the iCloud settings did the trick.  Thanks for your help!!

  • How to design interactive pdf. for multiple additions and saves???

    Using LiveCycle designer -  Can anyone clarify how we can let others make multiple additions and saves to an interactive pdf. I created in Live Cycle Designer 8.2.1...
    I have created an interactive pdf. with LiveCycle designer and sent to client.
    Is there any way I can give them ability to save the pdf. make  multiple additions and saves and send back when they have completed it?
    or even pull up the file make changes and resend at some point in the future without having to fill in all form field again?
    Thxz much,
    JR

    Sorry but this is the wrong forum (this is for the Collaboration Services). You may want to try the LiveCycle Designer forum:
    http://forums.adobe.com/community/livecycle/livecycle_es/livecycle_designer_es

  • How can we retrieve list and library data from rest services

    Hi Everybody,
    How can we get the list or library data from sharepoint 2010 rest services.
    Here is the URL I am trying: https://siteurl/_vti_bin/listdata.svc
    Can anybody please provide sample c# code to pull the info.
    Thanks in advance,
    Krishna
    Krishnasandeep

    Here is reference material:
    http://msdn.microsoft.com/en-us/library/ff798339.aspx
    And an example:
    http://www.c-sharpcorner.com/uploadfile/anavijai/rest-api-in-sharepoint-2010-for-listdata-svc-part-2/
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to enable social tags options on lists and ability to show the tags in Tag cloud?

    Hi,
         How to enable Social Tags on discussion list? currently this option is only visible in libraries. My requirement is to see all the items tagged with particular tag in my newsfeed using Tagcloud web part.  Thanks
    Br,
    Alam

    Hi,
       I am using sharepoint 2013, the option is not available in the list settings under the managed meta data settings. Yes, in list item the Tags&Notes option is available but that doesn't appear in the Tag cloud webpart which means list items
    are not associated with social tags. I want ability to search for all items with particular tags using Tag cloud webpart.
    Regards,
    Alamzeb Nasar

  • How can you create a new category list and attach it to a new incident template

    We intend to create helpdesks for various teams e.g. Facilities, IT, HR etc and allow staff to email separate email addresses via the exchange connector.  So incidents get assigned to separate queues categorised via the support group set in the
    assigned template used by the connector.  I want separate category lists for each template so IT staff don't see Facilities categories etc. This all works apart from having separate Incident classification lists attached to the appropriate template. 
    Thanks
    David

    So I suppose I have to do something similar to the blog post below.  I assume that if I create a new 'facilities incident' class I can create a distinct category list and attach that to a template without showing the default category list?
    Thanks
    David
    http://blogs.technet.com/cfs-filesystemfile.ashx/__key/telligent-evolution-components-attachments/01-6241-00-00-03-47-72-46/SCSM-Creating-a-user-classification-field-using-the-Authoring-Tool.docx

  • How do I manage 3rd party add ons and source control

    Some developers friends of mine just got burned because a 3rd party add on to LabVIEW they use in thier code was not in the Software repository. They needed to go back and rebuild a previous version, but it was not immedietely obvious which version of the add on belonged to which version of the source code.
    The 3rd party helped make this worse by being perfectly happy to change the pin outs on the API VIs in between revisions.
    So they could not simply select a non buggy version of the add on and a non buggy version of the source and compile.
    In some cases we have put 3rd party add ons in the source directory so they become part of the SVN project. My friends had them where they where installed, which was under the vi.lib folder.
    This does not always work. For example the Internet Toolkit's FTP code has so many layers that it can be a challenge to get them all moved over. If you want to have the ability to overwrite local files when doing a get, you need to make a small change about 5 layers down in the VIs. We basically have to do this for every developer machine that has LV 8.5 on it. (LV 2010 fixed this. It was the first thing we checked.)
    So I am wondering what other LV professionals do to manage revision control of 3rd party add ons.
    Thanks!

    I generally created a ZIP file of the entire third party tool and all of its pieces. Generally they are well enough behaved that everything is at least under a single folder in the file system. I then check this file into source code control. Another optio would be to use JKI's Package Manager. You could create your own local packages of the third party tool and use VIPM to manage those packages. I generally don't put any of NI's toolkits in source code control.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • How does attribute change run works for Aggregates and Master data?

    Hi
    Can anybody xplain how does the attribute change run works for Master data ?
    For e.g.
    There is 0spelling and it has master data
    On Day 1 there are 10 records
    day 2 it has 12 records
    so with attribute change run this 2 new records will get added....
    The values for this  12 records will added seperately in Data load
    Is this how it workss
    So how about Aggregates which has Master data.????

    for e.g.
    u have 0spelling whicha has attributes x,y and z on day 1 with 10 records
    so do ur aggregates on day1 with same values
    now on day2 u had new values of attributes y,z,s,d and new hierarchies and so u add new records
    with data load u will load the data with version M of modified and is not available for reporting
    If u do attribute change run then this modified version is activated to A i.e. active version .
    It will also do the change run alignment for Aggregate for new attribute values and new hierarchy values for aggregate.
    now in order for this data to be available for reporting u will need to do the roll up of aggregate.....
    if u roll up aggregate before attribute change run , new data is not avaialable for reporting
    if u roll up aggregate after attribute change run, then data is available for reporting
    if u dont roll up aggregate eventhough new data is in dataprovider, still new data will not be available for reporting.
    this is how it works

  • Updated as new installation 613 to 616 iphone 3GS, the 613 backup is nolonger listed, and all data gone. Anyway to restore 613 with data and update keeping data?

    I chose new installation instead of update from 613 to 616. The new installation is missing all the data, and app data, notes, etc. The previous backup is nolonger listed, only new one for 616, anyway to restore 613 with data?

    A backup was listed for earlier today, I did a backup before new installation. Once new installation, it did an auto backup of new installation, and only this one is listed.
    This matches documentation, it says cannot restore to earlier version from itunes. Do I have to do a restore factory settings to see previous version backup, and restore this earlier version?

  • How can i improve speed of my application and reduce data transfer time ?

    Hello,
    My web application is adobe flex application which is build in flash builder 4.0 and use flex 4.0 SDK.
    I am using asp.net web service and cairngorm architecture in my project.
    Front : asp.net c# web project
    Middle : asp.net c# web service
    back : MS Sql server 2005
    When i run my applicaiton then i show that data transfer time between USA server to Indian client is so huge.
    Please suggest me all solutions approach so i am increase the speed of my application and reduce data transfer time.
    And please let me know how all approaches is reduce my data transfer speed.
    Thanks,
    Mohit.

    Hello,
    Thank you for your response,
    If i am using remote object insted of web services, can this will increase my application speed i
    It is big change so please give me guidance.
    My application have different type of request, some are very small request and transfer little amout of data from server to client, some request are send very huge amount of data from server to client .
    I am using JSON from data transfer in my current web service.
    Please provide some guidance on this.
    Thanks,
    Mohit

Maybe you are looking for

  • Windows 64bit driver - why the silence?

    I'm so dissapointed... My girlfriend gave me a gorgeous new ipod touch for Christmas and guess what, no 64 bit drivers. It's not like Windsows 64bit is a new operating system, it's been around for over 2 years! Why should I downgrade and have to buy

  • What Procedure do I use to Hook up Printer

    My MacBook cannot find my Canon PIXMA MX432 It was working, I changed the ink cartridge and now my computer says it cannot find it.  I have turned both the computer and printer on and off several times.  I went to Printers and Scanners under system p

  • Unable to download iOS updates

    I'm having issues with downloading iOS updates through iTunes. I tried downloading iOS 4.3 and recently 4.3.1 but no luck with either. Every single time I download an update through iTunes I get an error once the file has reached 100%. The error that

  • Printing photos in Elements on a Mac

    Hello, I am new ti the Mac system OS 10X etc. When I try to print a photo, I cannot get to the printer properties. I cannot even select the proper paper.

  • Comiucation computer usb with labview

    Hi I want to communicate us computer with labviwe but I don't know how can I do it? Can you tell me please how can I communicate between computer usb and labview? Thanks you .