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 Wanet Telecoms Ltd 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: yogi564
  • Content: Threads
  • Order by date
  1. yogi564

    How to do a search based on four values

    Hi all Can somebody out there try to help me out. I have a form which needs to pull out the results based on four different ranges. For example the heading is called Easting and the first field name is called "e1" and second is called "e2" And the second heading of the field...
  2. yogi564

    Is there a way to do rollover text

    Hi all, I wondering is there a way to do a rollover text by any chance. What it needs to do is that when a user clicks within a text input box, it should display the rollover text message and then let the use tye in the value for that text input box. I can do a rollover image for a start but I...
  3. yogi564

    MIN AND MAX VAlIDATION NEEDED IN Javascript

    Hi all, Can somebody help me out with this problem I have. I need a javascript validation to validate 1) "Minimum Depth from" to "Maximum Depth from" and then it has to validate from 2)"Maximum Depth From" to "Minimum Depth To" and then finally 3)...
  4. yogi564

    how to populate a dropdown box 2

    Hi all I am wondering if someone out there know a proper way to populate a dropdown box after selecting from one, using cold fusion tag. I have tried everything on JAVASCRIPT, but it doesn't pick up the selection base on serveral other selection from the database. What I have got currently...
  5. yogi564

    Crystal report problem !

    hi all Can somebody help me out with this problem which is listed below. Thank's In CF code, we have: <cfreport report=3D&quot;c:\\Inetpub\wwwroot\myreport.rpt&quot;> </cfreport> -----------------------------The error message :---------------- Error Diagnostic Information Error occurred...
  6. yogi564

    How to add the two value and then display it in a Total field

    hi all Can somebody help me out. I need a code that will add two fields and then give me a total value in third and final field. It should allow users to input their own numbers as well as decimal point in the two fields to give the final value. thank's from yogi
  7. yogi564

    What do people use to out put live reports to the web

    hi all can somebody help me out. What do people use to output live report using cold fusion. I tried to use <cfreport> tag, it doesn't like it one bit at all! It come up with stupid errors. thank's
  8. yogi564

    How give special permission for user to view or edit that page.

    Hi all, Is there a way to give a special permissions for users to view, add or edit a page. Currently what is happening is that with a Username or password that person has full access permission. What I need to happen is restrict some users from editing add information to the pages. For...
  9. yogi564

    Is there a way to disable the rfresh button in IE browser

    hi all Is there a way to disable the refresh button in IE browser for certain pages of the application. If so can somebody help me out? I mean the main window not the child window. Thank's
  10. yogi564

    How to populate a date after fill out the one field in the form to oth

    HI ALL, I wondering how to populate date, after filling out the first field. For example I have six fields with the same name given in the form called DATE. What I need to happen is to get all the six fields to fill up when I enter in the date in the first field. Therefore the other five...
  11. yogi564

    Dropdown box populating issue??

    Hi all, This code below which is sort of giving me trouble. The problem is that currently both the dropdown box are populated to get it to work. But I only need the &quot;Start&quot; dropdown box to be populated, which I have already done. Only from the selection of &quot;start&quot;, I need...
  12. yogi564

    How to store a value after entering it once until the user wants to ch

    Hi all, I wondering if it is possible to store a value after entering it once until the user decides to change it. For example I want to have two form tags in one cfm page. The first form tag has only one field in it called Date. When the user enter a date in the first form tag and clicks on...
  13. yogi564

    How do I populate the other dropdown value based on the first dropdown

    Hi all, Can somebody help me out. I wondering if there is a way to populate other dropdown box based on the first dropdown selection. The coding is given below <select name=&quot;pan_cementum_cd&quot;> <cfloop query=&quot;PC&quot;> <option...
  14. yogi564

    CFREPORT : Crystal Report Error

    Can somebody help me out with this problem which is listed below. Thank's In CF code, we have: <cfreport report=3D&quot;c:\\Inetpub\wwwroot\myreport.rpt&quot;> </cfreport> -----------------------------The error message :---------------- Error Diagnostic Information Error occurred while...

Part and Inventory Search

Back
Top