UID returned by "cfexchangecontact" doesn't match any id returned by event sink object

2008-07-18 Thread Carlos Juarez
I am trying to sync a shared contacts folder in MS Exchange 2003 with a SQL database for an app in ColdFusion. I setup a field in the contacts table in my SQL database to link each contact to a contact in Exchange. I will be updating the Exchange store using CF8's exchange tags. SQL server wi

Re: Report Builder Question

2008-07-18 Thread Carlos Juarez
Hi, Try setting the footer text "Remove line when blank" property to true. -Carlos > Bummer. I have played around with this, and it is still causing > problems. I created an invoice that I know will have two pages. Then, > in the page footer, I hardcoded the print when condition to only print

Re: Report Builder Question

2008-07-22 Thread Carlos Juarez
Yes, it sucks that the option is not available for the entire band. For it to suppress the footer, you have to set all of the fields' "Remove line when blank" property to "true" in the footer section. Also if there is blank space between your fields/lines try adding "dummy" labels with just a

Re: Report Builder Question

2008-07-22 Thread Carlos Juarez
Yes, it sucks that the option is not available for the entire band. For it to suppress the footer, you have to set all of the fields' "Remove line when blank" property to "true" in the footer section. Also if there is blank space between your fields/lines try adding "dummy" labels with just a

cfexchangecontact tag question

2008-07-23 Thread Carlos Juarez
Is there a way to get the modified date out of exchange using the new tags for exchange in coldfusion? If not, how would I go about doing this. I basically want to sync my SQL database with MS Exchange 2003. Thanks in advance! ~