Hello all,
I've a report with your typical date params, a CompanyType, and a CompanyName (which is based upon the CompanyType), and Product.
The order of selection is this:
DateFrom
DateTO
CompanyType
Company
Product
If the user jumps down to Product, clicks on the drop-down for the combo, the development environment seems to get stuck in some sort of loop (preview form constantly blinks and never finishes process).
This also occurs when I set a default value for CompanyType (defaulting to the first in the list) that causes the CompanyName combo to be populated. Initially a user could not select a CompanyName until the CompanyType was selected (the CompanyName stored proc is based upon CompanyType).
Now if I change the defaulted CompanyType to something else in the list the same loop/freeze occurs.
Anyone else seen this sort of problem?
Thanks,
O.
I've a report with your typical date params, a CompanyType, and a CompanyName (which is based upon the CompanyType), and Product.
The order of selection is this:
DateFrom
DateTO
CompanyType
Company
Product
If the user jumps down to Product, clicks on the drop-down for the combo, the development environment seems to get stuck in some sort of loop (preview form constantly blinks and never finishes process).
This also occurs when I set a default value for CompanyType (defaulting to the first in the list) that causes the CompanyName combo to be populated. Initially a user could not select a CompanyName until the CompanyType was selected (the CompanyName stored proc is based upon CompanyType).
Now if I change the defaulted CompanyType to something else in the list the same loop/freeze occurs.
Anyone else seen this sort of problem?
Thanks,
O.