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 strongm 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
  • 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

    "hidden" field not passing

    well now we have discovered that apearently it works on the non-secure side of the application. also most of the time on the secure side if you hit refresh it works just fine.
  4. sliver

    double?? dynamic variable name....

    thanks guys my partner pointed out that my function was working fine it was the next call I was miss calling.. thats what happens when you try and code on too little caffene
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. sliver

    WinME:how to remove annoying aps on boot up?

    Im having the same problem in win98 (which this forum is about) and cant get to the auto start programs by right clicking the task bar any other ideas?
  11. 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...
  12. 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...
  13. 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...
  14. sliver

    CFLOCATION: Bad Redirect

    I dont know what the problem actually is but I have found fixes at allair's site. if you go to this link and search for CF_Location you will find several custom tags that will fix the problem. http://devex.allaire.com/developer/gallery
  15. sliver

    CFLOCATION: Bad Redirect

    I am now having the same problem. a <cflocation> will not redirect but an include will do the job. did anyone ever figure out what the problem here was?
  16. 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.
  17. 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...
  18. sliver

    verify adding form data to DB

    basicly I want a way to carry all the Form-Fields forward through a page..... 1. fill out form 2. page that says do you really want to do this A. Yes B. NO 3. use info from 1. the client doesnt want me to use javascript so the easy method is not available. thanx again in advance. PS...
  19. 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...
  20. sliver

    CFMAIL from a nested output

    Thank you GunJack! that worked well. there may be a better answer but what you gave me works. once again I thank you.

Part and Inventory Search

Back
Top