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...
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...
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)...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.