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 115 coincidencias

por Aguiar Costa
Lun Dic 11, 2006 11:09 am
Foro: English
Tema: Browse group
Respuestas: 14
Vistas: 4345

Browse group

Hello
Has Xailer's browse the property to group columns? If not, do you plan to
make it ? That Would be a very important feature.
Thanks.
Aguiar
por Aguiar Costa
Lun Dic 11, 2006 11:09 am
Foro: English
Tema: Browse group
Respuestas: 0
Vistas: 3112

Browse group

Hello
Has Xailer's browse the property to group columns? If not, do you plan to
make it ? That Would be a very important feature.
Thanks.
Aguiar
por Aguiar Costa
Jue Dic 07, 2006 4:35 pm
Foro: English
Tema: TAdsDataSource.
Respuestas: 10
Vistas: 3862

TAdsDataSource.

Ignacio, What Paulo is saying is that we did some tests and it seems that having 2 Datasources 1 set to Ansi and other set to OEM (defined at IDE level), the set that stays active is the one of the second Datasource...But if you do the same at code level it works....can you confirm this ? Thanks. Ag...
por Aguiar Costa
Jue Dic 07, 2006 4:35 pm
Foro: English
Tema: TAdsDataSource.
Respuestas: 10
Vistas: 3862

TAdsDataSource.

Ignacio, What Paulo is saying is that we did some tests and it seems that having 2 Datasources 1 set to Ansi and other set to OEM (defined at IDE level), the set that stays active is the one of the second Datasource...But if you do the same at code level it works....can you confirm this ? Thanks. Ag...
por Aguiar Costa
Mar Nov 21, 2006 10:44 am
Foro: English
Tema: Index corruption (ADS)
Respuestas: 4
Vistas: 1964

Index corruption (ADS)

Thanks Igancio. I think seting nCharType to acOEM can solve the problem. Regards Aguiar "Ignacio Ortiz de Zúñiga" < NoName@xailer.com > escreveu na mensagem news:45619fa2$[email=1@news.xailer.com...]1@news.xailer.com...[/email] > Aguiar, > > Xailer uses internally that function with the pr...
por Aguiar Costa
Mar Nov 21, 2006 10:44 am
Foro: English
Tema: Index corruption (ADS)
Respuestas: 4
Vistas: 1964

Index corruption (ADS)

Thanks Igancio. I think seting nCharType to acOEM can solve the problem. Regards Aguiar "Ignacio Ortiz de Zúñiga" < NoName@xailer.com > escreveu na mensagem news:45619fa2$[email=1@news.xailer.com...]1@news.xailer.com...[/email] > Aguiar, > > Xailer uses internally that function with the pr...
por Aguiar Costa
Mié Ago 23, 2006 6:56 pm
Foro: English
Tema: Stop external application
Respuestas: 8
Vistas: 3504

Stop external application

It's working ok now, with the help of José Lalin....I'm using Execute() and KillProcess() Thank you. Regards. Aguiar !!! "Aguiar" < aguiar.costa@sisbit.pt > escreveu na mensagem news:44ec2396$[email=1@news.xailer.com...]1@news.xailer.com...[/email] > Ignacio, > > I'm doing it like this: hP...
por Aguiar Costa
Mié Ago 23, 2006 6:56 pm
Foro: English
Tema: Stop external application
Respuestas: 8
Vistas: 3504

Stop external application

It's working ok now, with the help of José Lalin....I'm using Execute() and KillProcess() Thank you. Regards. Aguiar !!! "Aguiar" < aguiar.costa@sisbit.pt > escreveu na mensagem news:44ec2396$[email=1@news.xailer.com...]1@news.xailer.com...[/email] > Ignacio, > > I'm doing it like this: hP...
por Aguiar Costa
Mié Ago 23, 2006 11:46 am
Foro: English
Tema: Stop external application
Respuestas: 8
Vistas: 3504

Stop external application

