Tom,
How are you using the expression? In some ad-hoc testing, I'm finding that the IFNULL and IFEQ functions do not like to assign different image names to varbit variables. >From the command prompt, this works: SET VAR vx VARBIT = ['imagename.bmp'] But neither of these will work: SET VAR vy INTEGER = 1 SET VAR vx VARBIT = (IFEQ(.vy,1,['image1.bmp'],['image2.bmp'])) SET VAR vx1 VARBIT = ['image1.bmp'] SET VAR vx2 VARBIT = ['image2.bmp'] SET VAR vz VARBIT = (IFEQ(.vy,1,.vx1,.vx2)) You may need to alter how you build your variable image. Emmitt Dove Manager, Converting Applications Development Evergreen Packaging, Inc. [email protected] (203) 214-5683 m (203) 643-8022 o (203) 643-8086 f [email protected] From: [email protected] [mailto:[email protected]] On Behalf Of Thomas Eldred Sent: Thursday, February 11, 2010 13:45 To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Variable images Thank you Emmitt, Using that syntax returns an error indicating the column or variable ev1.. not found. For clarity sake, eventone is a text column too. Thank you tom From: [email protected] [mailto:[email protected]] On Behalf Of Emmitt Dove Sent: Thursday, February 11, 2010 1:28 PM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Variable images Tom, If you're trying to display the image, the image names need to be in brackets, and quoted: (IFNULL(eventone,['ev1no.bmp'],['ev1yes.bmp'])) Emmitt Dove Manager, Converting Applications Development Evergreen Packaging, Inc. [email protected] (203) 214-5683 m (203) 643-8022 o (203) 643-8086 f [email protected] From: [email protected] [mailto:[email protected]] On Behalf Of Tom Eldred Sent: Thursday, February 11, 2010 13:19 To: RBASE-L Mailing List Subject: [RBASE-L] - Variable images I want to start by thanking Mike Ramsour and Emmitt Dove for assisting with understanding how to use listof. Next I am trying to incorporate an image into a report that changes based on field values. I tried setting a variable void1 as varbit but get an error saying I haven't the same scale. Both files are located in the database folder, but I keep getting errors. I know the problem is mine, but .. Here is my statement in its non-working form. (ifnull(eventone,ev1no.bmp, ev1yes.bmp)) Thank you for your help. My thoughts go out to any of you stuck under all that snow-I had hoped to get the 3-4 feet here. Tom Eldred Administrative Associate County Road Association of Michigan

