Kristine,
I will try to make an asumption and if I am incorrect please correct me.
You have multiple forms on multiple different webpages that a user would fill out and submit into the database all within the same session. If in your buisness rules/logic, you do not want incomplete forms...
Carl,
I will take a stab at it, i won't gaurentee anything, but i will try. if i had complete control i would use cfmx, flashmx and cfc's, but I will try work within your contraints. how about a cfmx, flash 5 and wddx sort of application?
i think this is a pretty cool idea and will try my...
this seems like a fun little project! can you give more details?
what sort of server enviroment are you using coldfusion version and operating system?
what client constraints do you have? can you use flash(which version)? javascript(which browser)? java(which jvm)? straight html?
aprox...
I am all for moving away from NT to another enviroment. But I would read this thread over at the MM forums if you plan on moving to Linux.
http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=10&threadid=415411
jgroove
If I might add to what Carl has said. Since Coldfusion is now based on top of a J2EE server this means that your cfm pages are executed vs compiled. The first time a webpage is requested via the webserver it is compiled into java bytecode and executed. Each additional request(provided you...
I am having a hard time writing queries after I have normalized my db to the 3nf, before I would place multiple values in a comma seperated list into one column, which made it impossible to work with the data. normailization has helped out tremendously in the application, but now i need to...
thank you for your response. the benifits that we are reaping from normalization far outwieghs this problem. i was just checking to see if i could fix this with sql before i moved it to the logic.
jgroove
I have been working on normalizing a bunch of table that I have. The problem is that now that I have all the data in a bunch of different tables, when I join them on a select I am not getting exactly what I want.
example
the problem is I took all the actors out of the movie table and moved...
i am trying to fix an access application that was created a long time ago in access 97. After recieving the file I imported it into 2002 and everything seems to work fine. I can't seem to get started though because i can't get passed the forms. When I open the mdb file it takes me straight...
I am trying to build a regular expression that will let me change text between to comments on a webpage. I have a large textarea that users can type in information about a webpage then I want to be able to write that infomation into a template that I have. The start of the text is <!--...
I am not sure if this is the query that you are looking for, but it will look for records that are in one table and not in another. Let me know if it isn't what you are looking for and I can try to help you find a solution.
<cfquery name="getdiff" datasource="mydb">...
ITGL,
Regular expressions work really well on manipulating text. Try using these before you print out your textfield.
<!---Replace Carriage Returns with paragraph tag--->
#REReplace(TextField, CHR(13), "<p>", "ALL")#
<!---Replace LineFeeds with line break tag--->...
tlhawkins,
thanks for the idea, but it didn't work. Maybe you can help me out with another solution. Here is what I am trying to do. I have a select form field where you can select more than one option. I need to be able to find all of the "trainers" from the db based on the...
I am using CF5 and oracle 7.3.4 and I am trying to create a query with an IN clause in it. I have done this many times using the same technique but now it is causing me great pain. Here is my code:
<cfset session.Event.selTrainerID=ListQualify(session.Event.selTrainerID,"'")>...
I am trying to write a Coldfusion Application that is sitting on a solaris box running apache. I am trying to figure out is there a way to authenticate to an NT 2000 server. Active Directory is NOT installed, so I can not do an LDAP query. Is there a way using IAS somehow?? I have have read...
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.