ndcollins
12-17-2005, 05:36 AM
I'm having a problem where some of my bound variables are going blank after I modify them.
What I have is two DateFields that are used to set the date range of the results returned. I set the values initally via AS, so the following is sent to the Web Service.
Invoking getContributions(["72", "2005-01-01", "2005-12-17"])
Now, when I change one of the values by selecting a different date , it blanks out the other when it sends the values to the Web Service
Invoking getContributions(["72", "", "2005-09-30"])
if I change the index, then both get blanked out
Invoking getContributions(["5", "", ""])
Anyone have any idea what might be going on?
What I have is two DateFields that are used to set the date range of the results returned. I set the values initally via AS, so the following is sent to the Web Service.
Invoking getContributions(["72", "2005-01-01", "2005-12-17"])
Now, when I change one of the values by selecting a different date , it blanks out the other when it sends the values to the Web Service
Invoking getContributions(["72", "", "2005-09-30"])
if I change the index, then both get blanked out
Invoking getContributions(["5", "", ""])
Anyone have any idea what might be going on?