| Thread | Last Post | Replies |
|
| Link Checking !!! | 08 Jan 2005 15:06 GMT | 2 |
Hello friends, I need to check weather a link is working or not. I have a list of links in the database, fields. id, info_link, before fetching it from the database and displaying the link on the web site, I need to check if that particular link is working. If its returning ...
|
| How to create a labels page | 08 Jan 2005 07:50 GMT | 1 |
Hi everybody, I need to generate a label document to be emailed for printing. I have create a html table with top-margins, bottom-margins, etc. My cells are correctly sized. I use then HTML2PDF3 to create a ready-to-print PDF but all the margins are differents (The document ...
|
| Blackstone Documentation (any available for beta testers?) | 08 Jan 2005 03:56 GMT | 5 |
I recently signed up for some free space beta testing blackstone and I can't seem to find documentation on blackstone. All i'm looking for is some syntax for the new features. I've checked with my ISP (CrystalTech) and they have stated they do not have any docs available.
|
| Error message with Underscores | 07 Jan 2005 18:58 GMT | 1 |
Hi I'm running CFMX and have the flollowing code in an Application.cfm <cfinclude template='Common/Init.cfm'> '<cfinclude template='Common/Init_Session.cfm'>' I get a 'Could not find the included template ' error at the second CFINCLUDE. However, if I remove the underscore
|
| CFHTTP URL Variables | 07 Jan 2005 16:07 GMT | 2 |
Hi I am using CFHTTP to get an xml file and sending some login information as URL variables. CFHTTP sending these URL variable xml_partner_uk as xml%5Fpartner%5Fuk Is there way not to encode the URL variables so my third party should receive the variables like this ...
|
| excel, xml and file size bug | 07 Jan 2005 16:04 GMT | 6 |
Using ColdFusion 6.1 on a Win2K server, I am generating microsoft office schema xml on the server side to create an excel workbook on the client. This works fine until the file size is greater than 72 Kb. When less than 72 Kb, the file, whether opened directly or saved on the ...
|
| barcode readers | 07 Jan 2005 15:28 GMT | 9 |
Looking into providing an application to scan tickets using a barcode, barcode reader and verify them against a sql database. Are there any ready made tags or code I can use/buy for this or is it fairly straight forward to do myself ? Thanks in advance
|
| CFLDAP and Login | 07 Jan 2005 06:10 GMT | 2 |
I have figured out how to do a CFLDAP query and get it to return a list of users in the Active Directory Domain..... but that is the extent of it. How do I take what I know and use it in a real world manner?
|
| Help Wanted | 07 Jan 2005 02:23 GMT | 1 |
I'm in need of a Flash developer to write a simple slideshow to be used on web page. Parameters: 1) user specified height / width
|
| Email & Then Delete file | 07 Jan 2005 00:04 GMT | 2 |
Hello, Has anyone run into a problem where you use the <CFMAIL attachment='FILE'> and then <CFFILE delete file='FILE'>. Once you receive the email it doesn't show or send the attachment. Ideas? Thanks, Lance
|
| Link Checking !!! | 06 Jan 2005 23:54 GMT | 1 |
Hello friends, I need to check weather a link is working or not. I have a list of links in the database, fields. id, info_link, before fetching it from the database and displaying the link on the web site, I need to check if that particular link is working. If its returning ...
|
| CFML url parser | 06 Jan 2005 21:51 GMT | 2 |
I have a page that is a sub page of a site I am building. It contains a link that takes it up to the parent page. I am planning to have the same page present on another site. Rather than ajust the links manually to reflect the different sites, I'd like the cfml code to generate ...
|
| getTimeInMillis to date | 06 Jan 2005 16:18 GMT | 1 |
I have an xml file that I am reading that has a timestamp in the java.util.Calendar.getTImeInMillis() format.. i.e 1105036332906 = Thu Jan 06 10:32:12 PST 2005 How would you use this timestamp to get a date in for coldfusion to display?
|
| Complex Query/Table Display | 06 Jan 2005 15:37 GMT | 2 |
I'm attempting to create a table which contains registration information for our users. On the top of each column would have the name of the show (there are 15) and then each row below owuld have the registrants name, and than an X in the column of the shows that they registered ...
|
| XMLSearch | 06 Jan 2005 14:55 GMT | 2 |
How do I access the TechRep.RepID element of the attached xml file using XMLSearch? I've tried many things but I just can't get it right. I've tried various combinations (see code) but haven't hit the right one. Driving me batty. <cffile action="read" ...
|