terça-feira, 14 de junho de 2016

WD - Exemplo de aplicação consumindo o Twitter via Windev, usando metodos http get, put, post, delete, codigo OOP Json e Twitter



Forum.pcsoft.fr/fr-FR/pcsoft.br.windev/1290-exemplo-aplicacao-consumindo-twitter-via-windev-usando-metodos/read.awp












Curso WinDev - String - 013 - Tirando Enter Observacao








Video Youtube



Nessa aula vou mostrar como tirar o Cr(Enter) e jogar em outro campo

In this lecture I will show how to make the Cr (Enter) and play in another field

Dans cette conférence, je vais vous montrer comment faire le Cr (Entrée) et de jouer dans un autre domaine
 

doc.windev.com/en-US/?1510018&name=FOR_EACH_Strings

Doc.pcsoft.fr/fr-FR/?1510018&name=instruction_pour_tout_pour_tous_parcours_chaines

Exemplo Tirando Enter Observação

//Vou Ler o Campo Observação e Tirar os Cr (Enter)
//I will read the field note and taking the cr(Enter)
//Je vais lire la note de terrain et prenant le CR (Entrée)

EDT_resultado=""
FOR EACH STRING s_resultado1 OF EDT_Observacao SEPAREE BY CR 
    EDT_resultado+=s_resultado1
    EDT_resultado+=" "
END

//Blog com Video e Exemplo
http://windevdesenvolvimento.blogspot.com.br/2016/06/curso-windev-string-013-tirando-enter.html
https://www.youtube.com/watch?v=0FVxViLlDYc


Blog - WinDev - Curso String - 001/... - Zeros direita - Rigth
Blog - WinDev - Curso String - 002 - Retirar texto Bloco String
Blog - WinDev - Curso String - 003 - Tamanho das Strings - Length
Blog - WinDev - Curso String - 004 - Transformar String Base 654 Em pdf
Blog - WinDev - Curso String - 005 - Retirar Texto do Lado Esquerdo e Direito
Blog - WinDev - Curso String - 006 - Complet - Completar Strings - Remessa Banco
Blog - WinDev - Curso String - 007 - Contains - Contem
Blog - WinDev - Curso String - 008 - Tirar pontos Cnpj - Replace
Blog - WinDev - Curso String - 009 - String - Placa - LLL9999
Blog - WinDev - Curso String - 010 - StringBuild
Blog - WinDev - Curso String - 011 - StringFormat
Blog - WinDev - Curso String - 012 - StringIncrement
Blog - WinDev - Curso String - 013 - Tirando Enter Observação
Blog - WinDev - Curso String - 015 - Multilinhas Strings


//Vou Ler o Campo Observação e Tirar os Cr (Enter)
//I will read the field note and taking the cr(Enter)
//Je vais lire la note de terrain et prenant le CR (Entrée)

EDT_resultado=""
FOR EACH STRING s_resultado1 OF EDT_Observacao SEPAREE BY CR 
    EDT_resultado+=s_resultado1
    EDT_resultado+=" "
END




















Teste

Teste
teste