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 SkipVought 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. DubiumLibertas

    A Few Questions/Advice for a Beginner

    Bob, Thanks again for your help with this. I think I see what you are saying with the ValueDefault kicking in. However, I don't know what CaptureScreen should be. Should it be within the data structure? Also, when you say that I should map it to the appropriate click event, do you mean the back...
  2. DubiumLibertas

    A Few Questions/Advice for a Beginner

    Alrighty, here is the source code for MainForm.frm: Option Explicit Private Sub Form_Load() 'Chip 150 = ChipNo 0 'Chip 230 = ChipNo 1 'Chip 310 = ChipNo 2 'Chip 410 = ChipNo 3 'Chip 511 = ChipNo 4 'Chip 610 = ChipNo 5 'Chip 710 = ChipNo 6 'Chip 810 = ChipNo 7 'Chip 910 = ChipNo 8 'Chip 1000 =...
  3. DubiumLibertas

    A Few Questions/Advice for a Beginner

    I think I got that to work, but the entire window is not refreshing now. This is what I have for the click event: Private Sub ChipNoBox_Click() CurrentChipNo = ChipNoBox.ListIndex sText = ChipNoBox.Text Call FillScreen The problem I am now encountering is what to do about making sure all...
  4. DubiumLibertas

    A Few Questions/Advice for a Beginner

    Hi Bob, Thanks for replying. I'm not really sure what you mean by that question (sorry!) btu here is my Module with the data structures in it: Option Explicit Public Type SetupDataType Name As String Value As Double ValueCnt As Long ValueList(32)...
  5. DubiumLibertas

    A Few Questions/Advice for a Beginner

    To answer your questions: 1. Yes, that's it in a nutshell. 2. The parameters differ from set to set. 3. Minimum number of parameters = 22. Maximum number of parameters = 41. 4. I don't need to validate the parameters that strongly. Nothing that makes it overcomplicated. Screenshot of the...
  6. DubiumLibertas

    A Few Questions/Advice for a Beginner

    Hello there, I apologize for asking such a newbie question in advance. I've been pouring over FAQ's here and everywhere in between and searched for a few hours and I can't seem to find anybody asking my question (probably because it's so basic it's universally understood!) I am trying to write...

Part and Inventory Search

Back
Top