Annotations des développeurs

Syndicate content
Annotations des développeurs sur les documents en ligne de l'aide de WinDev, WebDev et WinDev Mobile
Updated: 5 years 32 weeks ago

Tableau de chaines dynamique

30 August, 2016 - 19:00
On peut bien sur utiliser un tableau dynamique tel que: tabLesfichiers est un tableau de chaînes TableauAjouteLigne(tabLesfichiers,"c:\temp\fichier1.pdf") TableauAjouteLigne(tabLesfichiers,"c:\temp\fichier2.pdf") TableauAjouteLigne(tabLesfichiers,"c:\temp\fichier3.pdf") TableauAjouteLigne(tabLesfichiers,"c:\temp\fichier4.pdf") PDFFusionne(LefichierResultat,tabLesfichiers)
Categories: Aide en ligne

Exemplo The Splitter control

28 August, 2016 - 13:06
Exemplo The Splitter control Exemplo Le Champ Séparateur //Blog Video e exemplo http://windevdesenvolvimento.blogspot.com.br/2016/08/curso-windev-funcoes-windowsjanela-003.html https://www.youtube.com/watch?v=reL4JyPy1M8
Categories: Aide en ligne

vou mostrar nessa aula como colocar popup menu na window

28 August, 2016 - 13:04
vou mostrar nessa aula como colocar popup menu na window I will show in this class how to put popup menu in the window Je vais montrer dans cette classe comment mettre menu contextuel dans la fenêtre //Blog com Video e Exemplo http://windevdesenvolvimento.blogspot.com.br/2016/08/curso-windev-funcoes-windowsjanela-004.html https://www.youtube.com/watch?v=e1kUAurSHi8
Categories: Aide en ligne

Pour tout vs tantque pas hendehors

25 August, 2016 - 20:19
Il semblerai que sur du parcours de requetes, le pourtout est largement plus consommateur de temps que le tantque Sur 4 lignes de codes, je passe à des temps de 4 secondees pour pourtout contre 234 ms pour tantque....
Categories: Aide en ligne

Exemplo Monitores

21 August, 2016 - 03:49
Exemplo Monitores ListAdd(LIST_videos,"Lista Videos/Monitores") ListAdd(LIST_videos,SysListScreen()) ListAdd(LIST_videos,"Lista Nome Videos/Monitores") ListAdd(LIST_videos,SysListVideoCard()) EDT_videos="Numero de Monitores:"+SysNumberScreen() //Blog com Video e Exemplo http://windevdesenvolvimento.blogspot.com.br/2016/08/curso-windev-funcoes-exe-windows-010.html https://www.youtube.com/watch?v=RadRtt3BR_k
Categories: Aide en ligne

Exemplo Monitores

21 August, 2016 - 03:47
Exemplo Monitores ListAdd(LIST_videos,"Lista Videos/Monitores") ListAdd(LIST_videos,SysListScreen()) ListAdd(LIST_videos,"Lista Nome Videos/Monitores") ListAdd(LIST_videos,SysListVideoCard()) EDT_videos="Numero de Monitores:"+SysNumberScreen() //Blog com Video e Exemplo http://windevdesenvolvimento.blogspot.com.br/2016/08/curso-windev-funcoes-exe-windows-010.html https://www.youtube.com/watch?v=RadRtt3BR_k
Categories: Aide en ligne

Exemplo Monitores

21 August, 2016 - 03:44
Exemplo Monitores ListAdd(LIST_videos,"Lista Videos/Monitores") ListAdd(LIST_videos,SysListScreen()) ListAdd(LIST_videos,"Lista Nome Videos/Monitores") ListAdd(LIST_videos,SysListVideoCard()) EDT_videos="Numero de Monitores:"+SysNumberScreen() //Blog com Video e Exemplo http://windevdesenvolvimento.blogspot.com.br/2016/08/curso-windev-funcoes-exe-windows-010.html https://www.youtube.com/watch?v=RadRtt3BR_k
Categories: Aide en ligne

Exemplo Se Arquivo Existe

