High level advice needed....please 
Author Message
 High level advice needed....please

I have a class module that has a function that use the GetSetting and
Savesetting to create and read a Key in the registry.The value of the
registry key created is either true or false. This Class function is ran in
the AfterUpdate event of a txtBox ctl. Passing the Form name and ctl name as
parameters to the function. What I want to do is to be able read the value
of the key (True or False) without reading the registry a second time after
setting it this need only be set once. Can I assign the value to a variable?
Or would I have to use property statements via the class? What would be the
best way to implement this. I can send you my code upon request. Please
email me if you need further information.

--
Nicholas J. Aizen
Advanced Software Development

Development Team



Sun, 29 Dec 2002 03:00:00 GMT  
 High level advice needed....please

What about using a global, or passing the value to procedures that assign a
static boolean variable to the value?

Mike Savage

Quote:

>I have a class module that has a function that use the GetSetting and
>Savesetting to create and read a Key in the registry.The value of the
>registry key created is either true or false. This Class function is ran in
>the AfterUpdate event of a txtBox ctl. Passing the Form name and ctl name
as
>parameters to the function. What I want to do is to be able read the value
>of the key (True or False) without reading the registry a second time after
>setting it this need only be set once. Can I assign the value to a
variable?
>Or would I have to use property statements via the class? What would be the
>best way to implement this. I can send you my code upon request. Please
>email me if you need further information.

>--
>Nicholas J. Aizen
>Advanced Software Development

>Development Team



Sun, 29 Dec 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. HELP - Creating MDB similar to an high-level language STRUCTURE with ARRAY's

2. inserting name of higher level task trough vba

3. Announcement: High level SDK to access OLAP Services

4. HELP - Creating MDB similar to an high-level language STRUCTURE with ARRAY's

5. MSCOMM high level routines

6. High level VB 5 book

7. Saving VB5 class information to a ms database (difficulty level: High)

8. HELP - Creating MDB similar to an high-level language STRUCTURE with ARRAY's

9. High level string handling functions available?

10. catch event on higher level ?

11. listimages.add problem (high frustration level)

12. HELP: Creating an MDB based on a High-Level Language Structure with Array's

 

 
Powered by phpBB® Forum Software