HTTPService - from List to XMLList

Cheers:)
I am curious if someone would be able to tell me what has to
be changed to make the Adobe QuickStart on External Data Providers
from working with the List in the example to working with an
XMLList? I have a completely self-explanatory (hopefully!) rejigged
demo here:
http://shawngibson.com/DataProviderExternal/DataProviderExternal.html
HTTPService stuff has been brain surgery to me, so I need to
go one step at a time. Hopefully this change doesn't require a huge
amount...I'd really appreciate any help, it is crucial to my
photography gallery that I'm building:) I'm a designer (and
photographer obviously)...trying to make the leap here...to be able
to get really data-driven.
Shawn

No sweat, I should have perhaps ignored the venting, we all
do it now and then.
You may already understand this but here are a few
observations:
1. Flex is primarily a presentation tier (client) platform.
It does not natively do anything on the server, like file or db
access.
2. Some middle tier is required, but it can be most anything,
CF, PHP, ASP.NET, JSP, JAVA. There are few Adobe examples of
connecting with the server because there are so many possibilities.
There ARE many examples available, however, but they are sometimes
hard to find. I use google a LOT.
3. If you are not a Java or SOAP guru, or don't have one at
your command, HTTPService is THE way to go.
4. XML strings are the easiest way to pass data to an from
Flex. There are many other ways, but they are all more complicated
5. Except for CF, which has wizards and stuff to help a lot.
I do not do CF myself.
Here is a list of Flex resources. It is daunting. As I
mentioned, google is still the best place to start.
Flex 2.x Resources
Flex sites/blogs:
Adobe:
http://www.adobe.com/devnet/flex/
DEVNET - start here!
http://www.adobe.com/products/flex/productinfo/faq/
http://www.adobe.com/cfusion/communityengine/index.cfm?event=homepage&productId=2
http://blogs.adobe.com/
http://weblogs.macromedia.com/mxna/
http://labs.adobe.com/
http://labs.adobe.com/community/
http://www.adobe.com/cfusion/exchange/index.cfm#loc=en_us&view=sn610&viewName=Adobe%20Exch ange&avm=1
http://blogs.adobe.com/flexdoc/
Other:
http://www.scalenine.com
http://www.flexcursion.com
http://www.theflexshow.com
http://www.JeffryHouser.com
http://blog.digitalbackcountry.com/
http://code.google.com/p/flexlib/
http://flexbox.mrinalwadhwa.com/
http://dougmccune.com/blog/
http://www.cflex.net/
http://www.quietlyscheming.com/blog/
http://www.everythingflex.com
http://www.waldosmeets.com/
http://www.jessewarden.com/
http://www.cbetta.com/blog/
http://www.cynergytv.com/
http://www.flexdaddy.info/
http://www.richinternet.de/blog/
http://www.brightworks.com/technology/overview.html
http://www.crossdomainxml.org/
http://flexsearch.org/
http://labs.flexcoders.nl/
Flex style Explorer:
http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html
Documentation:
http://www.adobe.com/support/documentation/en/flex/
http://livedocs.macromedia.com/flex/2/
http://www.adobe.com/cfusion/knowledgebase/index.cfm
Lists:
http://www.adobe.com/cfusion/webforums/forum/index.cfm?forumid=60
http://groups.yahoo.com/group/flexcoders/
http://groups.yahoo.com/group/flexcomponents/
Bugs/enhancement requests:
http://www.adobe.com/go/wish

