Search found 13 matches: telefone

Searched query: telefone

by jair
Wed Mar 12, 2025 7:57 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Erros conv. sistema para fw25-01 xharbour 1.31
Replies: 9
Views: 985

Re: Erros conv. sistema para fw25-01 xharbour 1.31

erro.log


Empresa
========
Empresa:.01 -Filial:.01
Fantasia:.EMPRESA TESTE
Real:.EMPRESA TESTE
Telefone:.
Email:.
Cidade:.SH/PR

Application
===========
Path and name: Y:\Sistemas\Sig_Win\CompuRMT.exe (32 bits)
Size: ********* bytes
Time from start: 0 hours 0 mins 23 secs
Error occurred ...
by jair
Wed Mar 12, 2025 12:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xhb 1.31 xcc
Replies: 22
Views: 10465

Re: xhb 1.31 xcc

... 2025-03-11 18:45:01 -- CompuRMT end --




Empresa
========
Empresa:.01 -Filial:.01
Fantasia:.EMPRESA TESTE
Real:.EMPRESA TESTE
Telefone:.
Email:.
Cidade:.SH/PR

Application
===========
Path and name: Y:\Sistemas\Sig_Win\CompuRMT.exe (32 bits)
Size: ********* bytes
Time from ...
by Francisco Valério
Mon Feb 20, 2023 7:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services Security WSS OASIS
Replies: 0
Views: 635

Web Services Security WSS OASIS

... 213</Numero><Bairro>JARDIM PAULISTA III</Bairro><CodigoMunicipio>4115200</CodigoMunicipio><Uf>PR</Uf><Cep>87047590</Cep></Endereco><Contato><Telefone>4430473634</Telefone><Email>hrvalerio@gmail.com</Email></Contato><InscricaoEstadual>ISENTO</InscricaoEstadual></Tomador><IncentivoFiscal>2 ...
by ip_ram
Wed Aug 08, 2018 12:06 am
Forum: FiveWin para Harbour/xHarbour
Topic: Error 1064 xBrowse MySQL
Replies: 8
Views: 1672

Error 1064 xBrowse MySQL

... as 'Apelido'," +;
"ema_pes as 'E-mail',concat('(',substring(tel_pes,1,2),')',"+;
"substring(tel_pes,3,4),'-',substring(tel_pes,7,4)) " +;
"as 'Telefone',concat('(',substring(cel_pes,1,2),')'," +;
"substring(cel_pes,3,5),'-',substring(cel_pes,8,4)) as 'Celular' " +;
"from tb_pes order by nom_pes ...
by ORibeiro
Sat Oct 04, 2014 8:23 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Exportar a VCard
Replies: 1
Views: 474

Re: Exportar a VCard

... CLIENTES.CSV"&#41;,,.F.&#41;&nbsp; &nbsp; &nbsp; oPrn:lAnsiToOem := .F.&nbsp; &nbsp; &nbsp; oPRN:Say&#40;-1,0, &#91;"Primeiro nome","Empresa","Telefone comercial","E-mail Address","Tipo de email","Nome para exibição do email"&#93; &#41;&nbsp; &nbsp; &nbsp; Do While !Eof&#40;&#41;&nbsp; &nbsp ...
by MGA
Wed Nov 26, 2008 1:28 pm
Forum: FiveWin para Harbour/xHarbour
Topic: alguem tem uma função para tratar número telefone?
Replies: 2
Views: 599

alguem tem uma função para tratar número telefone?

Pessoal,

Alguem tem um afunção que trate o número de telefone:

A pessoa digita 44 30254444


E eu preciso localizar este número no DBF, porém, no DBF esta:

4430254444

??