Ignacio, I'm doing it like this: hProcess := ShellExecute() (Execute() is not working), and KillProcess(hProcess), but it does not work because the returned value from ShellExecute is not an handle. How do i use PostQuitMessage (WM_QUIT)? How do i get the main window of the the external application ...
por Aguiar Costa
Mié Ago 23, 2006 11:46 am
Foro: English
Tema: Stop external application
Respuestas: 8
Vistas: 3504

Stop external application

Ignacio, I'm doing it like this: hProcess := ShellExecute() (Execute() is not working), and KillProcess(hProcess), but it does not work because the returned value from ShellExecute is not an handle. How do i use PostQuitMessage (WM_QUIT)? How do i get the main window of the the external application ...
por Aguiar Costa
Mar Ago 22, 2006 5:37 pm
Foro: English
Tema: Stop external application
Respuestas: 8
Vistas: 3504

Stop external application

Is it KillProcess ? TIA. Aguiar !!! "Aguiar" < aguiar.costa@sisbit.pt > escreveu na mensagem news:44eb215b$[email=1@news.xailer.com...]1@news.xailer.com...[/email] > Hello!!! > > I want to make a program to be always running. It should use a timer to > every day run an external program at ...
por Aguiar Costa
Mar Ago 22, 2006 5:37 pm
Foro: English
Tema: Stop external application
Respuestas: 8
Vistas: 3504

Stop external application

Is it KillProcess ? TIA. Aguiar !!! "Aguiar" < aguiar.costa@sisbit.pt > escreveu na mensagem news:44eb215b$[email=1@news.xailer.com...]1@news.xailer.com...[/email] > Hello!!! > > I want to make a program to be always running. It should use a timer to > every day run an external program at ...
por Aguiar Costa
Mar Ago 22, 2006 5:24 pm
Foro: English
Tema: Stop external application
Respuestas: 8
Vistas: 3504

Stop external application

Hello!!!
I want to make a program to be always running. It should use a timer to
every day run an external program at 1:00 AM and stops it at 8:00 AM . To
run it is easy, but how do i end an external program ? Is there a Xailer or
xHarbour way ?
TIA.
Aguiar !!!
por Aguiar Costa
Mar Ago 22, 2006 5:24 pm
Foro: English
Tema: Stop external application
Respuestas: 0
Vistas: 3166

Stop external application

Hello!!!
I want to make a program to be always running. It should use a timer to
every day run an external program at 1:00 AM and stops it at 8:00 AM . To
run it is easy, but how do i end an external program ? Is there a Xailer or
xHarbour way ?
TIA.
Aguiar !!!
por Aguiar Costa
Mar Ago 01, 2006 5:58 pm
Foro: Spanish
Tema: Cambiar el Pen de un Canvas
Respuestas: 5
Vistas: 2362

Cambiar el Pen de un Canvas

Ola Rene, Agradecia que depois publicasses os teus resultados. Obrigado. Aguiar !!! English: I'll apreciate if you could public your results. Thanks. "Rene Flores" < rflores.removeforspam@ciber-tec.com > escreveu na mensagem news:[email=44cafcef@news.xailer.com...]44cafcef@news.xailer.com....
por Aguiar Costa
Lun Jul 24, 2006 11:49 am
Foro: English
Tema: DataSet:Close()
Respuestas: 8
Vistas: 3071

DataSet:Close()

