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

    Adding horizontal scrollbars to a list box

    Does anyone have a simplistic way to add horizontal scrollbars to predetermined width list boxes?
  2. jreinard

    IIS 4.0/SSL/Metabase.bin

    Hello. I think I have exhausted MSFT's knowledgebase and hopefully someone can shed some light on this. I am using IIS 4.0 and installed a new SSL on a site, which installed fine (no errors,etc). However when I got to access this, i cannot. DNS is not found. bla bla bla. Now here is the catch...
  3. jreinard

    Validating a Text Box (simple question)

    I am trying to force the validation of a text box through a script. I have a text box named cost_center1. When cost_center1 is equal to 1999, the form will then submit. I do not believe I have it called properly... It seems that it is not recognizing the if statement properly. Any help is...
  4. jreinard

    Nested SQL Statement

    I have 2 search functions written in ASP that call from different fields in a SQL 7 database. One is an item number search and the other is a basic "like" query. I am now trying to merge the 2 so I have one big search feature. The problem I am having is nesting the 2 SQL statements. It...
  5. jreinard

    Request.Form (simple question)

    I am trying to write a simple search function that will return items from a SQL DB. i am using a basic search form with one text field. <form name=&quot;search&quot; method=&quot;post&quot; action=&quot;search.asp&quot;> Item Search<br> <input type=&quot;text&quot...
  6. jreinard

    password validation and returning URL from a list menu

    I am tring to get the following script to return the value of the listbox's URL once the password has been validated. For some reason it will not return the URL. Please Help!!! <SCRIPT language=&quot;JavaScript&quot;> <!--hide function password() { var password; var pass1=&quot;pass1&quot...
  7. jreinard

    CF Newbie

    OK, so I am trying to convert data stored in an access db into a hyperlink via CF. The data is a string, and contains the full path of the url. Anyone know of an easy way to do this? From the code, I would like the #URL# to actually represent a true URL from the string in the database...
  8. jreinard

    php email problem

    Hello all, I am writing a php script that sends an email via a web form. I am trying to suppress the information that is null so it will not be included in the email. The email send and recieves fine, but the information is not being included in the email. It is acting as though everything is...
  9. jreinard

    Excel Data for crystal 8

    I have report created in crystal 8 that uses the excel odbc driver. Whenever I add a new column to the excel sheet, crystal does not show the new column that I updated, to add the report. The database is verifiable and states it is up to date, yet the new column will not append as a table within...
  10. jreinard

    Calling string parameters

    I am trying to output a string parameter in the page header of my report and it will not display the data range that is specified. Though if I only call one distinct value it will display the parameter. There is not any conflict with formatting that is limiting the display. Any other options...

Part and Inventory Search

Back
Top