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! 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309538
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 "space" for the 
text value and place it between your "blank" sections of the footer and be sure 
the set those field's "Remove line when blank" to true as well. 

Hope this helps.

-Carlos

> It does prevent the text from being displayed, but the whitespace is 
> still present. As far as I can see, there is no way to set that option 
> on the entire footer, just all of the contents inside the footer.
> 
> Thanks for the suggestion. I'm happy to try any option!
> 
> >Hi,
> >
> >Try setting the footer text "Remove line when blank" property to true.
> 
> >
> >-Carlos 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309471
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 "space" for the 
text value and place it between your "blank" sections of the footer and be sure 
the set those field's "Remove line when blank" to true as well. 

Hope this helps.

-Carlos

> It does prevent the text from being displayed, but the whitespace is 
> still present. As far as I can see, there is no way to set that option 
> on the entire footer, just all of the contents inside the footer.
> 
> Thanks for the suggestion. I'm happy to try any option!
> 
> >Hi,
> >
> >Try setting the footer text "Remove line when blank" property to true.
> 
> >
> >-Carlos 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309470
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 
> when the calc.PAGE_NUMBER is 2. This does hide/show the page footer on 
> the appropriate page. However, it still reserves the space on the 
> first page. So instead of the report printing the footer twice, it 
> just has a blank spot on the first page and the real information on 
> the second page.
> 
> Any thoughts on this? Does anyone know the point man at Adobe that I 
> could ping for some help?
> 
> Cheers,
> Mike
> 
> >Mike,
> >
> >I agree it has to be easier.
> >
> >I have found a function that counts the pages in the report, however, 
> I am
> >still looking for how to access it... I haven't found any help yet, 
> but
> >apparently the function (Called beforeExport) counts the number of 
> pages in
> >your report and basically allows you to re-order the report, or 
> insert a
> >blank page if necessary.
> >
> >You should be able to harness this, as it will give you an on the fly 
> page
> >total count, which you should be able to then use to show/hide the 
> page
> >footer band.
> >
> >Otherwise, It seems that you have to have the Report Footer band set 
> up in
> >the space it is going to occupy, so that when the report is finished 
> there
> >is adequate space for it.   It basically makes you waste space on the 
> other
> >pages in the report to ensure space for the report footer.  I 
> personally
> >would rather hide a page footer to show the report footer, but there 
> is this
> >as a simpler solution.
> >
> >Hopefully someone knows how to access the functions in Report Builder 
> and
> >that would save a ton of hassle.
> >
> >Rob 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309289
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 will be updated using 
event syncs.  I have compared all of the columns in the IExStoreDispEventInfo 
object generated by a sink "OnSave" event but none of those fields match the 
"UID" value returned using  tag.  I would like to know how I 
can get the same ID returned by the  tag from the sink 
"OnSave" event or how to get the unique Id in the sink event object using one 
of CF8's exchange tags.  Thanks in advanced. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309279
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4