Loading Drop-Down List Box in Repeating Table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a repeating table with two drop-down list boxes

The first box list box filters the contents of the second list box, PER ROW in a repeating table

I have figured out how to reference the current row using..

var oField1 = eventObj.Site.selectSingleNode("../my:RatingProviderID")

But now I need to load the second listbox with the filtered results based on the selection of the first drop-down for only that row

I have a web-service that does takes a filter parameter and does the filtering, but I'm not sure how to get from here to there

Any help is appreciated..

Thanks

Peter in Boston.
 
And this is related to Outlook how?
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Peter said:
I have a repeating table with two drop-down list boxes.

The first box list box filters the contents of the second list box, PER ROW in a repeating table.

I have figured out how to reference the current row using...

var oField1 = eventObj.Site.selectSingleNode("../my:RatingProviderID");

But now I need to load the second listbox with the filtered results based
on the selection of the first drop-down for only that row.
I have a web-service that does takes a filter parameter and does the
filtering, but I'm not sure how to get from here to there?
 
Back
Top