On Tue, 10 Jun 2014, Orionis wrote:
> Thanks Tobias, this is useful but it does not help me too much with my
> particular problem.
> I mean: i have some tens of controls updates to check while debugging.
> Should I have to place a .refresh followed by a Wait after each
> single statement to be te
Thanks Tobias, this is useful but it does not help me too much with my
particular problem.
I mean: i have some tens of controls updates to check while debugging.
Should I have to place a .refresh followed by a Wait after each
single statement to be tested?
--
View this message in context:
ht
On Mon, 09 Jun 2014, Orionis wrote:
> I'm experimenting this issue:
> A form called 'modList' contains a TableView and some other simple controls
> like labels.
> NOTE: this is a modal window.
>
> A pubblic sub 'Update' is called inside the module with:
>
> Public Sub DoUpdate_Click()
>Updat
I'm experimenting this issue:
A form called 'modList' contains a TableView and some other simple controls
like labels.
NOTE: this is a modal window.
A pubblic sub 'Update' is called inside the module with:
Public Sub DoUpdate_Click()
Update
End
The Update procedure must be debugged for some