Design form and combo box query
I am trying to create three combo boxes in a form that are dependant upon each other in a sequential order. I have the first two working but the third combo box is giving me trouble. The user selects a Land District, a Land Lot, and finally a Unique ID. The second combo box is recognizing the replacement token for what the user entered into the first combo box, but my Where Clause is not correct for the last combo box. It needs to be something like LandDistrict='{0}' AND LandLot='{0}' and then display the UniqueID for which the previous two criteria are met. Any help on how to format the Where Clause and which combo box the final one is supposed to cascade off of would be greatly appreciated.
-
check it out another thread posted: https://support.geocortex.com/SupportForums/Thread.aspx?pageid=0&mid=2&ItemID=20&thread=46438
0 -
The syntax LandDistrict = '{1:ComboBox1}' AND LandLot = '{1:ComboBox2}' from the post you referenced works great with my Silverlight site but doesn't on my HTML5 site. Thank you for the post though. Any other suggestions would be greatly appreciated.
0 -
Workflow is not depend on Viewer.
If the same workflow does work using GVS (Silverlight), but not on GVH (HTML5), it may be defect of on the GVH support - DisplayForm activity, which is the Product issue, or has not supported the cascading combo-box more than two.
I will check it out, and post later what it comes.
In the meantime, could you use Fiddler to see what REQUEST content looks like after setting up to catch the server side transaction with.
Add
<defaultProxy> <proxy proxyaddress="http://localhost:8888" bypassonlocal="False" /> </defaultProxy> to <system.net/> on Web.COnfig in the REST and turn on the Fiddler to see what the WHERE- clause looks like after replacing LandDistrict = '{1:ComboBox1}' AND LandLot = '{1:ComboBox2}' token.0 -
Found out that it had been filed up alrady on the Latitude Product as Wishlist, but has not implemented yet.
I will put your name as the stakeholder to be notified when it is supported in the future.
0 -
add me
0 -
I also checked it out a while ago and asked for support with HTML5. Double add me!
In the meanwhile, we implemented some workflows that use multiple forms in a sequence for queries with more then 2 fields.
Guido
0 -
Please add me as a stakeholder as well. Where can I see the wishlist? It would be nice to know at a detailed level when there is a difference between HTML5 viewer and the Silverlight viewer support for workflow activities. The undocumented exceptions between the two viewers are costing me a significant amount of time.
0 -
And me please!
0 -
Add me also please as a stakeholder!!
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
9 Kommentare