Example: tourism industry

Programming Lists Part 1, AcroForm Example File

Programming Lists part 1, AcroForm Example File By Thom Parker, WindJack Solutions, Inc. Example #1: Changing all list entries from another form field This Example shows a portion of a parts order form. The user selects an Assembly, a part from that Assembly, and enters a quantity. The Assembly list has fixed entries. The parts list changes with the Assembly list selections. All information about the Lists is stored in a document level object variable named oAssemblyParts . This variable and supporting functions are defined in the Example1 Document Script. When an Assembly is selected, the Keystroke event is used build a new list of entries for the Parts drop-down. When a part is selects the part price is extracted from oAssemblyParts and placed in the Price field. Assembly part Price Quantity Total Copyright 2007, WindJack Solutions, Inc

Title: List Programing AcroForm Example 1 Author: Thom Parker Created Date: 7/2/2007 11:32:33 AM

Tags:

  Part, Example, Part 1, Acroform example, Acroform

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Transcription of Programming Lists Part 1, AcroForm Example File

1 Programming Lists part 1, AcroForm Example File By Thom Parker, WindJack Solutions, Inc. Example #1: Changing all list entries from another form field This Example shows a portion of a parts order form. The user selects an Assembly, a part from that Assembly, and enters a quantity. The Assembly list has fixed entries. The parts list changes with the Assembly list selections. All information about the Lists is stored in a document level object variable named oAssemblyParts . This variable and supporting functions are defined in the Example1 Document Script. When an Assembly is selected, the Keystroke event is used build a new list of entries for the Parts drop-down. When a part is selects the part price is extracted from oAssemblyParts and placed in the Price field. Assembly part Price Quantity Total Copyright 2007, WindJack Solutions, Inc


Related search queries