In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Se encontraron 1088 coincidencias

por emeasoft
Jue Sep 03, 2015 1:23 pm
Foro: Spanish
Tema: No desactivar formulario.
Respuestas: 2
Vistas: 1508

Re: No desactivar formulario.

Hola
Uma solução seria usar o SetForegroundWindoW(::Handle)
com um TTimer.
Abraços
Mário Angelini
por emeasoft
Lun Ago 31, 2015 3:10 pm
Foro: Spanish
Tema: Programa residente que avisa cuando windows lo cierre
Respuestas: 15
Vistas: 4695

Re: Programa residente que avisa cuando windows lo cierre

Entendido !
Gracias
Mário
por emeasoft
Vie Ago 28, 2015 6:19 pm
Foro: Spanish
Tema: Programa residente que avisa cuando windows lo cierre
Respuestas: 15
Vistas: 4695

Re: Programa residente que avisa cuando windows lo cierre

Hola.

Logfile() fica correto mas MsgInfo() nada acontece.

Serve apenas para isto então ?
Despedirse = Marcar un registro como inactivo en una tabla DBF que sólo lo abre al arrancar y al cerrarse.

Não tem como emitir um aviso pelo MsgInfo ?

Mário Angelini
por emeasoft
Jue Ago 27, 2015 2:21 pm
Foro: Spanish
Tema: Programa residente que avisa cuando windows lo cierre
Respuestas: 15
Vistas: 4695

Re: Programa residente que avisa cuando windows lo cierre

José: Fiz o seguinte teste: METHOD FormClose( oSender, @lClose ) METHOD FormInitialize( oSender ) METHOD WMQueryEndSession() INLINE 1 METHOD WMEndSession() ENDCLASS #include "Form1.xfm" METHOD WMEndSession() CLASS TForm1 MsgInfo("ok") ::Close() RETURN 1 Nada aconteceu. Fiz novo t...
por emeasoft
Mar Ago 25, 2015 2:19 pm
Foro: Spanish
Tema: Programa residente que avisa cuando windows lo cierre
Respuestas: 15
Vistas: 4695

Re: Programa residente que avisa cuando windows lo cierre

Alejandro:

Sería posible adjuntar un pequeño ejemplo con esta rutina?

Gracias
Mário Angelini
por emeasoft
Mié Ago 05, 2015 6:33 pm
Foro: Spanish
Tema: Saber en que equipo se ejecuta nuestro programa ?
Respuestas: 5
Vistas: 2328

Re: Saber en que equipo se ejecuta nuestro programa ?

Boa tarde,

Veja: Xailer Help guide -> Functions

Você vai encontrar o que precisa.
Abraços
Mário Angelini
por emeasoft
Mié Jun 24, 2015 7:36 pm
Foro: English
Tema: SQLite number of active connections
Respuestas: 4
Vistas: 3734

Re: SQLite number of active connections

Thanks José!

But I was needing this exactly to allow just one connection to the database at a time... We will try to figure some way to do it then, thanks!

Regards,
Juliano
por emeasoft
Vie Jun 19, 2015 9:21 pm
Foro: English
Tema: SQLite number of active connections
Respuestas: 4
Vistas: 3734

SQLite number of active connections

Hello Xailers,

Is there any way to know how many active connections the database have?

TIA,
Juliano
por emeasoft
Jue Jun 18, 2015 12:52 pm
Foro: Spanish
Tema: Janela de Mensagens
Respuestas: 4
Vistas: 2184

Re: Janela de Mensagens

Gracias
Mãrio
por emeasoft
Jue Jun 11, 2015 10:34 pm
Foro: Spanish
Tema: Janela de Mensagens
Respuestas: 4
Vistas: 2184

Re: Janela de Mensagens

Boa tarde,
Não vamos ser atendido ?
Mário Angelini
por emeasoft
Lun Jun 08, 2015 3:06 pm
Foro: Spanish
Tema: Criação de novos componentes
Respuestas: 5
Vistas: 2383

Re: Criação de novos componentes

Wilson,
Envie um e-mail para support@xailer.com para se cadastrar...
Abraços
Mário
por emeasoft
Mié Jun 03, 2015 5:33 pm
Foro: English
Tema: SQLite Bug and GPF only when database is encrypted
Respuestas: 7
Vistas: 4673

Re: SQLite Bug and GPF only when database is encrypted

Many thanks for the help José!

Regards,
Juliano
por emeasoft
Mar Jun 02, 2015 3:47 pm
Foro: Spanish
Tema: Janela de Mensagens
Respuestas: 4
Vistas: 2184

Re: Janela de Mensagens

Bom dia,
Por favor, seria possível alterar isto?
Grato
Mário Angelini
por emeasoft
Lun Jun 01, 2015 7:19 pm
Foro: English
Tema: Bug with date on QueryArray/Value/Row
Respuestas: 5
Vistas: 3977

