In my app when a user selects a tab I then download data to display in it with a
Wait For (j) JobDone(j As HttpJob)
But while waiting for database reply if a user changes Tabs it upsets my program.
Is there a way I can disable changing tabs until JobDone?
Wait For (j) JobDone(j As HttpJob)
But while waiting for database reply if a user changes Tabs it upsets my program.
Is there a way I can disable changing tabs until JobDone?