Good evening all.
Is it possible to reference a recorset member with a variable?
i.e.:
strString = "FieldName"
With rsRecordset
![strString] = "Some Text"
End With
Good morning all. Today I am working on User Guides and Documentation for my project.
When the Enabled property of a control is set to False, the ToolTipText does not display! This is most annoying, is there a way around this?
tedsmith: When you run that block of code, the array would instantly be populated with every control on the form?
What I want is for an individual control to add itself to an array on its own change event...
Click on your control (inputbox) and look into the "Proerties" window. There is a property called "PasswordChar". Put a "*" in here and from now on all characters typed into your inputbox will appear as a *.
I can see what you're saying three57m but that is not really what I was looking for. What you describe is setting up a variable for every control - not really viable when you have hundreds of controls... What I am looking to do is somthing along these lines:
Sub Control_Change()
intArray =...
JoeAtWork Said:
Most definately. Part of the problem with the application I am working from is there are too few modules and classes, each handling unrelated events. This is why I was asking if it would be a sensible move to add more modules and functions.
SBerthold Said:
Under the...
In addition to the above question I would like to ask if the following method is technically viable:
My form has a SSTab control and also references several different tables in a database. The controls on each tab do not nessicarily relate to a single table, controls relating to tblVairables...
Good afternoon everybody.
Today I am working on some project design work. I am reverse-engineering parts of an application that have been built in VBA. I have all of the technical information required for the project but I am wondering; If I go for a highly modularised design using many...
That is exactly why it does not lend itself to RAD. Things are done without any documentation or notes - the system is a mess.
Thankyou for the warning. What I am doing is taking one part of a much larger system that has been built in access/vba and migrating it to VB6 as a standalone...
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.