Binding one Master/detail object to two or more repeating table?

K

knyada

Do any one know how to bind one InfoPath Master/detail object to two or more
repeating tables object. Also in filtering between two query drop down list
control
 
K

knyada

Hi Greg:
My form has three views; two of the views are to read data from a database.
I want my search criteria to base on dropdowns for example if the end user
pick a Country in the first dropdown control this limit the second dropdown
control to only states in that Country and when the user pick a state within
the second dropdown it limit the third dropdown to only cities within that
state and forth dropdown that is limited to only company or customer within
the selected city.
Then when the user clicks on the run query button it populate the master
table with the entire customer within the selected city. The master is link
to the first repeating table, making up of Address information ( here I need
to add some checkboxes with this table since a customer might have his
Contact, Billing and shipping address all differ and some customer might have
all three the same). The second repeating table contains the customer (First
name, middle, last name email, etc). So when the end user selects a
particular customer within the master table, all the addresses of that
particular customer is displace within the first repeating table giving him
the ability to use the checkbox to specify that customer contact address,
Bill address and shipping address and the contact person name and email from
the second repeating table. This information will be used to populate certain
fields with the third view. The same logic will be used in the second view to
select products.
Thanks very much for taking the time and hope to hear from you.
Kenneth.
 
K

knyada

Hi All:
I am trying to used the InfoPath to Word Wizard to create a print view for
my form, but I am getting this error message(The InfoPath to Word Wizard
requires the file wordprint.dll, which is missing or is not properly
registered. Please refer to the InfoPath SDK Documentation or to the SDK
Configuration tool for more assistance.†But I have followed all the
instructions and still couldn’t have it to more. Can anyone give me a helping
hand with this issue?
 
K

knyada

Hi Greg:
I am having some problems with my InfoPath form. The clients who are to use
the form doesn’t have Microsoft Visual Studio.NET install in their computers
and my form has custom task pane to displace help information to then when
filing out the form. When they try to run the form on their PC it is giving
them the following error message: “File or assembly name Microsoft.mshtml, or
one of its dependences, was not found.â€

So I followed your example this morning on registering .dll files and run
the following line command within the command prompt window.
1.) cd C:\Program Files\Microsoft.NET\Primary Interop Assemblies
2.) C:\WINDOWS\system32\Regsvr32.exe Microsoft.mshtml.dll
But I am getting the following error message, “Microsoft.mshtml.dll was
loaded, but the DllRegisterServer entry point was not found. This file can
not be registered.â€

Please any help with this error message?
Hope to hear from you.
Kenneth.
 
K

knyada

Thank Greg:
I was able to solve it. Here are the steps for anyone facing the same problem:
In order to register the Microsoft.mshtml.dll into the register you will
have to run the following command within the command prompt window.

Steps:
1.)Copy and past Microsoft.mshtml.dll into C:\Program
Files\Microsoft.NET\Primary Interop Assemblies

On the command line, type

2.) cd C:\Program Files\Microsoft.NET\Primary Interop Assemblies



Copy and past each of the following line in this same order as below:



3.) C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\gacutil /i
Microsoft.mshtml.dll

4.) C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\regasm Microsoft.mshtml.dll

Please run this line on all the clients’ machine that will be used with the
form.
 
Top