Dropdown box filter halfway? (URGENT)

J

Jeffshex

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!!!
 
J

Jeffshex

Does this have something to do with the filter not refreshing on its current
section or something?
 
J

Jeffshex

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.
 
J

Jeffshex

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top