19 August, 2016 - 00:31
Exemplo Se Arquivo Existe s_arquivo is string="e:\aleva\teste.xml" IF fFileExist(s_arquivo) THEN Info("Arquivo Existe") ELSE Info("Arquivo Nao Existe") END //Blog com Video e Exemplo http://windevdesenvolvimento.blogspot.com.br/2016/08/curso-windev-arquivos-007-arquivos-ver.html https://www.youtube.com/watch?v=MhChfygEG9M
Categories: Aide en ligne

Exemplo - ver se diretorio existe

18 August, 2016 - 01:57
Exemplo - ver se diretorio existe s_diretorio is string="e:\aleva1" IF fDirExist(s_diretorio) THEN Info("Ja existe diretorio") ELSE Info("Nao Existe") END //Blog com Video e Exemplo http://windevdesenvolvimento.blogspot.com.br/2016/08/curso-windev-arquivos-006-arquivos-ver.html https://www.youtube.com/watch?v=VaDyezW5kaw
Categories: Aide en ligne

Exemplo CurrentTitle

17 August, 2016 - 03:39
Exemplo CurrentTitle CurrentTitle(gBackground(LightGreen) + gPen(Black) + "Janela Ensinando ") //Blog com Video e Exemplo http://windevdesenvolvimento.blogspot.com.br/2016/08/curso-windev-funcoes-windowsjanela-002.html https://www.youtube.com/watch?v=8fw_ggyJXQI
Categories: Aide en ligne

mostrar como compilar Android e publicar Google Play

16 August, 2016 - 00:30
mostrar como compilar Android e publicar Google Play Nessa video vou mostrar como compilar Android e publicar Google Play In this video I will show how to compile and publish Android Google Play Dans cette vidéo, je vais vous montrer comment compiler et publier Android Google Play //Blog com Video e Exemplo http://windevdesenvolvimento.blogspot.com.br/2016/08/windev-mobile-72-google-play-1-compilar.html https://www.youtube.com/watch?v=CQjbMfwL2gk
Categories: Aide en ligne

Verificar se Este programa está Aberto

13 August, 2016 - 16:11
Verificar se Este programa está Aberto //Verificar se Este programa está Aberto IF ExeRunning(ExeInfo(exeName))>1 THEN Info("Este Programa já está aberto ") EndProgram(True) // Fechar Programa END //Verificar se o programa uninfe.exe está aberto n_executa is int=0 n_executa=ExeRunning("E:\_2014_SSD\Programas\UniNFe\uninfe.exe") IF n_executa>0 THEN Info("Uninfe já Aberto") ELSE Info("Uninfe não aberto - vou abrir") ExeRun("E:\_2014_SSD\Programas\UniNFe\uninfe.exe") END //Blog Com Video e Exemplo http://windevdesenvolvimento.blogspot.com.br/2016/08/curso-windev-funcoes-exe-windows-008.html https://www.youtube.com/watch?v=qPyq9sXmRkE
Categories: Aide en ligne

Exemplo ExeListProcess

13 August, 2016 - 16:08
Exemplo ExeListProcess ListAdd(LIST_processo,ExeListProcess(exePID,exeLongName,exeMemory)) ListeAjoute(LIST_processo,ExeListeProcessus(exePID,exeNomLong,exeMémoire)) //exePID - identificador aplicacao // identifier application // l'application d'identificateur //exeLongName - caminho do aplicativo // application path // chemin d'application //exeMemory - Quantidade de memoria consumida // memory amount consumed// quantité de mémoire consommée // exeCommandLine - linha de comando // Command Line // ligne de commande //exeMaxMemory - quantidade maxima de memoria consumida // Maximum amount of memory consumed // Montant maximum de mémoire consommée //exeShortName - nome aplicativo // application name// nom de l'application //Blog Com Video e Exemplo http://windevdesenvolvimento.blogspot.com.br/2016/08/curso-windev-funcoes-exe-windows-008.html https://www.youtube.com/watch?v=qPyq9sXmRkE
Categories: Aide en ligne

Exemplo Colorir String - RTF

