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

por InvalidAccount
Mar Ene 24, 2006 11:26 am
Foro: Xailer Pro English
Tema: actualizing DBcontrols
Respuestas: 14
Vistas: 6371

actualizing DBcontrols

Ingo,
> Using the Activate and Deactivate events are improper to actualize the
> datacontrols
I believe I already answered this. Sorry if I did not explain myself
correctly.
> is active over a longer time or to go back to the old practice without
> using
> Xailer's DataControls.
You are ...
por InvalidAccount
Mar Ene 24, 2006 9:28 am
Foro: Xailer Pro English
Tema: actualizing DBcontrols
Respuestas: 14
Vistas: 6371

actualizing DBcontrols

Ingo,
I send you your sample corrected, so you can see how it is working as
expected.
> No, please pay attention that I'm talking about xBase apps which are
> running
> in a network on different workstations at the same time. Therefore it is
> necessary that all the controls in a form wich ...
por InvalidAccount
Lun Ene 23, 2006 6:13 pm
Foro: Xailer Pro English
Tema: IDE Crash
Respuestas: 10
Vistas: 4897

IDE Crash

Ingo,
Ok. I did see the error. Now is fixed. Thank you very much. We hope to
release a new IDE very soon.
Regards,
"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
news:43d4cdf2$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro ...
por InvalidAccount
Lun Ene 23, 2006 5:48 pm
Foro: Xailer Pro English
Tema: actualizing DBcontrols
Respuestas: 14
Vistas: 6371

actualizing DBcontrols

Ingo,
OnExit and OnEnter are only triggered when changing the focus on the SAME
form, so you better use the events OnActivate or OnDeactivate which is
triggered every time the FORM is activated:
METHOD FormDeactivate( oSender, oCtl ) CLASS TForm2
::oDbf:Save()
if oCtl != NIL
oCtl:oDbf:Load ...
por InvalidAccount
Lun Ene 23, 2006 9:58 am
Foro: Xailer Pro English
Tema: IDE Crash
Respuestas: 10
Vistas: 4897

IDE Crash

Ingo,
I am not able to reproduce your bug with SamplesDataControls1. I did go to
last column and even force it so it was displayed partially as you said. I
could delete the column with no problem. I am sure the bug exists but
without a sample it is dificult to trace it. In any case I continue ...
por InvalidAccount
Lun Ene 23, 2006 9:53 am
Foro: Xailer Pro English
Tema: actualizing DBcontrols
Respuestas: 14
Vistas: 6371

actualizing DBcontrols

Ingo,
To reread the data from the table:
oDbfDataSet:Load()
To save the bufffer data to the table:
oDbfDataSet:Save()
This two methods should work in EditMode. If you believe they do not work as
expected please send us a small sample including the DBF file where we can
check it.
BTW be ...
por InvalidAccount
Mar Ene 17, 2006 4:14 pm
Foro: Xailer Pro English
Tema: new Browse.obj
Respuestas: 2
Vistas: 1915

new Browse.obj

Ingo,
Ups!, stupid bug on my last commit. Sorry for that. Here it is the corrected
module.
Regards,
"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
news:43cced91$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local ...
por InvalidAccount
Mar Ene 17, 2006 11:11 am
Foro: Xailer Pro English
Tema: MdiChild menu
Respuestas: 16
Vistas: 6000

MdiChild menu

Ingo,
You are rigth. We forgot to document that function. Here it is:
ProcessMessages
This function permits that all windows process the Windows message queue.
The operating system interacts with all windows through messages that it sends. Those windows receive those messages and act in ...
por InvalidAccount
Vie Ene 13, 2006 5:46 pm
Foro: Xailer Pro English
Tema: bug report
Respuestas: 38
Vistas: 15106

bug report

Ingo,
Great!
Regards,
"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
news:43c7ca58$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
>
> Ignacio,
>
> I tried it with the new browse.obj - it works ...
por InvalidAccount
Vie Ene 13, 2006 4:27 pm
Foro: Xailer Pro English
Tema: bug report
Respuestas: 38
Vistas: 15106

bug report

Ingo,
Did you include the file browse.obj I did attach on a previos message?
Regards,
"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
news:43c7c214$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email ...
por InvalidAccount
Vie Ene 13, 2006 2:01 pm
Foro: Xailer Pro English
Tema: bug report
Respuestas: 38
Vistas: 15106

bug report

Ingo,
Right now is working fine here.
Regards,
"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
news:43c7a22d$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
>
> Ignacio,
>
> here the sample with oBrw ...
por InvalidAccount
Vie Ene 13, 2006 1:30 pm
Foro: Xailer Pro English
Tema: bug report
Respuestas: 38
Vistas: 15106

bug report

Ingo,
Sorry. You are completely right. I did not understand your problem from the
beginning.
I attach with this message the module corrected. I apologize for any
inconvenience. Any feedback is welcome.
Regards,
"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0 ...
por InvalidAccount
Vie Ene 13, 2006 1:02 pm
Foro: Xailer Pro English
Tema: bug report
Respuestas: 38
Vistas: 15106

bug report

Ingo,
Then surely you debug window is simply out of bounds of your dekstop.
Please check that the checbox from the menu option: Tools - General
Options - IDE - Save on exit is unchecked.
Regards,
"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email ...
por InvalidAccount
Vie Ene 13, 2006 11:07 am
Foro: Xailer Pro English
Tema: bug report
Respuestas: 38
Vistas: 15106

bug report

