Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rmz8
  • Content: Threads
  • Order by date
  1. rmz8

    Order Paragraph Text Alphabetically

    How can I order a paragraph of text in a query. I tried using ORDER BY Var_Name ASC but it doesn't seem to organize the text alphabetically. Ryan ;-]
  2. rmz8

    Valide File Upload Field

    How can I create code that will validate a file upload field? The validation will just check to make sure that text has been entered in the file upload field. Ryan ;-]
  3. rmz8

    MM/DD/YY Formate Year Restricted SQL

    In the date format MM/DD/YY how can I make a SQL statement that only returns records with the year 01? Thanks in advance. Ryan ;-]
  4. rmz8

    Creating a DSN in a template

    Is there any way that I can emulate the CF Administrator, and have a DSN create automatically from my application? For example, when a user runs install.cfm I want the template to create a DSN for a database already loaded on the server. Ryan ;-]
  5. rmz8

    Validation prob for luciddream

    Hey lucid, I tried e-mailing you, but the e-mail bounced. Anyway, you initially helped to create this code, so I figured that you would be the best to come to in this time of trouble. I have been trying for weeks to get this code to function in Netscape 4.7 and 6, but the code just gets...
  6. rmz8

    JS Validation & Object Problems (Extremely Urgent)

    i'm posting this again because i haven't received a response and this is perhaps the most imporant project of my life. please help. i'm in a huge crunch. i've created this entire project for free for my school, and i have to present it to the faculty, and now all of these errors are coming up...
  7. rmz8

    Validations in IE and Netscape Creating Big Problems

    I have the following code (which used to work, but the page has since changed): function validation_function2() { crap = document.frm.upFile; arr = crap.split("."); reg =...
  8. rmz8

    CFIF Multiple Conditions

    How can I make a CFIF statement with the following conditions: Number greater than 3 AND less than 13. I tried: <CFIF grade_level GT 3 LT 13> But I don't think it works. Thanks in advance. Ryan ;-]
  9. rmz8

    Required Field Validations

    How can I validate that a textbox has text in it? Also, how can I make a file field a required entry? Ryan ;-]
  10. rmz8

    Upload &quot;n&quot; files

    How can I have ColdFusion create &quot;n&quot; upload boxes and make the necessary changes to the action page. Basically I want a user to be able to select how many files they want to upload from a form and have the form and action pages change accordingly. I'm sure this will require a loop...
  11. rmz8

    Delete all files in directory

    How can I delete all of the files in a specified directory short of using CFFILE to delete every file manually? Ryan ;-]
  12. rmz8

    FILE Attributes W/ Multiple Uploads

    Sorry for the barrage of posts, but this will be the last. I have 15 seperate file upload boxes. On the action page I want the FILE.SERVERFILE for only the first upload box (named upFile1) to be saved. How will simply referring to FILE.SERVERFILE know which uploaded file I want the attribute...
  13. rmz8

    Multiple file upload

    Is there anyway to create something that can upload several files at one time? For example, I want to make users of my system to be able to upload an HTML file and the images to go along with it. Short of making numerous file upload boxes, is there any other way to go about doing it? Ryan ;-]
  14. rmz8

    Date variable

    How can I place the current date, with time into a variable? It has to look something like this: 0406010908 Which represents the month, the day, the year, hour, and minutes (MMDDYYHHMM). Thanks Ryan ;-]
  15. rmz8

    Output data in table format

    I have a list of 7 blocks of text, with elements that are outputted from a query. When I run the template, it lists them vertically. I want to be able to output them in a table, with three in each row, and one below. Here is the page: http://lynbrook.k12.ny.us/cfm/schools/contact.cfm Ryan ;-]
  16. rmz8

    Looping Delete

    I have a text file with a list of e-mail addresses that I want to be deleted from a table. How can I create a query that searches the entire database Email and deletes any records in the Email column based on that text file. Ryan ;-]
  17. rmz8

    XML Example

    Can someone explain to me exactly what XML is? I know what it is capable of, but I have seen one adaptation of it. For example, people say that if something is coded in XML, it can go from HTML to MS Word, etc. Can anyone make me an example that shows XML's capabilities and advantages...
  18. rmz8

    Double pound signs!

    Has anyone encountered a problem where DreamWeaver replaces one pound sign with two? For example, in ColdFusion templates, DW will changed the background color to ##FFFFFF, etc. It is becoming exasperating. I was using UltraDev, and now I've switched to 4--just waiting to see if it'll happen...
  19. rmz8

    Cheap and reliable hosting

    Does anyone know where I can get CHEAP and RELIABLE (reliability is very important) ColdFusion hosting? I have signed up with CFM-Resources, but I guess the saying &quot;you get what you pay for&quot; really applies. Their server has been down since I signed up several days ago. It would also...
  20. rmz8

    Error in encryption

    I get the following error: The encrypted template G:\INETPUB\WWWROOT\CFM\STUDENT_RESOURCES\GATSBY\ASSIGNMENTS\LOGIN.CFM contains invalid CFML syntax. I have encrypted the template, but I know that prior to encrypting it, it was working perfectly. Could it be the version that I encoded it (2)...

Part and Inventory Search

Back
Top