in

InfoPath Dev

Browse by Tags

  • Repeating Cascading Lists with Extracted First Level, v1.0

    Available Versions JScript VBScript VB.NET C# V1 SP1 ü Techniques Demonstrated: Repeating three-level cascading drop-down list boxes. First cascade level extracted outside of repeating table. Hidden field to correspond to extracted first cascade level. Preserve Code Block. Use of XSL variables for...
    Posted to Example Forms (FileGallery) by Greg Collins on 09-01-2006
  • Populating Table Row After Selection (Rules), v1.0

    Available Versions JScript VBScript VB.NET C# V1 SP1 ü Requirements: Local Installation of Microsoft SQL Server. SQL Northwind database installed. Techniques Demonstrated: Using SQL as a secondary data source. Using a secondary data source to store the current row number. Connecting a drop-down...
    Posted to Example Forms (FileGallery) by Greg Collins on 09-01-2006
  • Accessing and Updating Repeating Table Row Cells, v1.1

    Available Versions JScript VBScript VB.NET C# V1 ü SP1 ü Techniques Demonstrated: Populate a table cell when a row is inserted (via rules in SP1 and code in V1). Reference a different cell on the same row (via rules in SP1 and code in V1). Using a button per table row to update a cell (via...
    Posted to Example Forms (FileGallery) by Greg Collins on 09-01-2006
  • Identify the Current Table Row

    If you are trying to identify the current table row so that you can make modifications to other field in that row, the safest thing to do is to make those modifications using code. This will be the fastest (performance-wise) solution. You can see how this is done by playing with my example form: Populating...
    Posted to Greg Collins (Weblog) by Greg Collins on 07-08-2004
  • Using Rules to Update Fields in a Table Row

    While working today on my example form, Populating Table Row After Selection (Rules) , I had an epiphany—a possible way of accomplishing this without resorting to manually editing the XSL or using code. The concept was to create a Support secondary data source with a RowPosition node who's...
    Posted to Greg Collins (Weblog) by Greg Collins on 07-06-2004
Page 1 of 1 (5 items)
Copyright © 2003-2007 Qdabra Software. All rights reserved.
View our Terms of Use.