Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using API SetTimer with Objects

Status
Not open for further replies.

panosil

Programmer
Aug 13, 2002
3
GR
Hi to everyone.

I use NetExpress 3.1 and i want to make an object to act on "timer-ticks", so it can refesh its data automaticaly.
I know how to use the "SetTimer" API call, so it can call programm entry points but I can't make it call object method.

Is there any way to do that?

Thanks in advance for your time...

the_mOuSe
 
Hi the_mOuSe,

To invoke (CALL) a method, use:
INVOKE OBJECT "a-method" USING (any parameters)
RETURNING (any parameters).

Dimandja
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top