nivini
Programmer
- Mar 24, 2004
- 64
Hello guys
I have a variable problem, it goes like this:
in Module1 I declared :
public formID as string
in Form1 I set:
Module1.formID=Str(Day(Date) & Month(Date) & Year(Date))
in Form2 I want to see Module1.formID like this
Text1.text=Module1.formID
but Text1 remains empty. I could see it in Form1 , but it "died" somewhere in Form2
What is wrong with my proccess
I'm sure youll find it in no time,
thanks
nivini
I have a variable problem, it goes like this:
in Module1 I declared :
public formID as string
in Form1 I set:
Module1.formID=Str(Day(Date) & Month(Date) & Year(Date))
in Form2 I want to see Module1.formID like this
Text1.text=Module1.formID
but Text1 remains empty. I could see it in Form1 , but it "died" somewhere in Form2
What is wrong with my proccess
I'm sure youll find it in no time,
thanks
nivini