:(
by Wanderson
Fri Apr 25, 2008 1:41 am
Forum: FiveWin para Harbour/xHarbour
Topic: Tdatabase e relation
Replies: 4
Views: 1193

... oDbf2&#58;Matricula &#58;= oDbf1&#58;Raz_Matric // Matricula
oDbf2&#58;Nome_Cli &#58;= oDbf1&#58;Dest_Nome // Nome do Cliente
oDbf2&#58;Telefone &#58;= oDbf1&#58;Tel // 1§ Telefone
oDbf2&#58;Tel2 &#58;= oDbf1&#58;Tel2 // 2§ Telefone
oDbf2&#58;Nome_func &#58;= cNome_Func // Nome do ...
by karinha
Thu Apr 24, 2008 12:24 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Tdatabase e relation
Replies: 4
Views: 1193

... oDbf2&#58;Matricula &#58;= oDbf1&#58;Raz_Matric // Matricula
oDbf2&#58;Nome_Cli &#58;= oDbf1&#58;Dest_Nome // Nome do Cliente
oDbf2&#58;Telefone &#58;= oDbf1&#58;Tel // 1§ Telefone
oDbf2&#58;Tel2 &#58;= oDbf1&#58;Tel2 // 2§ Telefone
oDbf2&#58;Nome_func &#58;= cNome_Func // Nome do ...
by karinha
Wed Nov 28, 2007 5:04 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Problema usando tDatabase
Replies: 16
Views: 5191

... Load()
ENDIF

O

/*
IF NetUse( "CADETIQ", .T. )
OrdListAdd( "CADETIQ", "RAZ_MATRIC", "DEST_NOME", "END", ;
"NOME_ARTIS", "CPF", "CNPJ", ;
"TELEFONE" )
OrdDescend( ,,.F. ) // - Decrescente
DATABASE DbClientes // Como Escrevemos em Ingles
DbClientes:Gotop()
DbClientes:Load()
DbClientes ...
by AHF
Sat Nov 17, 2007 1:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Making Skype phone calls and sms
Replies: 10
Views: 6147

... textToUserStatus("ONLINE"))
endif

Try
oUser:= oSkype:user(cPhone)
oCall := oSkype:PlaceCall(oUser:Handle)
Catch
MsgInfo("Chamada falhada! Telefone: "+cPhone)
return 0
End

oSkype := Nil
RETURN 1

FUNCTION EnviaSms(t_sms,cnome,t_mess,CodeCountry)
Local oSkype,oSMS,oTarget,oChunk,oCall,oUser ...
by AHF
Wed Nov 14, 2007 10:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: Making Skype phone calls and sms
Replies: 10
Views: 6147

Making Skype phone calls and sms

... Informação","Activando o Skipe",{||oSkype:Client:Start()})
Endif

Try
oCall := oSkype:PlaceCall(cphone)
Catch
MsgInfo("Chamada falhada! Telefone: "+cPhone)
return 0
End

oSkype := Nil
RETURN 1

I get the following error :

Args:
[ 1] = C 'echo123'
argumentos { 'echo123' }
descrição E ...
by rogerio
Wed Feb 14, 2007 5:36 pm
Forum: FiveWin para Pocket PC
Topic: Problema com menus em Smartphone
Replies: 2
Views: 1371

Problema com menus em Smartphone

... modelos de smartphone testados, Motorola Q e Samsung I321N o menu do aplicativo não é exibido pois a linha do menu é utilizada pelo software do telefone.

Minha pergunta: há como mostrar o menu do aplicativo em outra posição que não seja a linha inferior da tela?
O menu pode ser construido acima da ...
by clemerson
Mon Jul 31, 2006 8:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: choose printer
Replies: 8
Views: 2804

... FOOTER "Página: " + Str( oRpt:nPage, 3 ) ;
PREVIEW
COLUMN TITLE "Código" DATA clientes->Codigo," "," "
COLUMN TITLE "Nome","Endereco","Telefone" DATA clientes->Nome,clientes->Endereco,clientes->telefone
COLUMN TITLE "Cidade","Bairro","Estado" DATA clientes->Cidade,clientes->Bairro ...