hi.
can anyone tell me how can we set
form's timeinterval property dynamicaly.
i mean at run time form should get this propery from other table.
Naushad Alam
Consultant -Navision
All e Technologies (P) Ltd.
Building Solutions for Extended Enterprises
www.alletec.com0
Comments
Have a look at this thread: http://www.mibuso.com/forum/viewtopic.php?t=3388 for a different approach.
'Navision Timer 1.0'.Timer component in the form
Consultant -Navision
All e Technologies (P) Ltd.
Building Solutions for Extended Enterprises
www.alletec.com
A variable Timer is defined (type Automation) with the property WithEvents = Yes.
Following code is used to set the interval:
And the code that needs to be executed is placed in the Timer::Timer trigger.
Consultant -Navision
All e Technologies (P) Ltd.
Building Solutions for Extended Enterprises
www.alletec.com