cfreport "swallowing" lines on multiple pages created with report builder

2012-01-28 Thread Javier Arroyo

I have a report built with report builder and it appears that if you set the 
body to "stretch with overflow" that cfreport will "swallow" a line or two 
every time it paginates see attached for a simplified version of the report, I 
have removed all but the body on this (actual report has a watermark, report 
header, page header and page footer ...the problem is pretty apparnt with this 
scaled down version as you can see it's missing text from one page to the next 
..any ideas/suggestions/known bug??  You can see a sample of the issue here: 
http://www.arroyoc.com/onlybody.pdf 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349663
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cfreport "swallowing" lines on multiple pages created with report builder

2012-01-28 Thread Javier Arroyo

I have a report built with report builder and it appears that if you set the 
body to "stretch with overflow" that cfreport will "swallow" a line or two 
every time it paginates see attached for a simplified version of the report, I 
have removed all but the body on this (actual report has a watermark, report 
header, page header and page footer ...the problem is pretty apparnt with this 
scaled down version as you can see it's missing text from one page to the next 
..any ideas/suggestions/known bug??  You can see a sample of the issue here: 
http://www.arroyoc.com/onlybody.pdf 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349662
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CFFile caching in MX7??

2005-10-13 Thread Javier Arroyo
I have a strange thing that started hapenning once we migrated from CF 5 to CF7 
...there is a particular process that creates a file (a csv to be exact) using 
CCFILE Action="Append" ..problem is sometimes the file can get huge (e.g. 2.5 
megs) ...I have a web page that generates this and updates itself with a 
progress counter via javascript (100 of 2 records ..200 of 2 records, 
etc..) issue is once it is "done" it appears that cffile then starts to write 
out the file, I have determined this by wathing the file size as the "counter" 
increments and it doesn't grow in size very much when the "counter" is done 
then the file seems to grow and grow and grow ...the next page is to show the 
user an icon to download the .csv with, but we never see the icon on large 
files as the web server seems to "timeout" (although requesttimeout is set to a 
large amount) ...is there anyway to make cffile "not cache"? 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220930
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: MS Word Com problem with CF

2005-09-12 Thread Javier Arroyo
oh ...sorry ...I forgot to mention ...this is on CF5 ..and for varied
and sundried reasons, we can't upgrade versions of CF, so I don't have
releaseComObject available to me, but looking at the CF 7 docs, that
would TOTALLY do what I need it to :(

-Original Message-
From: Dawson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 12, 2005 2:01 PM
To: CF-Talk
Subject: RE: MS Word Com problem with CF


Try this:

[cfset releaseComObject(objectName)]

M!ke

-Original Message-
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Monday, September 12, 2005 2:51 PM
To: CF-Talk
Subject: MS Word Com problem with CF

I am having to convert an asp program to CF and one of the functions
needed is a server based mailmerge. I have it working in CF, except it
creates a Word app on the server EVERYTIME the template is invoked, I'm
invoking as:


   
   

 
  
  Error creating word object.
  
  

  


then at the end:




The task manager on the server shows that word, after word, after word
is beeing created but not "destroyed" ...as a point of reference in the
asp app the object is created as:


  Set WordApp = CreateObject("Word.Application")


and I KNOW for a fact the line that "smokes it" out of the task manager
is:

  set wordapp=nothing



.any help would be GREATLY appreciated!!



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217989
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: MS Word Com problem with CF

2005-09-12 Thread Javier Arroyo
Yep ...that's me!!

-Original Message-
From: Ken Ketsdever [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 12, 2005 2:38 PM
To: CF-Talk
Subject: RE: MS Word Com problem with CF


Javier,

Did you graduate from Roseville High School, class of 1980?

Ken Ketsdever
[EMAIL PROTECTED]

Sorry this is OT. 

-Original Message-
From: Javier Arroyo [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 12, 2005 2:04 PM
To: CF-Talk
Subject: RE: MS Word Com problem with CF

Well I though about that ...but one of the issues I have is that this
client is going to I load balanced environment, so no telling which one
of the 4 "load balanced" servers we would end up on, if I use
application scope, won't that blow chunks if I end up on server 1 with
an instance then the next person coming in ends up on server 2? 

-Original Message-
From: Andy McShane [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 12, 2005 1:38 PM
To: CF-Talk
Subject: RE: MS Word Com problem with CF


What I generally do is to create an instance of word in the application
scope. I first check to see if there is an instance already created and
if not then I create one. I then use the same instance for all of my
calls, I don't create any new instances and I don't end the one I have
got, I just have one instance always there. This works fine for me but
you will have to try it to see if it suits your needs.

-Original Message-
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: 12 September 2005 20:51
To: CF-Talk
Subject: MS Word Com problem with CF

I am having to convert an asp program to CF and one of the functions
needed is a server based mailmerge. I have it working in CF, except it
creates a Word app on the server EVERYTIME the template is invoked, I'm
invoking as:


   
   

 
  
  Error creating word object.
  
  

  


then at the end:




The task manager on the server shows that word, after word, after word
is beeing created but not "destroyed" ...as a point of reference in the
asp app the object is created as:


  Set WordApp = CreateObject("Word.Application")


and I KNOW for a fact the line that "smokes it" out of the task manager
is:

  set wordapp=nothing



...any help would be GREATLY appreciated!!










~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217985
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: MS Word Com problem with CF

2005-09-12 Thread Javier Arroyo
OK ...I just remembered what my issue was with application scope
Using the sample here:

http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/comm
on/html/wwhelp.htm?context=ColdFusion_Documentation&file=1585.htm

...the "second time through" where it tries to connect versus create I
get an error:

Error Diagnostic Information
Error on Invoke for: 

COM error 0x80010001. Call was rejected by callee. 

The error occurred while processing an element with a general identifier
of (CFSET), occupying document position (44:3) to (44:53) in the
template file ...BLAH, BLAH, BLAH, BLAH

any ideas? 


-Original Message-
From: Andy McShane [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 12, 2005 1:38 PM
To: CF-Talk
Subject: RE: MS Word Com problem with CF


What I generally do is to create an instance of word in the application
scope. I first check to see if there is an instance already created and
if not then I create one. I then use the same instance for all of my
calls, I don't create any new instances and I don't end the one I have
got, I just have one instance always there. This works fine for me but
you will have to try it to see if it suits your needs.

-Original Message-
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: 12 September 2005 20:51
To: CF-Talk
Subject: MS Word Com problem with CF

I am having to convert an asp program to CF and one of the functions
needed is a server based mailmerge. I have it working in CF, except it
creates a Word app on the server EVERYTIME the template is invoked, I'm
invoking as:


   
   

 
  
  Error creating word object.
  
  

  


then at the end:




The task manager on the server shows that word, after word, after word
is beeing created but not "destroyed" ...as a point of reference in the
asp app the object is created as:


  Set WordApp = CreateObject("Word.Application")


and I KNOW for a fact the line that "smokes it" out of the task manager
is:

  set wordapp=nothing



.any help would be GREATLY appreciated!!






~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217984
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: MS Word Com problem with CF

2005-09-12 Thread Javier Arroyo
Well I though about that ...but one of the issues I have is that this
client is going to I load balanced environment, so no telling which one
of the 4 "load balanced" servers we would end up on, if I use
application scope, won't that blow chunks if I end up on server 1 with
an instance then the next person coming in ends up on server 2? 

-Original Message-
From: Andy McShane [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 12, 2005 1:38 PM
To: CF-Talk
Subject: RE: MS Word Com problem with CF


What I generally do is to create an instance of word in the application
scope. I first check to see if there is an instance already created and
if not then I create one. I then use the same instance for all of my
calls, I don't create any new instances and I don't end the one I have
got, I just have one instance always there. This works fine for me but
you will have to try it to see if it suits your needs.

-Original Message-
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: 12 September 2005 20:51
To: CF-Talk
Subject: MS Word Com problem with CF

I am having to convert an asp program to CF and one of the functions
needed is a server based mailmerge. I have it working in CF, except it
creates a Word app on the server EVERYTIME the template is invoked, I'm
invoking as:


   
   

 
  
  Error creating word object.
  
  

  


then at the end:




The task manager on the server shows that word, after word, after word
is beeing created but not "destroyed" ...as a point of reference in the
asp app the object is created as:


  Set WordApp = CreateObject("Word.Application")


and I KNOW for a fact the line that "smokes it" out of the task manager
is:

  set wordapp=nothing



.any help would be GREATLY appreciated!!






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217977
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54