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 bkrike 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: RTDesi
  • Content: Threads
  • Order by date
  1. RTDesi

    Hyperlinks in Tables

    I'm trying to throw some links in tables using the 'hyperlink' datatype...basically, the field is the filename (minus the extension)...For example - the record contains the field with the entry 'file1' ..and the hyperlink would be like : http://www.something.com/science/biology/frogs/file1.pdf...
  2. RTDesi

    Converting Publisher to Powerpoint

    Does anyone know of a way to convert Publisher files to Powerpoint? Also, does anyone know how to convert Word documents to Powerpoint? Thanks in advance, Aarti
  3. RTDesi

    Datagrid : Automatically Resizing Cells

    Is there a way to resize cells in a Datagrid on the fly based on how much information is in each field in the database? Basically, I want the words to wrap if they exceed n amount of characters so there is no scrolling w/in the cell. (ie all text is visibe at all times) Any help on this will be...
  4. RTDesi

    Inserting Array Values into dbase

    Basically, I have an array of option buttons (radio buttons) and I want to loop through them to see which one is selected, then insert that value into the database (where the field name is TOPICS) The code is as follows : Dim X For X = 0 To Me.optCategory.Count - 1 Select Case...
  5. RTDesi

    Data Repeater

    I'm currently using a Data Repeater to display information from an access backend. I created an activeX control and made an .ocx file. I connected it to the datarepeater and have all the display areas linked to the corresponding fields in the database table. The problem is, it just keeps...
  6. RTDesi

    DataGrid wordwrap

    Hey, I"m using a datagrid trying to display a table from an access database. Basically, I want to show all the records in the table. Some of the fields are quite lengthy (ie memo datatype). I tried using the 'wrap text' option found in the properties under the layout tab. For some reason...
  7. RTDesi

    Form Issues

    Hey, I'm somewhat COMPLETELY new to ColdFusion. I'm trying to accomplish some form-related tasks. Basically, what I have now is a form w/ a few textfields and checkboxes. Basically, the names of the checkboxes correspond to the tables in the database. So, whichever checkboxes are checked, I...
  8. RTDesi

    details/output page

    When making an output/details page in order to display items that are currently in a database, how can you get a repeated region displaying each RECORD as opposed to each FIELD (column-wise). For example, if i choose a repeated region of name, it shows ALL the names...I want to show each...
  9. RTDesi

    Record Count

    I'm trying to get a record count of all the records in each table, then display it next to each table name (which corresponds to each category) As of now I have : <% dim rs, oConn, tSQL Set rs = Server.CreateObject(&quot;ADODB.Recordset&quot;) Set oConn =...
  10. RTDesi

    Executing Multiple SQL statments

    Here's the problem: On one page I have a form with multiple checkboxes that allows the user to select various different categories to which they want to send their information . For each category, I have a separate table in the database. What I want to do is be able to check to see which...

Part and Inventory Search

Back
Top