Ingo,
From Whatsnew.htm (Pre-release 4)
a.. Automatic free of TDataSets and TDataSource whein their forms are
closed:
This modification may break your code sin when the form is closed all its
DataControl are unlinked of its TDataSet and for that reason operations of
type Update() on the ...
por InvalidAccount
Vie Ene 13, 2006 10:58 am
Foro: Xailer Pro English
Tema: bug report
Respuestas: 38
Vistas: 15106

bug report

Ingo,
All the Datasets owned by any form are closed and destroyed when the form is
destroyed. In order to do some work after the ShowModal() method with the
DataSets you shoud use the property lHideOnClose to .T.
> calling LogDebug() doesn't show the debugwindow. What to do?
I'am been ...
por InvalidAccount
Vie Ene 13, 2006 10:52 am
Foro: Xailer Pro English
Tema: bug report
Respuestas: 38
Vistas: 15106

bug report

Ingo,
> The next problem: I told you that if the TBrowse property
> lTabStop is set to .F., the TBrowse doesn't accept any
> mouseclicks. You or Jose answered it would be fixed but it
> isn't so.
Exactly which mouse events are you trapping?
Regards,
"Ingo Junge-Herrmann" <[email=XPRO-0031BA74 ...
por InvalidAccount
Vie Ene 13, 2006 9:36 am
Foro: Xailer Pro English
Tema: bug report
Respuestas: 38
Vistas: 15106

bug report

Ingo,
There was a problem with Xailer resource file. I attach with this message a
new one that I hope it fixes the wrong error display problem.
BTW, the runtime error reports that the file is not open when trying to use
the DataSet:Goto() method. Are you sure is open? Could we have a self ...
por InvalidAccount
Mar Ene 10, 2006 4:50 pm
Foro: Xailer Pro English
Tema: When the new release expected ??
Respuestas: 2
Vistas: 1912

When the new release expected ??

Dionisis,
Happy new year to you too. We expect to release a new build this same week.
Best regards,
"Dionisis Divaris" < sv1fkk@hol.gr > escribió en el mensaje
news:[email=43c38580@ozsrvnegro.ozlan.local...]43c38580@ozsrvnegro.ozlan.local...[/email]
> Hello to all of Xailer Team
>
> Happy ...
por InvalidAccount
Mié Nov 30, 2005 4:15 pm
Foro: Xailer Pro English
Tema: Main module explanation
Respuestas: 4
Vistas: 2132

Main module explanation

Guissepe,
That part of code is regenerated continuously by the IDE and surely is
mistaken the funtion whits its own generated code.
Please see if passing a dummy value to the funcion fixes the problem, for
example:
LogOut( "dummy" )
Regards,
"Giuseppe Bogetti" < orangesocks@bgsoft.it ...
por InvalidAccount
Jue Nov 24, 2005 9:43 am
Foro: Xailer Pro English
Tema: Registration problem
Respuestas: 4
Vistas: 2466

Registration problem

Ingo,
It seems you are registering the IDE as a demo version. Really strange.
Please confirm that you are using your personal serial number (never publish
it here) and not the DEMO. You can see that from the menu option Help-About
....
Check also the VersionInfo of the executable with any ...
por InvalidAccount
Mar Nov 22, 2005 12:23 pm
Foro: Xailer Pro English
Tema: About Xailer Functions
Respuestas: 2
Vistas: 1835

About Xailer Functions

Dionisis,
It will available on next pre-release. BTW I attach with this message a link
to the preliminary CHM file with the function section in English.
http://www.xailer.com/help/functions.chm
Regards,
"Dionisis Divaris" < sv1fkk@hol.gr > escribió en el mensaje
news:[email=4382f324 ...
por InvalidAccount
Lun Nov 21, 2005 12:37 pm
Foro: Xailer Pro English
Tema: TDbfDataset explanation
Respuestas: 6
Vistas: 3216

TDbfDataset explanation

Giuseppe,
Try to put some LogDebug() on your code to see what is exactly happening.
Regards,
"Giuseppe Bogetti" < orangesocks@bgsoft.it > escribió en el mensaje
news:aotqabmilel9$.5wlqsbu93w5b$[email=.dlg@40tude.net...].dlg@40tude.net...[/email]
> Hi,
>
> can someone please explain me what's ...
por InvalidAccount
Jue Nov 10, 2005 9:44 am
Foro: Xailer Pro English
Tema: About Resources: To Ignacio
Respuestas: 6
Vistas: 3458

About Resources: To Ignacio

Dionisis,
There is nothing to activate, it should work automatically. If it does not
work then probably the Greek language indentifier is not the one I gave you.
Then run a simple program with this code:
Msginfo( GetWindowsLanguage() )
This will return you a number, if is not 26, then change ...
por InvalidAccount
Jue Nov 10, 2005 9:34 am
Foro: Xailer Pro English
Tema: SetFocus
Respuestas: 2
Vistas: 1906

SetFocus

Ingo,
Already answered on beta forum.
Regards,
"Ingo" < ingo.jh@web.de > escribió en el mensaje
news:4371cf10$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
>
> After creating and showing a nonmodal dialog I want to set the focus back
> to the parent window.
>
> 1 ...
por InvalidAccount
Vie Oct 28, 2005 7:45 pm
Foro: Xailer Pro English
Tema: Another browser question
Respuestas: 12
Vistas: 4957

Another browser question

Giuseppe,
Undocumented method RowCount().
Regards,
"Giuseppe Bogetti" < orangesocks@bgsoft.it > escribió en el mensaje
news:1wi6xzwzvcmev.136q6srrvl24j$[email=.dlg@40tude.net...].dlg@40tude.net...[/email]
> In data Fri, 28 Oct 2005 18:36:17 +0200, Ignacio Ortiz de Zúñiga ha
> scritto ...