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

    unterminated string constant error

    Hi, I am getting the error "unterminated string constant". I have an input box. When I type "affected party" and press submit. The submit button calls an insert function and it inserts into an Oracle database. This all works fine. When I copy and paste "affected...
  2. amisima

    exception occurred

    Hi, I am getting this error. Error Type: (0x80020009) Exception occurred I am using Oracle8. I am getting this error when I try do display a date on my asp page. Here is the code that I am getting the error with. <%if InStr(ucase(rsf(&quot;create_dt&quot;)),ucase(search_criteria)) <> 0...
  3. amisima

    Can a JavaScript function be called form a link?

    Hi, Does anyone know if there is such a thing as a JavaScript function being called from a link? I have a delete page, the user types in a word to be deleted form the oracle database. The page then displays the record as a link. The user clicks the link and the record is deleted. I want to...
  4. amisima

    simple error message &quot;problem&quot;

    -------------------------------------------------------------------------------- Hi, I have this update page. The user enters in a record to be updated on a form. The page then displays the record to be updated. I am trying to add a error message to check if what the user typed in doesn't...
  5. amisima

    paging using oracle

    Hi I am trying to add paging to my search page. I have tryed different ways but I can't seem to get it to work. Does anyone know of a place that I might be able to find an example using a Oracle database and without using absolute page? Thanks, AmisimA
  6. amisima

    highlight upper case problem with replace

    Hi I am trying to highlight my search results. I have a replace function, when I highlight the search result the rest of my results changes into upper case. This is what my code looks like: <%if InStr(ucase(rs(&quot;EN&quot;)),ucase(search_criteria)) <> 0 then %> <td><B>{EN}</B></td>...
  7. amisima

    page count using oracle

    Hi, I am trying to display 10 results per page and have links to next page. I am getting -1 as a page count. I am using rs.pagecount. I am using Oracle as my database, does the pagecount work with an oracle database? Thanks, Amisima
  8. amisima

    how to display 10 results per page

    Hi, I have a search page and I would like to know if anyone knows how to display 10 results per page with navigation for the remaning pages. Thanks, Amisima

Part and Inventory Search

Back
Top