Threading is Activity object ?!

KZero

Active Member
Licensed User
Longtime User
Hi,

I'm wondering why i can't use Thread.Start from Service Module it give me this error


Error description: Process object is expected. {Type=Object,Rank=0} is an Activity object.
Declaring the variable in Sub Globals instead of Sub Process_Globals will solve this problem.
Occurred on line: 93
Record.Start(Null,"ThreadSub",Null)
Word: null

Thanks in advance
 
Top