News RSS

Le champ TimeLine

Documentation en ligne - 22 August, 2016 - 12:34
Le champ TimeLine permet de représenter des chronologies d'événements rapprochés qui peuvent être parallèles.
Categories: Aide en ligne

Le champ Planning

Documentation en ligne - 22 August, 2016 - 12:33
Le champ Planning permet d'afficher et de manipuler des plannings automatiquement. Il permet de gérer l'affichage de ressources multiples et trouve sa place dans de nombreuses applications ou sites.
Categories: Aide en ligne

Le champ Agenda

Documentation en ligne - 22 August, 2016 - 12:27
Le champ Agenda permet d'afficher et de manipuler des agendas automatiquement...
Categories: Aide en ligne

Connector/Net 7.0

MySQL - 22 August, 2016 - 02:00
Connector/Net 7.0 (7.0.4 m3, published on Monday, 22 Aug 2016)
Categories: Modules Wamp

Exemplo Monitores

Annotations des développeurs - 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

Annotations des développeurs - 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

Annotations des développeurs - 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

Annotations des développeurs - 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

Annotations des développeurs - 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

Annotations des développeurs - 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

Annotations des développeurs - 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

Annotations des développeurs - 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

Annotations des développeurs - 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

Annotations des développeurs - 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

[HF18] Réplication HFSQL et MYSQl

Developpez - 7 August, 2016 - 14:28
salut tous le monde,


j'ai plusieurs serveur HFSQl géographiquement éloigné et je veux une réplication vers une seule base des données type Mysql hébergé chez un hébergeur qui ne supporte pas les produits PCSOFT, je me demande comment faire une réplication pour ces serveurs!!


merci d'avance,
Categories: Newsgroups

Exemplo Static

Annotations des développeurs - 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

MySQL Utilities 1.6

MySQL - 5 August, 2016 - 02:00
MySQL Utilities 1.6 (1.6.4 GA, published on Friday, 05 Aug 2016)
Categories: Modules Wamp

Exemplo abrir,comecar,pausar,terminar video multimidia

Annotations des développeurs - 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

Annotations des développeurs - 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

Annotations des développeurs - 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
Syndicate content