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 Mike Lewis 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: *

  1. amisima

    unterminated string constant error

    Here is the input box I am using. variant_array = PopulateRS(strSQL, db_CATS) response.write &quot;var pane2 = &quot;&quot;<table border=0 bgcolor = #e7e4d6 width = '67%' height = '100%'>&quot; if isarray(variant_array) Then for i = 0 to ubound(variant_array, 2) response.write...
  2. amisima

    unterminated string constant error

    Hi, I am getting the error &quot;unterminated string constant&quot;. I have an input box. When I type &quot;affected party&quot; 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 &quot;affected...
  3. 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...
  4. amisima

    Can a JavaScript function be called form a link?

    Hi onpnt, Sorry I was just looking for some different answers to my questions.
  5. amisima

    Can a JavaScript function be called form a link?

    hey veep, what is &quot;I wonder if amisima will buy it this time or ask again.&quot; supposed to mean?
  6. amisima

    Can a JavaScript function be called form a link?

    Yes that is what I meant. I didn’t have an </a> tag. I forgot to include it. Thank you for all your help! I have another question if that is ok. 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...
  7. amisima

    Can a JavaScript function be called form a link?

    How would I add the on click if I have a link like this <%Response.Write (&quot;<a href=&quot;&quot;CATS_Term_Record_Deleted.asp?ID_no=&quot; & rs(&quot;term_ID&quot;) & &quot;&quot;&quot;>&quot;)%> <td><b>{EN}</b></td> <td><b><%Response.Write (rs(&quot;title&quot;)) %></b></td>...
  8. 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...
  9. 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...
  10. 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
  11. 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>...
  12. 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
  13. 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