PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 25 → Aula 1101 - Sql 021 - Sql - SQLCode (Propriedade)
Aula 1101 - Sql 021 - Sql - SQLCode (Propriedade)
Started by amarildo, Mar., 24 2017 12:27 PM - 1 reply
Registered member
535 messages
Popularité : +14 (14 votes)
Posted on March, 24 2017 - 12:27 PM
//Chamado a janela para mostrar codigo sql

EXTERN WIN_sql_codigo_usado
LoadWDL("utilitarios_matos.wdl")
//Chamado wdl utilitarios matos
//Called wdl utilities matos
Codigo_Sql is string=QRY_nota_fiscal_ler..SQLCode
//Estou colocando o codigo sql na variavel codigo_sql
//I am putting the sql code in the variable code_sql
Open(WIN_sql_codigo_usado,Codigo_Sql)
//Estou abrindo a janela, e passando parametro sql
//I am opening the window, and passing sql parameter


http://windevdesenvolvimento.blogspot.com.br/2017/03/aula-1101-sql-021-sql-sqlcode.html

https://www.youtube.com/watch?v=UBGxNb2pO60
Registered member
535 messages
Popularité : +14 (14 votes)
Posted on March, 28 2017 - 11:14 AM