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. RJRatLD

    Datasheet form is empty

    Hi, hopefully someone can explain why, when the code below is run I get a form opened in datasheet view with the correct number of rows but no columns. The form frmData is an empty form set to datasheet view, i have a combo box on another form with a list of the queries in the database and a...
  2. RJRatLD

    Form is submitting when it shouldnt

    Many thanks for all your help. I have managed to get it working by using... Response.write "<input alt='Update' type='image' src='tick.gif' onClick='this.form.ipressed.value=" &chr(34) & "Update" &chr(34) & ";if (validateData(document.f1)) {this.form.submit();};else return false;'>" Not sure...
  3. RJRatLD

    Form is submitting when it shouldnt

    Hi, I have a form that has two inputs of type=image. Each of these have onClick events that submit the form. My first image works fine as it is a straigforward submit but the second image should submit the form if a javascript function returns true. Regardless of the return value of my...
  4. RJRatLD

    VBA - How do I set an object variable?

    All i can suggest is that you check the spelling of the form name in the forms properties. The error you are getting is reproduced by me when the form is not recognised. The only difference I have is that I am using word 2000 and not XP.
  5. RJRatLD

    VBA - How do I set an object variable?

    I should also have mentioned that if you have declared the form as an object then I think this will produce the error as the show method is not a member of an object type. I would remove that declaration as the form already exists in your project.
  6. RJRatLD

    VBA - How do I set an object variable?

    Try the following code change, it may help. Also when you type frmVolumePageOrTransactio. do the list members appear? if not then you may have misnamed the form. When you took the n off the end of frmVolumePageOrTransactio did you also rename the form? frmVolumePageOrTransactio.Show If...

Part and Inventory Search

Back
Top