Re: Can someone Explain this Error Message

2004-11-03 Thread Thomas Chiverton
On Wednesday 03 Nov 2004 12:04 pm, Graham Pearson wrote: Branch target offset too large for short Is the file very large ? Can you test it with a less evil path ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [EMAIL PROTECTED] BlueFinger Limited Underwood

Re: Can someone Explain this Error Message

2004-11-03 Thread Thomas Chiverton
On Wednesday 03 Nov 2004 12:23 pm, Thomas Chiverton wrote: less evil path ? or, indeed, string ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5 1AF Tel: +44 (0)1749

Re: Can someone Explain this Error Message

2004-11-03 Thread Graham Pearson
The File when generated is approx 2 Meg in size. What have I done is learned the RTF File Format and is 60 Pages long. At 07:23 AM 11/3/2004, you wrote: On Wednesday 03 Nov 2004 12:04 pm, Graham Pearson wrote: Branch target offset too large for short Is the file very large ? Can you test it

Re: Can someone Explain this code

2004-11-01 Thread Jim McAtee
CBA never equals 4 (1,3,5,7...) so the CFEXIT tag is never executed. This means that the inner loop always executes fully. An indexed loop will execute until its index value is = to the TO value. In this case TIMEX never equals exactly 30 (2,12,22...), so goes to 32 before the inner loop is

RE: Can someone explain this?

2000-07-14 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You have two tags with the same name. Since CF searches the custom tag directory in alphabetical order, the BrowserCheck.cfm in K_Tags will be called, but there's no way to access the one in the R_Tags directory. Thus the first will occlude the

Re: Can someone explain this?

2000-07-14 Thread Seth Petry-Johnson
What does it mean by OCCLUDE and CF_TagName Construct??? "Warning","TID=355","07/13/00","08:17:10","In a CF_TagName construct custom tag file 'C:\CFUSION\CustomTags\K_Tags\BrowserCheck.cfm' will occlude custom tag file 'C:\CFUSION\CustomTags\R_Tags\BrowserCheck.cfm'." CF finds custom tags