I have just realised that this forum is for Professionals and I am out of place so I will understand if I get bumped off.
However, the problem I have is rather odd and maybe a professional developer will have the answer.
Using VB6 on a computer running MS XP Professional, I have written a program which includes several forms and a .BAS module as the sub Main().
In one of the forms I can get a value for a variable which I wish to use in the other forms. This variable has been declared as Public in the .BAS module and should be available in all forms.
But it isn't and I am at a complete loss as to why.
Can anyone help me please?
Thanks in advance
asquaredb
However, the problem I have is rather odd and maybe a professional developer will have the answer.
Using VB6 on a computer running MS XP Professional, I have written a program which includes several forms and a .BAS module as the sub Main().
In one of the forms I can get a value for a variable which I wish to use in the other forms. This variable has been declared as Public in the .BAS module and should be available in all forms.
But it isn't and I am at a complete loss as to why.
Can anyone help me please?
Thanks in advance
asquaredb
Comment