InfoPath 2003 CAML with dropdowns and Rich text boxes - InfoPath Dev
in

InfoPath Dev

Use our Google Custom Search for best site search results.

InfoPath 2003 CAML with dropdowns and Rich text boxes

Last post 10-06-2008 07:41 AM by CheapRound. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 10-01-2008 02:03 AM

    InfoPath 2003 CAML with dropdowns and Rich text boxes

    I've created a sharepoint site Issue list and Info path form using the advice from Matt Faus (posts relating to adding to a sharepoint list).

    What I need advice on is how to use the CAML to provide Drop down boxes and larger text boxes.

     I've initially started trying to create the drop downs by adding Choices into the CAML.

    However the Choices appear in a list along the text box not in a dropdown control.

    Please can someone give me a hand or point me in a new direction. Thanks

    <?xml version="1.0" encoding="UTF-8"?>
    <Batch OnError="Continue">
     <Method ID="1" Cmd="New">
      <Fields>
       <Field Name='Title'>fill me in</Field>
       <Field Name="ReporterName"></Field>
       <Field Type="Choice" BaseType="Text Name=" Clinic"></Field>
        <Choices>
         <Choice>Bristol</Choice>
         <Choice>Leeds</Choice>
         <Choice>London Barts</Choice>
         <Choice>Manchester North</Choice>
         <Choice>Newcastle</Choice>
         <Choice>Nottingham</Choice>
         <Choice>Reading</Choice>
        </Choices>
       <Field Name="Category"></Field>
       <Field Name="IDsAtFault"></Field>
       <Field Name="Details"></Field>
      </Fields>
     </Method>
    </Batch>

     

  • 10-03-2008 02:12 AM In reply to

    Re: InfoPath 2003 CAML with dropdowns and Rich text boxes

    Hi,

    Can you go through the below link

    http://blogs.msdn.com/infopath/Default.aspx?p=2

    I hope it might help you.

     

    Thanks,
    Sandhya


  • 10-06-2008 07:41 AM In reply to

    Re: InfoPath 2003 CAML with dropdowns and Rich text boxes

    Thanks,

    I've had a look thru the content of the site and it doesn't answer my question.

    Is it possible to use the CAML fragment (which you would submit to a sharepoint list) to display information such as choices in a dropdown?

    If it indeed possible then why is mine not working :-S

    Ta

    Steve

Page 1 of 1 (3 items)
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.