When I use GetTasks function, it is returning an empty array. Can any others confirm if the function is working correctly for them ? I am using FWH 8.01
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
When I use GetTasks function, it is returning an empty array. Can any others confirm if the function is working correctly for them ? I am using FWH 8.01
I confirm the problem.
EMG
It looks as a recent change in Windows! (or we never considered that a main window or dialog has to be created before)
If you try this without creating a window, Windows is returning zero:
MsgInfo( GetActiveWindow() )
In order to have GetTasks() running fine, call it from a running window:
DEFINE BUTTON OF oBar ACTION MsgInfo( Len( GetTasks() ) )
You are right.
EMG
Yes. I think we never considered it necessary. Now better all users note this point. So that like me we don't get a surprise.