Hi,
I'm testing v1.15
I tried putting common Subs into the Code module. Most works fine except I noticed if I have a Sub that calls another Sub stored in the Code module, there is an error. However, if I move the second Sub to the activity page, it works fine.
For example, I may have a Sub in Code module say, StringParse.
Then I have another Sub in the same Code module say, GetMonthNum
In many case, the GetMonthNum would display an error pointing it to the line that calls the StringParse
But if I move GetMonthNum to say, Activity1 page, it works well.
Anyone having similar problem?
I'm testing v1.15
I tried putting common Subs into the Code module. Most works fine except I noticed if I have a Sub that calls another Sub stored in the Code module, there is an error. However, if I move the second Sub to the activity page, it works fine.
For example, I may have a Sub in Code module say, StringParse.
Then I have another Sub in the same Code module say, GetMonthNum
In many case, the GetMonthNum would display an error pointing it to the line that calls the StringParse
But if I move GetMonthNum to say, Activity1 page, it works well.
Anyone having similar problem?