masteripper
New member
- Local time
- Today, 22:43
- Joined
- May 10, 2003
- Messages
- 9
Hello to everybody
I have a thought of transferring some of my Access functions/subs to an external Dll
I did some tests but i stumbled on a critical issue
How to manipulate a control's attribute for example .Enabled
I can easily get a reference to a form's controls,count them,get their name but i cannot find any way to "change" them.
Maybe you are thinking why anyone would like to do something like that....
Well the answer is simple ...about 175,000 lines of spagheti code with "duplicate" functions spreaded on around 10+ programs....something u so in one mdb should be copied/replicated to to the other ....too much work.
Thanks in advance
P.S any other handy code i could use i very much welcomed.
I have a thought of transferring some of my Access functions/subs to an external Dll
I did some tests but i stumbled on a critical issue
How to manipulate a control's attribute for example .Enabled
I can easily get a reference to a form's controls,count them,get their name but i cannot find any way to "change" them.
Maybe you are thinking why anyone would like to do something like that....
Well the answer is simple ...about 175,000 lines of spagheti code with "duplicate" functions spreaded on around 10+ programs....something u so in one mdb should be copied/replicated to to the other ....too much work.
Thanks in advance
P.S any other handy code i could use i very much welcomed.