in

InfoPath Dev

Can a repeating Table have 2 textboxes in 1 column?

Last post 11-28-2007 02:49 PM by MonkeyCMonkeyDo. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 11-28-2007 09:41 AM

    Can a repeating Table have 2 textboxes in 1 column?

    Hello,

    I have a repeating table which has 8 columns.  Three of these columns need to have 2 textboxes one on top of the other.  The problem is when I try and add rows to the table using XmlWriter I am getting a "Schema validation found non-data type errors" when I close my writer.  I have tried to Delete the nil values, but that does not get rid of my error. Any suggestion would be greatly appreciated!

    Thanks!

  • 11-28-2007 02:26 PM In reply to

    Re: Can a repeating Table have 2 textboxes in 1 column?

    You need to separate your data from your presentation.  You would need all of the data fields you need in your data source but then in InfoPath you can arrange them however you want. In a repeating Table control you can have two text boxes per row. Either the same one twice or two seperate ones.

  • 11-28-2007 02:49 PM In reply to

    Re: Can a repeating Table have 2 textboxes in 1 column?

    When you say separate data from presentation, do you mean trap it somewhere in my code and then map it to the proper fields in my repeating table?  How would you do that?

    I need the repeating table to be able to populate anywhere from 1 to 100 rows of data returned from the DB.

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