9 August, 2016 - 14:39
Exemplo Colorir String - RTF n_tamanho_cnpj_i,n_tamanho_cnpj_f,n_tamanho_inscricao_est_i,n_tamanho_inscricao_est_f is int=0 s_texto is string="Cnpj:" n_tamanho_cnpj_i=Length(s_texto) s_texto+="92.715.978.0001-58 " n_tamanho_cnpj_f=Length(s_texto) s_texto+=CR+"Insc.Est: " n_tamanho_inscricao_est_i=Length(s_texto) s_texto+="Isento" n_tamanho_inscricao_est_f=Length(s_texto) s_texto+=CR+"======================" EDT_RTF_Text=s_texto EDT_RTF_Text..Cursor=n_tamanho_cnpj_i EDT_RTF_Text..CursorEnd=n_tamanho_cnpj_f RTFSelection(EDT_RTF_Text,rtfColor,LightBlue) EDT_RTF_Text..Cursor=n_tamanho_inscricao_est_i EDT_RTF_Text..CursorEnd=n_tamanho_inscricao_est_f RTFSelection(EDT_RTF_Text,rtfColor,LightMagenta) //Blog com Video e Exemplo http://windevdesenvolvimento.blogspot.com.br/2016/08/curso-windev-string-014-rtf-colorir.html https://www.youtube.com/watch?v=DbGYzz4QKi8
Categories: Aide en ligne

Exemplo Static

6 August, 2016 - 12:38
//Exemplo Static //Blog com Video e Exemplo Static http://windevdesenvolvimento.blogspot.com.br/2016/08/curso-windev-controls-001-static.html https://www.youtube.com/watch?v=cVSOhxjFsEI
Categories: Aide en ligne

Exemplo abrir,comecar,pausar,terminar video multimidia

4 August, 2016 - 13:27
Nessa aula vou mostrar como abrir,comecar,pausar,terminar video multimidia sFile is string sFile = fSelect("", "", "Select a file...", "Video" + TAB + "*.avi", "*.avi") EDT_nome_video=sFile // MultimediaOpen(MM_video,EDT_nome_video) MultimediaPlay(MM_video) MultimediaPause(MM_video) MultimediaClose(MM_video) // //Em Frances sFile est chaîne sFile = fSélecteur("", "", "Select a file...", "Video" + TAB + "*.avi", "*.avi") EDT_nome_video=sFile // MultimédiaOuvre(MM_video,EDT_nome_video) MultimédiaJoue(MM_video) MultimediaPause(MM_video) MultimédiaFerme(MM_video) //Blog com Video e Exemplo http://windevdesenvolvimento.blogspot.com.br/2016/08/curso-windev-multimdia-001.html https://www.youtube.com/watch?v=h0Cx5wmSYpY
Categories: Aide en ligne

Blocage du développement

4 August, 2016 - 13:14
Ce message apparaît en développement local, alors que je suis le seul à utiliser le navigateur pour tester les pages et suis le seul connecté ?
Categories: Aide en ligne

Exemplo ComboOpen/ComboClose

3 August, 2016 - 11:55
Exemplo ComboOpen/ComboClose ComboOpen(COMBO_Bancos) ComboClose(COMBO_Bancos) //Blog com Video e Exemplo http://windevdesenvolvimento.blogspot.com.br/2016/08/curso-windev-combox-007.html https://www.youtube.com/watch?v=7i9R3jNHnQQ
Categories: Aide en ligne

Requête SOAP

28 July, 2016 - 18:15
Disponible en Windev Mobile ? Sinon comment consommer un service web par construction de requête SOAP avec Windev Mobile ?
Categories: Aide en ligne

Exemplo OpenSister

28 July, 2016 - 13:13
Exemplo OpenSister n_soma is int=0 OpenSister(WIN_aguarde,"Aguarde...") nTotal is int=500000 LOOP n_soma++ Gauge(n_soma,nTotal) IF n_soma>nTotal THEN Close(WIN_aguarde) BREAK END END //Em Frances n_somaf est entier=0 OuvreSoeur(WIN_aguarde,"Aguarde...") nTotalf est entier=200000 BOUCLE n_soma++ Jauge(n_soma,nTotal) SI n_soma>nTotal ALORS Ferme(WIN_aguarde) SORTIR FIN FIN //Blog Com Video e Exemplo http://windevdesenvolvimento.blogspot.com.br/2016/07/curso-windev-funcoes-windowsjanela-001.html https://www.youtube.com/watch?v=SBMbxY9FKN8
Categories: Aide en ligne