From: "Scott Brady" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 25, 2004 3:37 PM
Subject: re: UDF Problem
> Original Message:
> > From: "Jim McAtee"
> > But I can call DollarFormat() directly on the values without error.
It's
> > only when I pass them into the CF function that I get the error. All
rows
> > in this table contain numbers in the two fields, from 0.0 to maybe
2000.0.
> > No null values.
> >
> > #DollarFormat(pricelo)# - #DollarFormat(pricehi)#
>
>
> Can you post the code that actually calls your UDF? Based on the error,
> it sounds like you're trying to pass a complex variable (array,
recordset,
> structure, etc.) to the UDF instead of the simple values.
Found it. Sheesh. 'r' is the name of the query, so the function call
itself wasn't crapping out.
#PriceRangeFormat(r.PriceLo, r,PriceHi)#
:-)
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

