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 strongm 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: viv77
  • Order by date
  1. viv77

    ColdFusion to schedule shell script?

    Hi, Need some advice. Know that we can schedule coldfusion page through CFSCHEDULE or via Admin. Is it technically possible to design a scheduling application using ColdFusion (to run shell scripts)? If yes, how much effort are we looking at? Thank you.
  2. viv77

    CFGRIDUPDATE

    Hi, I need some help here. Please enlighten me. I've been using cfquery to do updating/deleting/inserting, recently, i tried cfgridupdate. What i have is a simple query. Follow by a CFGRID to display the result. With 'EDIT' mode, i managed to edit/delete/add within the grid. Finally, submit...
  3. viv77

    CFTREE and CFGRID FONTS

    Hi, Have you tried the attribute font in both tags? See if they have the font face that you want. e.g. <cfoutput> <cftree name=&quot;theTree&quot; font=&quot;..&quot; fontsize=&quot;..&quot;> <cftreeitem value=&quot;col1, col2, col3&quot; query=&quot;theQuery&quot...
  4. viv77

    Grouping cfoutput

    Hi, hope this is helpful. Actually what we're having here is multiple levels of nesting (must sort by the fileds that are being grouped). Let's do this (i tried this before and it works): ORDER BY last_name, course_code, course_desc <cfoutput query=&quot;theQuery&quot...
  5. viv77

    Passing a text input field parameter through URL

    Thanks iza, I've tried out but didn't work (the parameter not passed) The URL shown: form2.cfm?var= The reason why i do this instead of submitting the form is i need to jump to another page for some processing before coming back to continue filling up the form. And i can't submit twice, can...
  6. viv77

    Passing a text input field parameter through URL

    Hi, Need some help here. I've a textinput field to be passed to another page through URL. However, the parameter never worked. What i did is just a very simple one: <cfform ....> <input type=&quot;text&quot; name=&quot;var1&quot; value=&quot;#var1#&quot;> <a...

Part and Inventory Search

Back
Top