Search found 22 matches: selecione

Return to advanced search

Re: aGetFiles doubt

aGetFiles( "*.xml", "Selecione o(s) xml(s)", "*.xml", "") 3rd param can be nil or numeric value. Not character value. Please try: aGetFiles( "*.xml", "Selecione o(s) xml(s)", ...
by wartiaga
Thu Jan 04, 2024 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: aGetFiles doubt
Replies: 4
Views: 738

Re: aGetFiles doubt

aGetFiles( "*.xml", "Selecione o(s) xml(s)", "*.xml", "")


3rd param can be nil or numeric value. Not character value.

Please try:
Code: Select all  Expand view
aGetFiles( "*.xml", "Selecione o(s) xml(s)", 1, "")
by nageswaragunupudi
Thu Jan 04, 2024 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: aGetFiles doubt
Replies: 4
Views: 738

aGetFiles doubt

Hi, Why this line above returns ASIZE error? VetXmlsNf := aGetFiles( "*.xml", "Selecione o(s) xml(s)", "*.xml", "") Time from start: 0 hours 0 mins 10 secs Error occurred at: 03/01/2024, 15:45:34 Error description: Error BASE/2023 ...
by wartiaga
Wed Jan 03, 2024 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: aGetFiles doubt
Replies: 4
Views: 738

Re: unrecoverable error 9015 hb_vmdo()

... Pressione a tecla "Ctrl" junto com a tecla da letra "L" para preparar para uma nova busca por digitação . Primeiro selecione a "ORDEM DE APRESENTAÇÃO" dos dados da lista. Depois basta digitar as primeiras letras ou digitos do dado procurado. Obs.: Se a ...
by Edman
Wed Oct 13, 2021 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: unrecoverable error 9015 hb_vmdo()
Replies: 33
Views: 1773

Re: Problem with datepick

... é inválido. solo una volta preveja o pulsante rosso "-" quello a sinistra funziona bene the data oDate1 diminuir Agora, selecione o pulsador de controle datepick oDate1 e selecione os dados no calendário, o controle e a atualização podem conter a mensagem msginfo ("Procedures") ...
by Silvio.Falconi
Thu Mar 12, 2020 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick
Replies: 13
Views: 2502

Re: Consulta Urgente Sobre DTPICKER u Otro Canlendario

Amigos

Alguna sugerencia, estoy un poco complicado, ya que no quieren solo un get que pida que se digite la fecha, necesito que se selecione una fecha del calendario, vaya a una funcion a cargar datos y luego mostrar en el Xbrowse.

Saludos.

Antonio
by remtec
Mon Dec 10, 2018 4:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Urgente Sobre DTPICKER u Otro Canlendario
Replies: 12
Views: 2447

Re: cGetFile32 Does not appear Network Driver

... GETF_RETDIRECTORY 128 #DEFINE GETF_ALL 1 + 2 + 4 + 8 + 16 + 32 + 64 + 128 cFile := cGetFile( "Arquivo NFe (*.xml) | *.xml", "Selecione um Arquivo",,, .F., GETF_ALL ) Analisando os fontes da função, tem a seguinte chamada nRet := WinExec( "rundlg32 " + If( lSave, ...
by miragerr
Mon Sep 11, 2017 7:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile32 Does not appear Network Driver (SOLVED)
Replies: 13
Views: 2293

cGetFile32 Does not appear Network Driver (SOLVED)

Hello, friends

the cGetFile32 or cGetDir32 function is not showing network mappings, which may be wrong.

occurs only on windows 10
in the winsows 7 this normal.

cFile := cGetFile( "Arquivo NFe (*.xml) | *.xml","Selecione um Arquivo" )

I'm standing by.
by miragerr
Fri Sep 08, 2017 6:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile32 Does not appear Network Driver (SOLVED)
Replies: 13
Views: 2293

Re: Help with translations

... select a NTX file", "Por favor seleccione un fichero NTX", "Veuillez sélectionner un fichier NTX", "Por favor, selecione um arquivo NTX", "Bitte eine NTX-Datei wählen", "Per favore selezionare un file NTX" } Regards,
by Richard Chidiak
Sat Jun 11, 2016 6:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with translations
Replies: 7
Views: 1090

Re: Help with translations

Antonio,

Here is in portuguese-Br

{ "Please select a NTX file", "Por favor seleccione un fichero NTX", "", "Por favor, selecione um arquivo NTX", "Bitte eine NTX-Datei wählen", "Per favore selezionare un file NTX" }
by vilian
Thu Jun 09, 2016 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with translations
Replies: 7
Views: 1090

Re: German and Italian translations help required

... },; { "Please select a DBF", "Por favor seleccione una DBF", "Choisissez un DBF", "Selecione um DBF","Wählen einer DBF","Seleziona un DBF" },; { "(Y/N)", "(S/N)", "(O/N)", "(S/N)","(J/N)","(S/N)" ...
by Massimo Linossi
Sun Sep 08, 2013 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: German and Italian translations help required
Replies: 5
Views: 4217

Re: Traducción de FiveDBU usando el API de cadenas de FWH

... },; { "Prev", "Anterior" },; { "Value", "Valor" },; { "Please select a DBF", "Por favor selecione um DBF" } } 
by karinha
Thu Aug 22, 2013 2:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Traducción de FiveDBU usando el API de cadenas de FWH
Replies: 2
Views: 828

Re: FiveDBU translation using FWH strings API

... "Valor", "Valor" },; { "Please select a DBF", "Por favor seleccione una DBF", "Por favor selecione um DBF" } }
by ADutheil
Thu Aug 22, 2013 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU translation using FWH strings API
Replies: 4
Views: 1250

Re: Permite que FWH te hable :-)

... kkkkkkkkkkkkk salu2 Simples, procure no google por Realspeak-português+brasil+Raquel baixe o arquivo, instale e no painel de controle do windows selecione e deixe default a voz da raquel. Pronto já fala pt-br. Obrigado Wanderson, Não sabia disto.
by karinha
Mon May 27, 2013 7:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Permite que FWH te hable :-)
Replies: 11
Views: 1726

Re: Permite que FWH te hable :-)

... kkkkkkkkkkkkk salu2 Simples, procure no google por Realspeak-português+brasil+Raquel baixe o arquivo, instale e no painel de controle do windows selecione e deixe default a voz da raquel. Pronto já fala pt-br.
by Wanderson
Mon May 27, 2013 7:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Permite que FWH te hable :-)
Replies: 11
Views: 1726
Next

Return to advanced search