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...
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
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...
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...
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...
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...
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...
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...
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("ADODB.Recordset")
Set oConn =...
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...
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.