thank you, but maybe more detail with a little code, because when the process of reading data, we can not do any other processCliquez pour agrandir...
-
Bonjour tout le monde ! Veillez consulter la Politique de forum pour comprendre nos règles, Merci a vous !Rejeter la notice
Displays the Progress Bar when reading the data a lot
Discussion dans 'Résolution problème & conseils' créé par warjoen, Avr 24, 2018.
I have program as follows:
Hourglass ( true)
ActiveX.ReadData() // this procedure is external (non windev) and it takes a long time because it reads a lot of data
Hourglass (False)
can I create a progress bar to mark the process of reading data?
Please help me.....Cliquez pour agrandir...
joker apprécie ceci.
Bonjour visiteur, Merci de vous Inscrire ou de vous connectez pour voir les liens!
Hi,
Yes you can do it. The way your external function goes on can help you building temporay feedback that windev will use to display the progress.
The way you can Manage the external function or share memory to get last value. There are many possibility. It depends on what you are doing in your external program.
Kindly
Hi,
Yes you can do it. The way your external function goes on can help you building temporay feedback that windev will use to display the progress.
The way you can Manage the external function or share memory to get last value. There are many possibility. It depends on what you are doing in your external program.
KindlyCliquez pour agrandir...
joker apprécie ceci.