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.
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...
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="theTree" font=".." fontsize="..">
<cftreeitem value="col1, col2, col3"
query="theQuery"...
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="theQuery"...
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...
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="text" name="var1" value="#var1#">
<a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.