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

    Array of fields(checkboxes) to update

    I'm stumped and I think I've just been looking at this too long and I'm missing something simple: I have an array of fields that I would like to update if the function is called. The array will change - that part is working the sample I'm going to show is after the array is selected I want to...
  2. jkafer

    Trouble with dynamic PHP created forms passing to JS

    I have a php page that creates forms (many on each page) with dynamically named parts. So each form and the submit button is uniquely named. What I want to be able to do is have the following javascript function run at the click of the button. So I need to pass the form & button name. I can do...
  3. jkafer

    Combo Box pass procedure to call

    I have a list of reports/processes that are in a table. And I want to select from that list and call the procedure that I have associated with it. Here is some sample data: ReportName ReportFile Procedure Weekly Rpt rptWkSum cmdWkSumAll I have a combo box setup on my form. There are...
  4. jkafer

    Word Merge Document as Fill-in Form

    Does anyone know a way that I can have the best of both worlds here? I want to send a word document that is setup as a Fill-in form, but it is personalized with their Contact info & YTD numbers (the merge part), but the rest of the file/document is a "protected" fill-in form so that they can...
  5. jkafer

    copyfile IFileSystem3 2147024784 error

    I know I have had this working, but for some reason I cannot get this code to work. I am trying to copy datafiles to a USB drive. It will make the folder, I can copy a small file to it using this code (see the copy of the wsca.ico file) to the folder on the USB. But when it comes to copying the...
  6. jkafer

    Get Form name= from a submitted form

    I know I've done this, but for the life of me I can't remember how to do it. I have 3 forms that will run the same update.php script. BUt depending on the "Name" of the form, a different ending response will be given. How to I get ahold of the name part of the form tag? <form name="KClose"...
  7. jkafer

    Combo Field Acting WEIRD

    I have a data entry form, that has 2 combo boxes on it. These two boxes use the same query for data. It's a query of names (lastname, firstname). There are about 2500 names in the query. It is grouped (this happens if it's grouped or not) so that each name only appears once. They can be in...
  8. jkafer

    Publisher looses resizing of wmf files

    I thought I had seen a post about this here, but I can't find it. I am having a problem when I open some MS publisher files with some graphics that were placed in the original file. This happens mostly with .wmf graphics that have been placed, then resized in the document. What is...
  9. jkafer

    Application slows down on input of items sold

    I'm having a problem with an application that I wrote for a 4H garage sale. Here are the basics: Access 2003 - compiled into an mde Database is split, database is sitting on PC and shared Frontend is run off desktops of other computers We have up to 5 computers inputting data The...
  10. jkafer

    Dynamically select array and item in array

    I have, what I feel a simple problem. basically I've been thinking about it too long today! I have 3 arrays - shown here very simply: arrA = array("A", "a", "X") arrB = array("B", "b", "X") arrC = array("C", "c", "X") I have 3 fields in my table - simply: ID Category Item 1 A...
  11. jkafer

    Autonumber field reset now has duplicates

    I have a database application that I have been running for 2 years now and all of a sudden the autonumber field reset itself and now has dublicates in it. Does anyone know why/how this happens? I have compacted/repaired the datafile, with no difference. I have copied the table, and the...
  12. jkafer

    Running a formula from a field

    I have a table with 30 rows of data, 2 fields. This table will connect to another table on 1 field, the second field contains the formula that I want to run on the fields of the other table. How do you 'activate' the formula that is in the field. The reason for doing this is that an iif...
  13. jkafer

    Display text depending on selection in dropdown

    I have a form that has drop down boxes on them. On one field, when the user makes a selection, depending on the selection,I need to display a cautionary note somewhere on the page. I would prefer next to this field. I have this working if I use a <textarea> form field, but I cannot control...
  14. jkafer

    Can I grab the selected item in a drop down box (not the value)?

    Ok - this sounds funny, but if there is a way I can do this it would make everything come together... Here is my form: <form name="form1" method="post" action="displaycolor.asp"> <select name="selColor" size="1"> <option value="1">Green</option> <option value="2">Yellow</option>...
  15. jkafer

    dynamic form / email all fields

    Does anyone know if there is a simple way to do the following: I have a form that is created from a MySQL database. 150 records right now. So the fields will change. I would like the field name on the form be the PartNumber. The field is a text field, so that the user enters a quantity. Now...
  16. jkafer

    Updating a subform field - selecting field to update from dropdown

    I am trying to create a form that allows me to select a table, then select 2 fields to update. The updating is done with vb code (there are a couple of different things that will be done). Here are the basics: Form has 3 dropdown boxes on it: fldT - list of tables available (fills on form...

Part and Inventory Search

Back
Top