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 SkipVought 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: *

  1. vsimmons

    Multi-block forms and saving

    Hi Helena, I tried to change those properties as you suggested, but then when I went to type information into the fields for the master block, it wouldn't let me because insert/update is not allowed. I don't want the user to have to "query up" this information - I want them to enter...
  2. vsimmons

    Multi-block forms and saving

    Hi All, I have a question that is probably an easy one to answer, but I've never done it myself so I'm not sure how... I have a form that has 3 data blocks (2 of them are based on tables and the 3rd is a control block with buttons and display fields). I wanted to know how I can click on a SAVE...
  3. vsimmons

    Retrieve data from DB w/o submitting CF page

    Hello, I'm creating a form where the user will input a number into one of the form fields that uniquely identifies a person. In the database there are initials that are assigned to each ID. Once the user has entered the number and moves to the next field, I want to have the Initials field...
  4. vsimmons

    cfsetting variables

    I have used cfset to create variables and assign certain values to them. When I cfdump #VARIABLES#, I don't see any of these variables listed. What am I missing? Thanks!
  5. vsimmons

    Can cfsqltype be BOOLEAN?

    I am trying to call an Oracle stored procedure from my CF code, and ran into what I think could be a possible problem. The stored procedure that I'm calling returns a boolean value. When I set the cfsqltype, I didn't see BOOLEAN as a type I could choose from. Can I use this stored procedure...
  6. vsimmons

    Query of Queries error

    I'm apparently doing something wrong, and I need help to figure out how to do what I'm doing the right way. I have the following two queries: <cfquery name=&quot;qGetDataSeq&quot; datasource=&quot;#VARIABLES.dsn#&quot;> SELECT data_seq FROM subject s, data_correction d WHERE s.subj_seq =...
  7. vsimmons

    Forms select box from query

    I have the following code that returns subject numbers from a query and puts them in a forms list that you can choose from. The results appear as follows: 1-5-020 MAR, 1-5-021 JAX, etc. (the numbers in the subject ID are ordering correctly) When I add the All Subjects option, it puts this at...
  8. vsimmons

    Handling a File not found error

    I am very new to Cold Fusion, so please forgive me for asking what is probably an extremely simple question. I wanted to know if there is a way to handle a File Not Found error. In my code, I have conditional statements to open certain files depending on the user input using <cflocation>. Is...
  9. vsimmons

    Saving partial data on multi-record form (FORMS 6.0)

    I am running a large multi-record form over the web. Our users keep getting timed-out of the form after entering large amounts of data and are understandably upset. I want to know if there is any way to commit(or post) part of the data entered to the database periodically to keep the database...

Part and Inventory Search

Back
Top