PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 25 → DICAS 1996 - WINDEV - threads 02 - ThreadExecute
DICAS 1996 - WINDEV - threads 02 - ThreadExecute
Débuté par amarildo, 24 jan. 2019 11:56 - Aucune réponse
Membre enregistré
535 messages
Popularité : +14 (14 votes)
Posté le 24 janvier 2019 - 11:56
DICAS 1996 - WINDEV - threads 02 - ThreadExecute  
NESSA AULA VAMOS COMECAR A VER THREADS
IN THIS CLASSROOM LET'S START SEEING THREADS
DANS CETTE CLASSE, COMMENCONS À VOIR LES FILS

// BTN_THREADEXECUTE
// https://doc.windev.com/en-US/?3077024&name=threadexecute_function

// Inicia a execução de um thread secundário. A instrução é uma instrução sem bloqueio: os dois processos são executados em paralelo.
// Starts the execution of a secondary thread. The statement is a non-locking statement: the two processes are run in parallel.
// Démarre l'exécution d'un thread secondaire. L'instruction est une instruction non verrouillable: les deux processus sont exécutés en parallèle.

ThreadExecute("PROCURA_ARQUIVOS",threadNormal,PROCURA_ARQUIVOS)

//PROCURA_ARQUIVOS ()

Procedure PROCURA_ARQUIVOS()
// VOU VERIFICAR SE EXISTE O ARQUIVO AMARILDO.TXT DENTRO DO DIRETORIO THREADS
// Thank you Deco .. and alas .. when there is a team to veteran over 55 years.
// Merci Déco .. et hélas .. quand il y a une équipe à vétéran de plus de 55 ans.
IF fFileExist("C:\THREADS\AMARILDO.TXT")=True THEN
// VOU MOVER O ARQUIVO, PARA OUTRO DIRETORIO
// I'LL MOVE THE FILE TO ANOTHER DIRECTORY
// Je vais déplacer le dossier dans un autre répertoire
fMoveFile("C:\THREADS\AMARILDO.TXT","C:\THREADS\CONFERIDO\AMARILDO.TXT")
END



skype:amarildo.matos.informatica
email: amarildo.matos@gmail.com
whats: 51984197742
Youtube: Amarildo Matos
CONHECA WINDEV/WEBDEV/MOBILE
http://www.amarildomatos.com.br
http://www.wxinformatica.com.br
www.windev.com

https://doc.windev.com/en-US/…
https://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/page/1.awp
https://www.windev.com/windev/WD-Express.htm
https://www.windev.com/windevmobile/WM-Express.htm
https://groups.google.com/forum/…
http://windevdesenvolvimento.blogspot.com.br/2017/07/menu-blog.html

https://windevdesenvolvimento.blogspot.com/2019/01/dicas-1996-windev-threads-02.html