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

    How can you know which button was clicked in a dialog?

    I have a common dialog object, and I'd like to know which button was clicked when the dialog closes. OK, here's the whole story... I don't want to generate and trap the cancel error in my save as dialog. There must be a better way to do that, and I'm on a quest to find it. No luck so far...
  2. JohnInDC

    Can you copy menus from one form to another?

    I've made a help menu using Menu Editor in VB 6.0. I would like all of my forms to have the same help menu. Is there a way to copy this menu to my other forms? I can copy the event handler code that gets executed by the help menu, but since the menu can't be highlighted on the object view of...
  3. JohnInDC

    MSFlexGrid horizontal scrollbar will not show up

    Ah, you thought this one would be an easy one (or maybe it still is), but I do have the ScrollBars property set to flexScrollBoth, and it is not changed anywhere in my code. But the horizontal scrollbar will not show up no matter how small I resize to. Actually, I have my own resize...
  4. JohnInDC

    MSFlexGrid, on KeyPress go to first row that starts with that letter?

    I would like to know the best way to go to the first row that starts with a certain letter when the corresponding letter is pressed on the keyboard. I have a MSFlexGrid with many rows, in alphabetical order, and I would like to give the user a "short cut" instead of having to scroll down to...
  5. JohnInDC

    How do I combine two reports?

    What is the easiest/best way to combine two reports? They are independent reports with different formats and pulling data from different tables. I am assuming there's a way to combine them. I'd like to either append the second report to the end of the first report or have them in different...
  6. JohnInDC

    Can I know which form opened the current form?

    I have a menu system that drills down by showing a "lower" menu form and hiding the "upper" menu form when the lower menu form opens. I usually execute a Form.show in the lower menu form's unload method to make the upper menu form reappear when the lower menu form is closed. Here's my...

Part and Inventory Search

Back
Top