P
Paul Ilacqua
This is more of a logic question than anything else. I really struggle with
these types of seemingly simple problems. I have a form with several
criteria and want to set a limit on how often the button on the form is
"alive". If the criteria is changed I allow an update, but if the criteria
is not changed I allow updates every x minutes.
The criteria.. I build a string of the 3 criterion and compare it each pass
through, that one is fairly easy but in combination with the time, I'm
really struggling. I have to account for the fact I want it live on first
push etc.
Any help would be greatly appreciated.
I use VB.NET
Paul
these types of seemingly simple problems. I have a form with several
criteria and want to set a limit on how often the button on the form is
"alive". If the criteria is changed I allow an update, but if the criteria
is not changed I allow updates every x minutes.
The criteria.. I build a string of the 3 criterion and compare it each pass
through, that one is fairly easy but in combination with the time, I'm
really struggling. I have to account for the fact I want it live on first
push etc.
Any help would be greatly appreciated.
I use VB.NET
Paul