You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to XMPie Interest Group
Hi guys I've entered the following code in Qlingo, because I need to load an image according to the BIRTH DATE. But it's returning an error. I posted the file with the screen shot with the error in the Files section. It's name is XMPIE_ERROR.JPG. Follow the code.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xmpie...@googlegroups.com
> if(GetMonth(|->[BIRTH DATE]) = 1)
Is BIRTH DATE a date field?
Bill
unread,
Dec 28, 2009, 6:05:03 AM12/28/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to XMPie Interest Group
The GetDay function takes a date parameter, and generates a number from 1 to 31. I am not sure of what the "+2" means in the 3rd line of your code, but the closing parenthesis seems to be located at the wrong place. You should perhaps try something like
AsString(GetDay(|->[BIRTH DATE]) + 2) & ".jpg"
eliel.cwb
unread,
Dec 28, 2009, 6:22:56 AM12/28/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to XMPie Interest Group
Hi guys you are awesome. It really was just a 'parenthesis matter'... Tks a lot!