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

    Question about .obj files

    Is There a method of reading .obj files in borland(or any other program for that matter) or are they only excacutable?
  2. sliver

    DPI Verses image size.

    ok I konw bad graphics newbie no donut that being said why do I have an image that says its 7.5 inches and 200 dpi but when I post it to my web page for display its HUGE. I have always heard something about the 72 dpi limit but I dont really konw what it means.
  3. sliver

    double?? dynamic variable name....

    ok I am completely stumped in the middle of an loop fed by a query I have a set variable I am doing another query inthe loop to get numbers of record with certian variables (happens like 60 times on the page and I dont want to make a new query everytime we add one) so here is what I am trying to...
  4. sliver

    "hidden" field not passing

    I have in my form a field coded as follows this field comes before the submit button <INPUT TYPE="hidden" NAME="numb" VALUE="one"> when I click on the submit I get the error Error Diagnostic Information An error occurred while evaluating the expression: number="this#form.numb#" Error...
  5. sliver

    how to &quot;ADD COLUMN&quot;

    here is my query it is on a sql server/coldfusion system. <cfquery name=&quot;adding&quot; datasource=&quot;clientname&quot;> ALTER TABLE subjects ADD COLUMN partnerid VARCHAR(30) </CFQUERY> from everything I can find it should work but it doesnt. I get Microsoft][ODBC SQL Server Driver][SQL...
  6. sliver

    scheduled tasks and cflocation

    I have discovered that cflocation does not seem to work on automated tasks using the task scheduler in cf administrator. I have a series of tasks that must be preformed in a certain order that I have been using cflocation to trigger the next task but now that I am tryng to automate the system it...
  7. sliver

    apache server with 4.5 express

    I have tried several times to run various versions of cold fusion server on apache servers. I have tried different versions of apache and cold fusion and nothing works. Here is my problem Ican access the various files that are .htm or .html or any .cfm files I write but when I try to load any...
  8. sliver

    onclick form submit

    I am trying to figure out the code to have a onclick form submission possible from an url link. I have tryed <a href=&quot;link?variable=X&quot; onclick=&quot;document.myform.submit();&quot;> linktext</a> what I need is a link that will carry all the hidden form fields and this one variable...
  9. sliver

    multiple buttons on one form

    I have a real basic query and output for a form my problem is that the query could bring back upwards of 200 records and I only want to display 20 per page and at the bottom of each page I want to either A: submit and make a report from the names I have chosen or B: keep the names I have...
  10. sliver

    dateformat a Variable recovered from a query

    Here is the code I am trying to use #dateformat(#query.date#(), &quot;MMM-DD-YYYY&quot;)# what I have is a date available field in a DB that the client has filled out in the past I want to populate that field with the varaible which I pick up in the query earlier on the page but I run into a...
  11. sliver

    target new window without navigation

    I have a form targeting a new window to process but I dont want the new window to contain any navigation bars or anything... thank you in advance.
  12. sliver

    Query results into a text file

    The title just about says it all I have a query that I want to turn into a text file with some sort of deliminator I need to do this with a coupple of different querys one with 3 results per line one with 7 so on and so on. I feel this should be easy but I havent been working for about 6 weeks...
  13. sliver

    verify adding form data to DB

    I have a form that people might add information on a subject that someone else might have alreaddy entered. if someone else has alreaddy entered the subject I want the second person to have the options A. Adding the subject again (&quot;I have another set of info that should have its own...
  14. sliver

    CFMAIL from a nested output

    The following code will output a page with the desired information in the desired format but I can not figure out how to turn it into an email. <CFQUERY datasource = &quot;datasource&quot; Name = &quot;sched&quot;> select * from table m where EXISTS (Select summary FROM bills WHERE...

Part and Inventory Search

Back
Top