Re: cfcontent - for an excel file

2005-07-21 Thread J Elder
Best way to do this is create the excel file and save as html. Then use that source. This is what you need: !--[if gte mso 9]xml x:ExcelWorkbook x:ExcelWorksheets x:ExcelWorksheet x:NameSheet 1/x:Name x:WorksheetOptions x:Print x:ValidPrinterInfo/

Re: next and previous records

2005-05-24 Thread J Elder
You're not passing your variables. cfif IsDefined(DUE) cfset qryvar = DUE / cfelseif isdefined(PASTDUE) cfset qryvar = PASTDUE / A HREF=loaddataSummaryResults.cfm?StartRow=#Next#qryvar=#qryvar# On 5/20/05, WebStop Internet Services wrote: Help! This keeps failing after the

Re: What's your setup for multiple developers

2005-04-13 Thread J Elder
Using VSS I set up user subdirectories that I check the files out into. mydevserver/john would have my current work plus everything else checked into. I think it's set up as a shadow folder. When I checked it in it would go to mydevserver/ and everyone could see the changes. Once I check out a