C CoachPhil Registered User. Local time Today, 10:43 Joined Jun 24, 2008 Messages 83 Sep 12, 2008 #1 Ladies and Gentlemen, Is there a legitimate reason why a function in a module would work in three reports on a db app, but not a fourth on the same db? CoachPhil
Ladies and Gentlemen, Is there a legitimate reason why a function in a module would work in three reports on a db app, but not a fourth on the same db? CoachPhil
pbaldy Wino Moderator Staff member Local time Today, 10:43 Joined Aug 30, 2003 Messages 36,270 Sep 12, 2008 #2 Offhand, no. If it works in 3, it must be a properly working function, be public, etc. I would guess it's either being called differently in the 4th, or a bad value is being passed to it. More info would help.
Offhand, no. If it works in 3, it must be a properly working function, be public, etc. I would guess it's either being called differently in the 4th, or a bad value is being passed to it. More info would help.
C CoachPhil Registered User. Local time Today, 10:43 Joined Jun 24, 2008 Messages 83 Sep 15, 2008 #3 Paul, Its a TimeConvert() function and I am using the same query and parameters as the other three reports? I will verify what is passing, thank you CoachPhil
Paul, Its a TimeConvert() function and I am using the same query and parameters as the other three reports? I will verify what is passing, thank you CoachPhil