_Screen.AddProperty('oTimer')
_Screen.oTimer = NewObject( 'timer_fb' , 'proctrls.vcx' , 'sfbw.app' )
I have try program every is ok .. It run OK ( when I compile in APP ) ...
but if I compile into EXE ,,, it give me error ---> Object is not contained in a Forms
I put this code at my main prg...
so how to solve...??
_Screen.oTimer = NewObject( 'timer_fb' , 'proctrls.vcx' , 'sfbw.app' )
I have try program every is ok .. It run OK ( when I compile in APP ) ...
but if I compile into EXE ,,, it give me error ---> Object is not contained in a Forms
I put this code at my main prg...
so how to solve...??