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

    SQL2005 - Add SSIS pkg to multi step job

    Hi. I hoping to get some help incorporating an SSIS package (either via SQL or file) into a job with multiple steps. The SSIS package would take place somewhere in the middle of the steps. I'm running SQL 2005 on a Windows 2003 Server OS. The SSIS package drops an existing table in the database...
  2. selaine

    Search engine for site?

    I have absolutely no clue where to start and know virtually nothing about CGI, but wasn't sure what forum to post my question in. I'm wanting to create a search engine for our web site, but have never had one before and am not sure what would be the best approach. Does anyone have any...
  3. selaine

    problem using images to create rounded corner type border

    The look I am striving for in redesigning the look of our entire site, can be found at: http://www.co.rock-island.il.us/rico1g/ This page was created as a layout tool only using Photoshop and ImageReady. The actual page (as coded thusfar) can be found at...
  4. selaine

    css background-repeat problem

    I'm having this problem with the &quot;header&quot; on my web page. I just started working with CSS and SSI this week and thought I had the hang of things until now. Here's the deal... In my Index.asp, I have an SSI: <!--#include virtual=&quot;/TEST/Rico3/Header.asp&quot;--> The code for my...
  5. selaine

    asp: prob with validation code

    I have a multi-page form using asp and on my second page, (get_main_categories.asp) on submit, I run this javascript validation code against a bunch of checkboxes and it isn't working. It worked fine on win98 with pws, but then I incorporated it with my page layout; all formatted and everything...
  6. selaine

    Error - Arguments of wrong type or out of range? HELP!

    I'm getting the following error: I need to insert a record into one table, grab the autonumber key (Register_ID)and insert multiple records into another table with the key. Does anyone know why I'm getting this error and how I can correct it? ADODB.Connection error '800a0bb9' The...
  7. selaine

    asp: type mismatch and update loop

    I actually have two issues/questions: I have an autonumber field in an access db table that I grab and later use to update a record in another table withing the same db. The code I use to get it from the db table is: 'Retrieve the Registration Identification Number strRegisterID =...
  8. selaine

    FORM VALIDATION - CHECKBOXES: Driving me crazy!!

    I've been working on this for a week and am a web programmer that kind of learning as I go and I think this is simple, but my brain is fried........ How would I: 1) loop thru form to create array for each set of checkboxes with the same name 2) loop thru each array to make sure at least one...
  9. selaine

    asp: RUSH!! need to change code to create new form per id

    I have a page that generates one or more lists of checkboxes via an access db. The code for page 1 (category.asp) is: ****************************** <% @LANGUAGE=VBscript %> <% Option Explicit %> <% Response.Buffer = True Dim dbConn 'Common Database connection Dim rsConn 'Common...
  10. selaine

    asp: special form validation problem

    I'm working with three different asp pages: Page 1 = Supplier_Reg.asp Page 2 = Commodities.asp Page 3 = add_supplier.asp Page 1 contains part one of a form (textboxes and checkboxes) I pull all of the textbox information into page 2 as hidden fields as follows: Response.Write( &quot;<td><input...
  11. selaine

    pass array values to hidden fields in form on next page?

    I'm learning asp and scripting as I go, and don't work with arrays and loops very well yet (They're very confusing! ) Anyway, could someone explain to me how to create an array of checkboxes that were selected from a form on one page and pass them into hidden fields in a form on the next page...
  12. selaine

    asp: checkbox validation by groupid

    I've got the first two pages working as shown below, but now I have a problem validating the checkboxes (per GroupID) from page 2, to make sure the user has selected at least one checkbox from each generated GroupID list of checkboxes (prior to submitting to add_supplier.asp) What would the code...
  13. selaine

    asp: checkboxes &amp; multi-page form

    I've got the first two pages working as shown below, but now I have a problem validating the checkboxes (per GroupID) from page 2, to make sure the user has selected at least one checkbox from each generated GroupID list of checkboxes (prior to submitting to add_supplier.asp) What would the code...
  14. selaine

    asp: dynamically create 2nd part of form from access db

    The code for my first page is pulled from a table called tblCategory and it works fine. My problem is I'm not sure how to approach page 2. I need to hold on to all of the information from page 1, to use for page 2. <table width=&quot;500&quot;> <form action=&quot;info2.asp&quot...
  15. selaine

    asp: problem with logic in function

    I need to evaluate the following checkbox fields to make sure the user has selected at least one of the checkboxes. I fugure it's got to be a problem with my logic because if no boxes are checked, a few boxes are checked or all of the boxes are checked, the function shows the alert and returns...
  16. selaine

    asp: ckbx validation not working if rest of form filled out

    I have a form on Supplier_reg.asp that asks the user for different information and asks them to select one or more checkboxes. I found this validation script on creativeprogrammers.com (which doesn't exist right now) and am using it for all validation except for my checkboxes (i tried inserting...
  17. selaine

    Count &lt; 1 send user back to form w/pop up error msg in diff window

    I have a number of checkboxes in a form, along with other data fields and need to know how to check to make sure the user has selected at least one. If the count is less than 1, they would not be sent to the second page and a window would pop up giving them an error message that at least one...
  18. selaine

    basing sql statement on checkbox values not equal to &quot;&quot;

    I have multiple checkboxes (plus other misc text boxes) in a form. Each checkbox has a unique name and value, with the value corresponding to an field in a table (for use in compiling page 2) At the bottom of the form I have a continue (submit) button that opens a new page. When the...
  19. selaine

    asp: 1st form dependant on form in 2nd page

    I have a form that contains misc information at the top and multiple checkboxes at the bottom of the form. The user can select one or more checkboxes (all have unique names and values. I've coded each of my checkboxes on the 2nd page (may need include to do it efficiently) the same as the...
  20. selaine

    Submit button showing at top of page instead of bottom

    Does anyone know why my submit button is showing up at the top of my page, instead of after the form? I'm sure it's the order. I may need to imbed the submit button into vbscript, but not sure how to do it. Here is the part of the code that would affect things. Thanks everyone!! <table...

Part and Inventory Search

Back
Top