Problem with CF Execute

2011-06-24 Thread Mike Greider
Hi all, Running into some issues with cfexecute. I have a utility that takes a XLS document and creates an old school DBF file for use in a third party system. If I run the following from the command line: [pathname]dbfview.exe -I[pathname]/myExcel.xls -O[pathname]/myDbf.dbf -XLStoDBF

Re: Problem with CF Execute

2011-06-24 Thread Mike Greider
I think I might have narrowed the cause down to the account permissions. When I ran cmd.exe as the Local System account and tried to execute my command line arguments, I was actually able to see what the error dialog mentioned. The third party application doesn't think it's registered. So,

Re: Report Builder Question

2008-10-31 Thread Mike Greider
Denny, I have started to work in JasperReports, can you shoot me an email at your convenience? I have some questions about the set up for CF and JR to work together nicely. Email is first letter first name and full last name at gmail (stupid spam bots). Cheers, Mike Greider JasperReports

Re: Report Builder Question

2008-07-25 Thread Mike Greider
Thank you for your help. I've played around with it for days now. Basically, I can get the information to only show on the last page without issue. However, when all of the fields have the remove line when blank option selected, the report still has all of the whitespace on each of the previous

Re: Report Builder Question

2008-07-20 Thread Mike Greider
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

Re: Report Builder Question

2008-07-18 Thread Mike Greider
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

Re: Report Builder Question

2008-07-16 Thread Mike Greider
Sorry for the delay. We just had a baby on the 11th, and I'm still figuring out how to juggle the little guy and all other tasks. Yes, it is being passed in via a query. Each line item has a name, and description field (which is an unlimited textarea). I have been debating trying to do what you

Re: Report Builder Question

2008-07-16 Thread Mike Greider
Thanks for your continued help. Yes, each user is able to can the line descriptions for each line item each time. I could count the characters in the description. That is certainly an option. It will have to be smart, because the descriptions can contain newlines as well. It sure is a terrible

Re: Report Builder Question

2008-07-13 Thread Mike Greider
That is interesting. I do not have experience with the CFPDF tag, just the report builder. In combining the signature page, is it smart enough to put it at the bottom of the page, and only a new page if there is not enough room? Mike Does anyone know how to either (a) get a page footer to

Re: Report Builder Question

2008-07-13 Thread Mike Greider
Hi Rob. I have, but I may not be smart enough about this. The number of pages is totally dynamic. It is an invoice with N number of products with N number of lines of description per each. I tried using the page number that is evaluated at the report run time, but that isn't working as a print

Report Builder Question

2008-07-10 Thread Mike Greider
Does anyone know how to either (a) get a page footer to only print on the last page, or (b) to make sure that the report footer is always aligned on the bottom of the page? Basically, I have an invoice that can be anywhere from 1 to n pages. On the last page, there is a spot to sign the