Ignacio, I understand that. It just took me a lot of time to see what was happening. Maybe this should be stressed out in the help files. Thanks. Aguiar !!! "Ignacio Ortiz de Zúñiga" < NoName@xailer.com > escreveu na mensagem news:44c494ed$[email=1@news.xailer.com...]1@news.xailer.com...[/...
por Aguiar Costa
Lun Jul 24, 2006 11:49 am
Foro: English
Tema: DataSet:Close()
Respuestas: 8
Vistas: 3071

DataSet:Close()

Ignacio, I understand that. It just took me a lot of time to see what was happening. Maybe this should be stressed out in the help files. Thanks. Aguiar !!! "Ignacio Ortiz de Zúñiga" < NoName@xailer.com > escreveu na mensagem news:44c494ed$[email=1@news.xailer.com...]1@news.xailer.com...[/...
por Aguiar Costa
Lun Jul 24, 2006 10:59 am
Foro: English
Tema: DataSet:Close()
Respuestas: 8
Vistas: 3071

DataSet:Close()

Ignacio, But if the Dataset table is changed, shouldn't the fields related to it be changed automatically ? When the Dataset is set to open what's the logic of having :aFields with the content of another table ??? ...maybe it should generate an error !!! Regards. Aguiar !!! "Ignacio Ortiz de Zú...
por Aguiar Costa
Lun Jul 24, 2006 10:59 am
Foro: English
Tema: DataSet:Close()
Respuestas: 8
Vistas: 3071

DataSet:Close()

Ignacio, But if the Dataset table is changed, shouldn't the fields related to it be changed automatically ? When the Dataset is set to open what's the logic of having :aFields with the content of another table ??? ...maybe it should generate an error !!! Regards. Aguiar !!! "Ignacio Ortiz de Zú...
por Aguiar Costa
Vie Jul 21, 2006 9:27 pm
Foro: English
Tema: DataSet:Close()
Respuestas: 8
Vistas: 3071

DataSet:Close()

Hello !!! I have a DbfDataset that i use to open a table A or a table B as the user shooses one or another...To do that i close the Dataset, change the table name and open it again. It works. The problem is that although the name and records of the table is changed the DbfDataset:aFields is never ch...
por Aguiar Costa
Vie Jul 21, 2006 9:27 pm
Foro: English
Tema: DataSet:Close()
Respuestas: 0
Vistas: 3119

DataSet:Close()

Hello !!! I have a DbfDataset that i use to open a table A or a table B as the user shooses one or another...To do that i close the Dataset, change the table name and open it again. It works. The problem is that although the name and records of the table is changed the DbfDataset:aFields is never ch...
por Aguiar Costa
Vie Jul 07, 2006 11:49 am
Foro: English
Tema: Report
Respuestas: 6
Vistas: 2456

Report

Ignacio, Thank you for your answer, but it still report the same error...maybe it's another problem...Can you help ? Thanks. Aguiar !!! "Ignacio Ortiz de Zúñiga" < NoName@xailer.com > escreveu na mensagem news:44ae1276$[email=1@news.xailer.com...]1@news.xailer.com...[/email] > Aguiar, > > ...
por Aguiar Costa
Vie Jul 07, 2006 11:49 am
Foro: English
Tema: Report
Respuestas: 6
Vistas: 2456

Report

Ignacio, Thank you for your answer, but it still report the same error...maybe it's another problem...Can you help ? Thanks. Aguiar !!! "Ignacio Ortiz de Zúñiga" < NoName@xailer.com > escreveu na mensagem news:44ae1276$[email=1@news.xailer.com...]1@news.xailer.com...[/email] > Aguiar, > > ...
por Aguiar Costa
Jue Jul 06, 2006 10:22 pm
Foro: English
Tema: Report
Respuestas: 6
Vistas: 2456

Report

Hi Is this the right way to print a generic Dataset report ? : With Object ::oDbf :Select() :SaveState(.T.) :Gotop() End REPORT oReport ; TITLE ::oDbf:cName ; FOOTER "Página: " + AllTrim( Str( oReport:nPage ) )+; " "+DToC(Date())+" "+Time() ALIGN taCENTER ; PREVIEW ; FO...
por Aguiar Costa
Jue Jul 06, 2006 10:22 pm
Foro: English
Tema: Report
Respuestas: 0
Vistas: 2923

Report

Hi Is this the right way to print a generic Dataset report ? : With Object ::oDbf :Select() :SaveState(.T.) :Gotop() End REPORT oReport ; TITLE ::oDbf:cName ; FOOTER "Página: " + AllTrim( Str( oReport:nPage ) )+; " "+DToC(Date())+" "+Time() ALIGN taCENTER ; PREVIEW ; FO...