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 sizbut 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. BlueScreenOD

    Out of Stack Space Error

    I keep getting an out of stack space error on the following code .... currentClaimant.AddressLine1 = txtStreet.value currentClaimant.AddressLine2 = "" currentClaimant.City = cboCities.value currentClaimant.State = txtState.value currentClaimant.Zip = txtZip.value9E 0D...
  2. BlueScreenOD

    Using KeyDown on a whole form

    Thx for the responses.... I've been thinking about my probloem and was wondering if it's possible to create a new control called superTextBox (or something spiffy like that). That way I could override the KeyDown method and have it pass values to it's containing form. Is this even possible in...
  3. BlueScreenOD

    Using KeyDown on a whole form

    I'm trying to make it so when you hit "Ctrl+A" it opens up a another form. I figured I could just use Private Sub UserForm_KeyDown... But it doesn't work. I tried doing the same thing but on a particular text field and I managed to get that to work, but to apply the same thing on every text...
  4. BlueScreenOD

    Screen Scrapeing into MSWord

    use a thin client program at my work called WRQ which has VBA built into it. I'm attempted to scrape information off of my screen and place it into a word document. I've figured out how to add simple text to a word doc by using the code: Dim Word As Word.Application Set Word =...

Part and Inventory Search

Back
Top