Re: Bug with date on QueryArray/Value/Row

That's true Ignacio, my fault. Using the new sqlite editor we noticed that some date fields were being recorded with some other kind of data type but keeping the format (dd-mm-yyyy), after that we added an extra verification when converting the old dbf files and it seems that now the error stopped.....
por emeasoft
Lun Jun 01, 2015 3:06 pm
Foro: English
Tema: Bug with date on QueryArray/Value/Row
Respuestas: 5
Vistas: 3977

Re: Bug with date on QueryArray/Value/Row

Hello Ignacio, Here we use the property on its default value (.F.), but even using the "WHERE <cField> > Ctod( "dd/mm/yyyy" )" it does not return the right result. The problem seems to be when comparing between dates, here goes an example. Just a question, which one is better to ...
por emeasoft
Lun Jun 01, 2015 3:00 pm
Foro: English
Tema: SQLite Bug and GPF only when database is encrypted
Respuestas: 7
Vistas: 4673

Re: SQLite Bug and GPF only when database is encrypted

Hello José,

The error happens on the example from the first post "TestSQLite.zip".

Just compile, execute and you will see the GPF error.

Regards,
por emeasoft
Vie May 29, 2015 7:18 pm
Foro: English
Tema: Bug with date on QueryArray/Value/Row
Respuestas: 5
Vistas: 3977

Bug with date on QueryArray/Value/Row

Hello Xailers, We discovered that there is a bug with dates in SQLite when using the methods QueryValue/Array/Row. When executing a command, in most cases it returns an empty array if you use a date in it. We are wondering, if you will release a version to correct this bug, since we can't release a ...
por emeasoft
Jue May 28, 2015 7:58 pm
Foro: English
Tema: SQLite Bug and GPF only when database is encrypted
Respuestas: 7
Vistas: 4673

Re: SQLite Bug and GPF only when database is encrypted

Hello Ignacio,

This error happened again, but now when using the BETWEEN clause "SELECT * FROM TAB1 WHERE C03 BETWEEN ? AND ?" within the QueryArray method.

It returns a empty array, if I use the execute() or add LIMIT 99999... it runs fine.

Regards,
Juliano
por emeasoft
Jue May 28, 2015 1:41 pm
Foro: Spanish
Tema: Criação de novos componentes
Respuestas: 5
Vistas: 2383

Re: Criação de novos componentes

Wilson,
Não uso isto.
Mas se você postar no fórum Pro poderá obter a resposta do suporte Xailer.
Mário Angelini
por emeasoft
Jue May 28, 2015 1:35 pm
Foro: Spanish
Tema: Janela de Mensagens
Respuestas: 4
Vistas: 2184

Janela de Mensagens

Bom dia,
Tem como alterar a cor da linha (highlight) da janela de mensagens sem o foco ?
A cor está muito fraca o que dificulta a visualização.
Grato
Mário Angelini
xailer.png
xailer.png (12.63 KiB) Visto 2184 veces
por emeasoft
Lun May 18, 2015 12:42 pm
Foro: English
Tema: SQLite Bug and GPF only when database is encrypted
Respuestas: 7
Vistas: 4673

Re: SQLite Bug and GPF only when database is encrypted

Thanks Ignacio!! We will do that for now.

Regards,
Juliano
por emeasoft
Vie May 15, 2015 8:26 pm
Foro: English
Tema: SQLite Bug and GPF only when database is encrypted
Respuestas: 7
Vistas: 4673

SQLite Bug and GPF only when database is encrypted

Hello Xailers, We are having a bug and sometimes a GPF, but only when the database is encrypted. Executing a query with ORDER BY LPAD(FIELD,XX) returns an empty array or an GPF error... but this error only happens when the database is protected with a password. error.png What could be causing this p...
por emeasoft
Mié May 13, 2015 7:23 pm
Foro: English
Tema: SQLite Bug on date fields
Respuestas: 8
Vistas: 6162

Re: SQLite Bug on date fields

Many thanks Ignacio! It is working very well now!!

Regards,
Juliano
por emeasoft
Mié May 13, 2015 2:09 pm
Foro: English
Tema: SQLite Bug on date fields
Respuestas: 8
Vistas: 6162

Re: SQLite Bug on date fields

Thanks Ignacio! It worked now!

Just one more question, the date fields on the database created by the attach command are returning as char, not date as on the original table.

Is there any fix for this?

TIA,
Juliano
por emeasoft
Mar May 12, 2015 8:51 pm
Foro: English
Tema: SQLite Bug on date fields
Respuestas: 8
Vistas: 6162

Re: SQLite Bug on date fields

Hello Ignacio,

I tested with the .o file but the error still persists.
error.png
error.png (51.65 KiB) Visto 6125 veces
Regards,
Juliano