George Too
Registered User.
- Local time
- Today, 06:45
- Joined
- Aug 12, 2002
- Messages
- 198
Hello All,
I have two bound text boxes that are using the same function to convert their decimal source data into fractions. The function works well on one of the boxes but generates an error on the second box and that is because the number "20520" is being passed as the parameter (the function does not take non-decimals). I do not know where this number is coming from. I have three forms that use this function and all three are passing the same number to the function on the same text box. How can I troubleshoot to find exactly which control is generating the number "20520"?
Thanks
I have two bound text boxes that are using the same function to convert their decimal source data into fractions. The function works well on one of the boxes but generates an error on the second box and that is because the number "20520" is being passed as the parameter (the function does not take non-decimals). I do not know where this number is coming from. I have three forms that use this function and all three are passing the same number to the function on the same text box. How can I troubleshoot to find exactly which control is generating the number "20520"?
Thanks