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!

Recent content by sjg0003

  1. sjg0003

    Saving of Form Items Using Perl and the onchange option.

    Nice stab.. That worked.. Thanks for all the help..
  2. sjg0003

    Saving of Form Items Using Perl and the onchange option.

    Paul, Thanks for the help. I was wondering if you coud assist me with another issue that I am having? I have expanded the script a bit to include a few more list boxes and one listbox that gets dynamically created based on what was selected in the platform listbox. It looks like my...
  3. sjg0003

    Saving of Form Items Using Perl and the onchange option.

    When I do it the way you have suggested I recieve the following error: String found where operator expected at ./script2.pl line 8, near "->"the selected OS was $os"" (Missing operator before "the selected OS was $os"?) syntax error at ./script2.pl line 8, near "->"the selected OS was...
  4. sjg0003

    Saving of Form Items Using Perl and the onchange option.

    I have been looking for a way to save off the value of a drop down list box and use this value to parse data based on the value of that item. I am using the onchange option on in the <select> however when I change items nothing happens. Can someone please help me figure this out? Here is...
  5. sjg0003

    Updating a Graph Using a Command Button

    I do not even know where to begin with the graph. I can manually add a graph but I need to be able to change the information on the fly and not sure how to do this.
  6. sjg0003

    Updating a Graph Using a Command Button

    I have a number of sql statments that capture the data I want to place in a chart. What I do not know how to do is to be able to update the chart on the fly by using a command button. I currently do not have a chart on my form because I don't know the best method to do this. Anyone know how...
  7. sjg0003

    Adding a new record using an unbound form

    I am trying to add a record using a form that is not bound to any tables. Here is what I am working with. Table1: customer_info field1 = cust_snn (primary key) field2 = cust_fname field3 = cust_lname ... ... ... Table2: customer_transactions field1 = id (autonumber) field2 = trans_ssn...
  8. sjg0003

    How to calculate what week it is from the current date

    What I need to do is convert the current day example: 01/06/2004 = Week 2 01/15/2004 = Week 3 January 6th falls under week 2 and January 15th falls under week 3.
  9. sjg0003

    How to calculate what week it is from the current date

    I have a couple forms in which I have revolving work-in/work-out. Rather than having to type in what week it is I would like to be able to update my revolving wrk-in/wrk-out DB by pressing a button. It would just add the current date into the date field and calculate what week it is and...

Part and Inventory Search

Back
Top