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 Chriss Miller 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: mokaplanjr
  • Content: Threads
  • Order by date
  1. mokaplanjr

    Querystring causes server to return physical folder paths to browser

    I don't know if my "subject" made any sense, so here is an example of what I am talking about. I have a site that is on a shared hosting service running CF7. Let's say the site is "example.com." The root folder for all the domains in my account is "htdocs" and the site files are in the...
  2. mokaplanjr

    Submitting form data to a web service that saves it... possible?

    A client wants to add a form to their site that will post from the website (CF MX 6.1) to an asp.net web service that resides on their internal network and off the web. The network URL is something like "http://myintranet/formsaver". Why use a web service? I don't know; the site runs on a...
  3. mokaplanjr

    Copying Access column from one table to another using SQL

    I need to use SQL to copy a column from one Access table to another in order to get that column's properties (i.e. "Allow Zero Length"). Using alter table to add a column will not allow setting "Allow Zero Length". In other words I want to copy TableA.ColumnX to TableB.ColumnX. Once copied, I...
  4. mokaplanjr

    Concerns: upgrading CF 4.5 dev server to CFMX7 dev server

    I have been developing on the CF 4.5 enterprise development server -- installed on Win XP Pro with IIS -- for many years now. Even as I write, I am downloading CFMX 7 development server (about time, eh?). My question is pretty general. What should I know before installing CFMX7 on the same...
  5. mokaplanjr

    Digitizing Tablets: Wacom vs. Aiptek... opinions?

    Howdy. First post this forum (I am a web developer and usually hang out in the ColdFusion zone.) Enough about me. My first love is graphics and I am considering the purchase of a digitizing tablet. I know Wacom is reputed to be the best, but I wonder if anybody out there has experience with...
  6. mokaplanjr

    RackSpace - anybody have a CF site hosted there?

    That is the question. We are considering placing sites at RackSpace, but need to know how well there servers handle CF sites, speed, reliability, etc. Let me know.
  7. mokaplanjr

    Excel list box that displays LABELS, but delivers VALUES on click.

    If this seems like a silly question, please don't yell at me. Just help me. I want to make a list box in Excel that will display a series of labels to click on, but once clicked, delivers other values (obtained from various cells with equally various formulas.) Example: A B 1...
  8. mokaplanjr

    I need a template that lists field information (data types, size, etc.

    I have a template that lists field names in a table. Works fine. But I would also like to get datatype and field size information. Anybody?
  9. mokaplanjr

    Does <cfscript> improve performance setting application.cfm variables?

    I use the application.cfm template to set global variables (fonts, colors, etc.) using the tag <cfset application.variable = &quot;#data#&quot;>. The values of each variable come from a query of a table in the database. I set about 30 variables this way and my ISP says this is bogging things...
  10. mokaplanjr

    Double quotes and carriage returns truncate row from text file

    I have set up a text file DSN and a query that successfully pulls data from the text file. The file is set up with pipe (|) delimiters. This is a read-only situation; the text file will be uploaded via a web form... already set up. It never gets updated by the web application. The problem is...
  11. mokaplanjr

    Get ID (primary key) immediately on inserting new record.

    I need to be able to pull data from a new record at the time it is inserted. I want to be able to insert the record and on the action page create a hyperlink that queries the new record for it's primary key. I know how to create the hyperlink query, but I can't find a way to get the ID field...
  12. mokaplanjr

    One form field to update two db fields in a record at once?

    That is the question. Does anyone know an efficient way to get one form field to update two fields in a record at once? I have a select list populated with from a query that pulls two bits of info from each record -- an ID number and a text label. I want the selection to write the ID number...
  13. mokaplanjr

    Hidden form fields cause visible space between tables

    When creating HTML forms on a CF page and including hidden form fields, it creates excess space that pushes the table with the form away from adjoining tables. The more hidden fields, the more space. Take 'em away, and the tables smack nicely together the way God intended. Any idea why and...
  14. mokaplanjr

    Search by date gives no results at all

    I need the users of a web to be able to query the database by entering a &quot;From&quot; date and a &quot;To&quot; date in text boxes. The table has two Date/Time fields called &quot;EventStartDate&quot; and &quot;EventEndDate&quot; which are filled by the web administrator in an HTML form...

Part and Inventory Search

Back
Top