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 Wanet Telecoms Ltd 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: ryanbrand
  • Content: Threads
  • Order by date
  1. ryanbrand

    line breaks- store in DB

    Hi, I have a text area that will put it's text in a DB. Later the text will be displayed on the website but not in a text area. How do I store the data so that the line breaks are on the website. How do I replace the text area breaks with <br>? Thank you for your help. Ryan
  2. ryanbrand

    auto display DB fields

    Hi, Is there any way that I can have coldfusion automatically display all the fields that I select? Example: select * from mytable Then have it display all the fields from mytable (in html table format) without having to name them all. Please let me know. Ryan
  3. ryanbrand

    cflocation and forms

    Hi, I like how cflocation can redirect a page, but it's still easy to go back: it doesn't redirect again (just skips the redirect page) and make it difficult to go back. I'm wondering if there is something similar that I can use to submit a form so that when the user presses the back button, it...
  4. ryanbrand

    drop down box determine next page

    Hi, Is there any way to change where a form is submitted to based on the option that is selected in the drop down box? It's the only item on the page, and it should go to a different page based on what option is chosen. Perhaps it can be done with javascript? Thank you for your help! Ryan
  5. ryanbrand

    bad formatting table cell

    One of my table cells isn't letting the width be fully used up. It acts as if there's a 2 inch margin on the right side of one of the cells. Could you help me fix this? The code is below. Thank you!! Ryan ------------------------------------------ <html> <head> <style type="text/css">...
  6. ryanbrand

    combining tables

    Hi, I have an updating issue with my one of my database tables. I have an old table with fields that are accurate, except for one of the fields. I have another table that has the same records (plus many more) with the correct information in the field that is outdated in the other table, but...
  7. ryanbrand

    create javascript variables on the fly

    Hi, I would like to create an undefined number of variables as my page loads. I want to use numbers to change the name of the variable. Here's how it would work: 1. declare variable 2. create new variables in a loop Afterward I would have a list of variables depending on how long the loop goes...
  8. ryanbrand

    Text area format editing

    Hi, I'm creating a form with a text area. I would like my users to to be able to format their text (bold, italics, color, font). Then I would like the text and formating to be saved into a DB. Then be displayed with the formatting. Is there any code that can let my users (non-coders) format...
  9. ryanbrand

    Joining tables

    Hi, I have a complex database issue. There are 3 tables that I have to join. Here are what the tables look like: TABLE: MajorListings MajorName MajorCode ---------------------- Pre-Med XBIO History HIST Theology THEO TABLE: studentInfo studentID StudentMajorCode...
  10. ryanbrand

    Join Tables in CFQuery

    Hi, I have 2 tables that I have to get data from. The first table will determine what data is pulled from the second. The problem is that I need to pull 3 records for each record pulled from the first. Here's an example of the tables: TABLE: areas areaID personcode1 personcode2 personcode3...
  11. ryanbrand

    text background color

    Hi, I'm looking for a way to give my text a background color that is different from the background color of the page. I want to do it using simple html and not CSS (or inline styles). I want to be able to have a white background, but have the text with a red background. Thank you for your...
  12. ryanbrand

    dynamically create an Excel file with coldfusion?

    I'm wondering if it is possible to dynamically create an excel file with ColdFusion. All my data is stored in Access, and my processing team wants to be able to create an excel file by clicking on a link on the web page. Right now they copy and paste the data from my display page to Excel, but...

Part and Inventory Search

Back
Top