Similar Messages

  • Get column values from list of values programmatically

    hi all
    how i get column values from list of values programmatically in the
    returnPopupDataListener method

    If this answers your question , please close this thread by marking it as answered.
    Thanks

  • Downloads disappear from list immediately and automatically when download completed

    Everytime a download completes it disappears from list automatically

    Are you using Firefox 3.6 or Firefox 4?? Your "More system details..." link shows that you have turned off storing of history using a Firefox 4 preference (places.history.enabled), but your post says Firefox 3.6.17.
    Anyway, the general history setting affects not only site URLs, but also downloads. To treat them separately, go to
    Tools > Options > Privacy
    and change to Custom history settings. Does that solve it?

  • How to redirect from list edit form to another page using jquery in sharepoint 2013

    hi friends i have been trying to find a way to redirect from list edit form to another page using javascript and jquery
    i found lot of codes online but non of them are working for me.
    what i need is i have to save the data in the form and after that it has to redirect to another page. it has to get the url from hyperlink field of the item.
    please help me in this regards

    Not sure if you have gone through below links:
    http://spservices.codeplex.com/wikipage?title=%24().SPServices.SPRedirectWithID
    http://blogs.askcts.com/2013/02/18/using-spservices-and-jquery-to-perform-a-redirect-from-a-sharepoint-list-newform-to-editform/
    Please ensure that you mark a question as Answered once you receive a satisfactory response.

  • Add Option of choosing values from list in "Person Responsible" field of Cost Center Master

    Dear All,
    Could anyone advise me how can I add the option to Choose Values from list to field "Person Responsible",
    in Cost Center Master Data ?
    The Technical Name of this field is VERAK, and currently it is an open field.
    I would like to allow the user to choose values from existing list.
    Thank you!
    Orly

    Hi Orly,
    You have take it to your ABAPer, who will have to modify the attributes of CSKSZ-VERAK field in CSKSZ structure. ABAPer will have to define it with foreign key and introduce the name of the table, which will be used for deriving the available values. No standard table exists for it, but you can either create your own Z-table or take it from users table (USR02) if you have the necessary information there. Of course, this action would account for modification of standard SAP structure.
    Regards,
    Eli

  • JavaScript function which fetches return_value from List of Values

    Hi,
    I have created List of Values named "NICKS". I want to write JavaScript function "get_workers_fullname(nick)" which returns display_value from List of Values. The parameter of function is return_value of List "NICKS".
    I am new with this and don't know how to handle this case.
    Please help me.

    Hi,
    The LOV, I mean is the item in Application's Shared Components. I don't mean the visible SelectList on the page.
    This is what I found in ApEx's help: "A List of Values can be referenced by page items as well as report fields. It controls the values displayed and limits the user's selection. Lists of Values can be static (based on values you enter) or dynamic (based on a SQL query)."
    I'd like to access values in such LOV from JavaScript. I am not sure it is possible.
    Cheers,
    Tom.

  • How create temporary table from list of values

    Can you anybody advise me how can I create temporary table from list of values? I have list of values and need create temporary table for next use with command JOIN etc.
    Thank you for help

    NO, you can not create temporary table in oracle on the fly ( Like #Tabels in SQl Server or Sybase ) , you will have to use the GTT i.e Global Temporary Tables
    check the following link GTT :
    to flush the tables after commit
    CREATE GLOBAL TEMPORARY TABLE my_temp_table (
      column1  NUMBER,
      column2  NUMBER
    ) ON COMMIT DELETE ROWS;In contrast, the ON COMMIT PRESERVE ROWS clause indicates that rows should be preserved until the end of the session.
    so to keep rows in Table after commit
    CREATE GLOBAL TEMPORARY TABLE my_temp_table (
      column1  NUMBER,
      column2  NUMBER
    ) ON COMMIT PRESERVE ROWS;

  • Calling function from list of values section?

    can i call a function from list of values(LOV) section as well? I know we can sql query but udf is supported?

    See this recent thread: Display as Text (LOV) or join
    Scott

  • How can I permanently delete an old phone number from my 'receive iMessage from' list?

    I have just got a new contract and iPhone. I wanted to get rid of my old number because of people hassling me on it. However I can still receive iMessages through my old number even though I have a brand new phone and SIM card! I have de-selected it on the 'receive from' list, but I want to permanently delete the number for a fresh start. I have logged into my icloud account on apple but as I didn't actually register the previous device with apple there seems to be no option to remove it. can anyone help? Why can I not just swipe and delete this number!!! Ridiculous! So much for a fresh start   just turning the option off isn't the same.

    See Apple Support article TS5185. Note that although the problem that article concerns doesn't apply to you, the solution it describes does.

  • How to add anchor tag dynamically on infopath (OOTB task form of workflow .xsn) by jquery -dynamically as i did by below script on newform.aspx where I will read Help title and URL value from list

    on newform.aspx just above the top of cancel button I want to put 1 hyperlink "Help"
    but I want to do this by script/jquery by reading my configuration list where 1 column is TITLE and other is- URL
    Configuration List has 2 columns Title and URLValue
    Title                                    UrlValue
    HelpNewPage                    
    http://url1
    HelpEditPage                      http://url2
    so script should read Title and display "Help"--->1st part on NewForm.aspx/EditForm
    Script should read UrlValue column and on click of help-(display link) the respective url should be open in new window.-->second part
    Please let me know reference code for adding anchor tag dynamically by reading from list
    Help/Reference 
    http://www.sharepointhillbilly.com/Lists/Posts/Post.aspx?ID=5
    I can see hyperlink near cancel button-
    //This block is just placing help link near cancel button- 
    $(document).ready(function() {
        GetHelpLinkFromConfigList();
    var HelpLinkhtml ='<a href="#" text="Help">Help</a>';
    var position =$("input[value='Cancel']").parent("td").addClass('ms-separator').append(HelpLinkhtml);
    var HelpLinkhtml ='<a href="#" text="Help" onclick="GetHelpLinkFromConfigList();">Help</a>'; 
    var position =$("input[value='Cancel']").parent("td").addClass('ms-separator').append(HelpLinkhtml);
    var HelpLinkimageButton ='<IMG SRC="../../Style Library/Help.bmp" style="width:35px;"/>'; 
    var position1 =$("input[value='Cancel']").parent("td").addClass('ms-separator').append(HelpLinkimageButton );
    //Rest script
    function GetHelpLinkFromConfigList()
     //The Web Service method we are calling, to read list items we use 'GetListItems'
     var method = "GetListItems";
     //The display name of the list we are reading data from
     var list = "configurationList";
     //We need to identify the fields we want to return. In this instance, we want the Title,Value fields
     //from the Configuration List. You can see here that we are using the internal field names.
     var fieldsToRead = "<ViewFields>"+"<FieldRef Name='Title' />"+"<FieldRef Name='Value' />"+"</ViewFields>";
     //comment
     var query = "<Query>" +
                            "<Where>" +
                                "<Neq>" +
                                    "<FieldRef Name='Title'/><Value Type='Text'>Help</Value>"
    +
                                "</Neq>" +
                            "</Where>" +
                            "<OrderBy>" +
                                "<FieldRef Name='Title'/>" +
                            "</OrderBy>" +
                        "</Query>";
     $().SPServices(
     operation: method,
        async: false,
        listName: list,
        CAMLViewFields: fieldsToRead,
        CAMLQuery: query,
        completefunc: function (xData, Status) {
        $(xData.responseXML).SPFilterNode("z:row").each(function() {
        var displayname = ($(this).attr("ows_Title"));
        var UrlValue = ($(this).attr("ows_Value")).split(",")[0];
        AddRowToSharepointTable(displayname,UrlValue)
    function AddRowToSharepointTable(displayname,UrlValue)
        $("#NDRTable").append("<tr align='Middle'>" +
                                    "<td><a href='" +UrlValue+ "'>+displayname+</a></td>"
    +
                                   "</tr>");
    <table id="NDRTable"></table>
    sudhanshu sharma Do good and cast it into river :)

    Hi,
    From your description, you want to add a help link(read data from other list) into new form page.
    The following code for your reference:
    <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    ExecuteOrDelayUntilScriptLoaded(AddHelpLink, "sp.js");
    function AddHelpLink() {
    var context = new SP.ClientContext.get_current();
    var list= context.get_web().get_lists().getByTitle("configurationList");
    var camlQuery= new SP.CamlQuery();
    camlQuery.set_viewXml("<View><Query><Where><Eq><FieldRef Name='Title'/><Value Type='Text'>Help</Value></Eq></Where></Query></View>");
    this.listItems = list.getItems(camlQuery);
    context.load(this.listItems,'Include(Title,URL)');
    context.executeQueryAsync(function(){
    var ListEnumerator = listItems.getEnumerator();
    while(ListEnumerator.moveNext())
    var currentItem = ListEnumerator.get_current();
    var title=currentItem.get_item("Title");
    var url=currentItem.get_item("URL").get_url();
    var HelpLinkhtml ='<a href="'+url+'">'+title+'</a>';
    $("input[value='Cancel']").parent("td").addClass('ms-separator').append(HelpLinkhtml);
    },function(sender,args){
    alert(args.get_message());
    </script>
    Result:
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Event Receiver to get folder Names from List View Web Part

    Hi,
    We have a requirement i.e.
    On one of the page,there are some folders on the list view web part.
    Now through event receiver i should pick the folder names from list view web part and
    update the same in the list.
    If that names already exists in the list then we should leave without updating,if not we have to add folder name in the list.
    Please share your ideas regarding the same.
    Regards,
    Naga Sudheer M
    Thanks & Regards, Sudheer

    Hello,
    LVWP is just for displaying content of site so you need to associate your event receiver with actual list/library. You can create ItemAdded event receiver to check existing folder and create new if not existing. "sk2014" links are good to start.
    http://sharepoint.stackexchange.com/questions/59788/change-name-in-itemadding-event-receiver-or-create-a-new-item
    Let us know in case any doubt
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Can we get the data from list without using any change event...

    It is possible to get the current data from list without passing events?...
    Thanks in advance,
    senthil.

    Can you get what you want by accessing the selectedItem/selectedItems and selectedIndex/selectedIndices properties?

  • How to get value from list item

    Hi all,
    How to get value from list item?
    I have a problem with the List Item object
    in the Oracle forms.
    How can I retrieve the selected item from
    a list ?
    I didn't find any function like 'list.GET_
    SELECTED_ITEM()'...
    thanks
    Bala

    Hello,
    You get the value as for any other Forms item:
    :value := :block.list_tem ;Francois

  • Crystal report Chose from List or drop down value in parameter from UDT

    Hi Experts,
    I had face a issue while creating a report for my client in crystal report , I had create a report and in the parameter field I want to select the value from the chose from list or drop down value from the User define table.
    In parameter had written field as : Code@Select * from dbo. [@UDT] ;  but in the report filled I am not able to select the value.
    Please Help me ! Thanks in Advance. :

    HI
    Welcome to the Forum...
    You cannot put all the values in a single parameter field so you need to select each field for each parameter...
    Better you post it in this link for more reponses:
    Reporting and Printing

  • Can't forward messages to external address - it's impossible to choose e-mail from list

    Hello colleagues! Faced with a strange problem... I have Exchange 2010 SP2, need to forward mail from domain recipient to mail contact (I mean - external e-mail address). So I created this external contact in "Recipient configuration->Mail contact" but
    when I'm trying to select external address from list I see nothing in "forward to" field. I can choose domain recipients only. Does anybody know what is the problem?

    Just curious, why do you need Mail Contact when it's External user. Simply specify email address of the user in
    Forward To:
    Go to properties of Mail Contact... Mail Flow Settings...Message Delivery Restrictions..Make sure that "Requires that all senders are authenticated" is not checked.
    I'm trying to select external address from list I see nothing in "forward to" field.
    Update the OAB.
    Gulab Prasad,
    MCITP: Exchange Server 2010 | MCITP: Exchange Server 2007
    MCITP: Lync Server 2010 | MCITP: Windows Server 2008
    My Blog |
    Z-Hire Employee Provisioning App

Maybe you are looking for

  • Can I extend the scripting support through the SDK?

    I need to create an automated process of saving different layers from documents as different file formats. Unfortunately there is no scripting support for exporting to EMF-format, which I need to do. I glanced on the possibility of calling a self-def

  • How can I insert a Pages, Doc, or PDF file into a Keynote presentation?

    I need to insert a document (.pages, .doc, or .pdf anyone) into a Keynote for a portfolio that I must present.  How can I do this?  It doesn't give me that option under hyperlink in inspector. 

  • My iTunes Library not supported

    My desktop operates on Win2000. My laptop is XP. The laptop is the primary copy of my iTunes library and the desktop is my backup. I just backed up my library from laptop to desktop. When I try to start iTunes I get the message: The file "iTunes Libr

  • Production order should not be saved without entering Batch in it

    Hello PP Gurus In my PP scenario Batch mangement is active for finish material I want to make Batch entry mandetory for Production order Order should not saved without Batch in it With the help of ABAP I have made Batch field Mandetory but still orde

  • Server down: disp+work process terminated

    By mistake, SAP server(SMS) was deleted. We used the week old backup to restore SMS. Now when we are trying to start the server, disp+work process get terminated within 1-2 minute.Tried different option but it is not working for us. SMS is dual stack