I've posted on this here and there and nothing yet. I have a status report
that accesses a database for it's data. I have a repeating section where you
select the ProjectNumber and then a rule fills a text box with ProjectTitle
when the ProjectNumber is = to the database's ProjectID (that's the easy
part).
Here's the issue: If I choose project number TS050126-1015 from the drop
down list it fills the text box with E-Mail Fulfillment. NOW when I add a
repeating section and choose project number TS050321-1024 from the DDL it
STILL puts in E-Mail Fulfillment even though the database contains a totally
different title.
:::Sidenote-If I select a ProjectNumber like TS041202-1001 it fills in with
the correct project title.
Any input would be awesome here. THANKS!!!
Jeffshex - 09 Jun 2005 15:38 GMT
Does this have something to do with the filter not refreshing on its current
section or something?
> I've posted on this here and there and nothing yet. I have a status report
> that accesses a database for it's data. I have a repeating section where you
[quoted text clipped - 10 lines]
>
> Any input would be awesome here. THANKS!!!
Anton L - 09 Jun 2005 17:02 GMT
This might be helpful:
http://www.officekb.com/Uwe/Forum.aspx/infopath/2495/Rules-and-Repeating-
Sections-Question
it's simply about using the current axis in XPath.
Jeffshex - 09 Jun 2005 17:23 GMT
Are you familiar with the current() function? I have no clue where to insert
that into the Xpath statement or even in which field for that matter.
> This might be helpful:
> http://www.officekb.com/Uwe/Forum.aspx/infopath/2495/Rules-and-Repeating-
> Sections-Question
> it's simply about using the current axis in XPath.
Jeffshex - 09 Jun 2005 17:33 GMT
Here is the rule of the drop down list box that autofills the textbox:
xdXDocument:GetDOM("Project
List")/dfs:myFields/dfs:dataFields/d:Project_List/@Project_Title[xdXDocument:get-DOM()/dfs:myFields/dfs:dataFields/d:Project_Status/@ProjectNumber
= ../@ProjectID]
Now where in there does the current() go?
> This might be helpful:
> http://www.officekb.com/Uwe/Forum.aspx/infopath/2495/Rules-and-Repeating-
> Sections-Question
> it's simply about using the current axis in XPath.
Henning Krause [MVP - Exhange] - 09 Jun 2005 20:26 GMT
Hello,
see my posting in the thread "Re: Help whit Dropdowns in an Input Form (
Urgent)"
Greetings,
Henning Krause [MVP - Exchange]
==========================
Visit my website: http://www.infinitec.de
Try my free Exchange Explorer: Mistaya
(http://www.infinitec.de/software/mistaya.aspx)
> Does this have something to do with the filter not refreshing on its
> current
[quoted text clipped - 20 lines]
>>
>> Any input would be awesome here. THANKS!!!