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

por Ingo JH
Mar Sep 27, 2011 5:22 pm
Foro: English
Tema: to José Lalin
Respuestas: 2
Vistas: 1444

to José Lalin

Dear José,
the Zipfile from the site http://xailer.info/esp/?tag=ftp "Actualización 22
Marzo 2011" is not downloadable.
How to get it?
Thanks in advance
Regards
Ingo
por Ingo JH
Mié Sep 07, 2011 2:14 pm
Foro: English
Tema: to José Lalin - TCaptureBitmap
Respuestas: 8
Vistas: 3222

to José Lalin - TCaptureBitmap

//---------------------------------------------------------- -------------------- CLASS TForm FROM XForm METHOD WMKeyDown( nKey, nFlags ) ENDCLASS //---------------------------------------------------------- -------------------- METHOD WMKeyDown( nKey, nFlags ) CLASS TForm LOCAL uRet,nProportion := ...
por Ingo JH
Mié Sep 07, 2011 9:50 am
Foro: English
Tema: to José Lalin - TCaptureBitmap
Respuestas: 8
Vistas: 3222

to José Lalin - TCaptureBitmap

José, I had to correct my changes: METHOD Hardcopy( lPreview, cTitle, nProportion ) CLASS TCaptureBitmap LOCAL lOk := .F. LOCAL oPicture LOCAL nHeight , nWidth IF !Empty( ::Handle ) DEFAULT lPreview TO .T., ; cTitle TO "Hardcopy",; nProportion TO 1 Application:lBusy := .T. Printer:lPreview...
por Ingo JH
Mié Sep 07, 2011 9:19 am
Foro: English
Tema: to José Lalin - TCaptureBitmap
Respuestas: 8
Vistas: 3222

to José Lalin - TCaptureBitmap

José, thanks for the code. It helps me to do it this way: CLASS TCaptureBitmap FROM XCaptureBitmap METHOD Hardcopy( lPreview, cTitle, nProportion ) // nProportion = oForm:nHeigth / oForm:nWidth ENDCLASS METHOD Hardcopy( lPreview, cTitle, nProportion ) CLASS TCaptureBitmap LOCAL lOk := .F. LOCAL oPic...
por Ingo JH
Mar Sep 06, 2011 7:11 pm
Foro: English
Tema: to José Lalin - TCaptureBitmap
Respuestas: 8
Vistas: 3222

to José Lalin - TCaptureBitmap

Dear José Lalin,
could you extentent the component TCaptureBitmap that the hardcopy keeps the
same proportion of height and width as the original?
Regrds Ingo
por Ingo JH
Sab Ago 27, 2011 8:28 am
Foro: English
Tema: support wanted for oDbfDataset:lReUseDel
Respuestas: 2
Vistas: 1370

support wanted for oDbfDataset:lReUseDel

Jose, many thanks for your reply. Regards Ingo "Jose F. Gimenez" <jfgimenez@wanadoo.es> schrieb im Newsbeitrag news:4e5793dc$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email] > Ingo, > > sorry for the delay. > > Please, change the line 1111 of dbfdataset.prg from: > > IF ::nEditReco...
por Ingo JH
Jue Ago 25, 2011 8:01 am
Foro: English
Tema: oDbfDataSet:lReUseDel without effect
Respuestas: 0
Vistas: 6988

oDbfDataSet:lReUseDel without effect

Dear Xailers, I postet at the 18th of August that lReUseDel doesn't work. No reaction! I sent a sample at the 20th of August to enable you to reproduce the problem. No reaction! I posted again the misfeature of lReUseDel at the 24th No reaction! Now I found out, that the deleting record though is bl...
por Ingo JH
Mié Ago 24, 2011 10:50 am
Foro: English
Tema: support wanted for oDbfDataset:lReUseDel
Respuestas: 2
Vistas: 1370

support wanted for oDbfDataset:lReUseDel

Hi, I don't know what I'm doing wrong, but lReUseDel doesn't work like described in the documentation. As I understand the documentation if lReUseDel is .T. the deleted record should be blanked. Is this correct? In the attached sample it doesn't happened. Could anybody of the Xailer developers help ...
por Ingo JH
Sab Ago 20, 2011 9:37 am
Foro: English
Tema: lReUseDel doesn't work
Respuestas: 1
Vistas: 1049

lReUseDel doesn't work

This is a multi-part message in MIME format. ------=_NextPart_000_0070_01CC5F1C.C047B670 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0071_01CC5F1C.C0482BA0" ------=_NextPart_001_0071_01CC5F1C.C0482BA0 Content-Type: text/plain; charset="iso-8859-1" Content-Tr...
por Ingo JH
Jue Ago 18, 2011 5:34 pm
Foro: English
Tema: lReUseDel doesn't work
Respuestas: 1
Vistas: 1049

lReUseDel doesn't work

Hi Xailers, I tried to use the lReUseDel-technique as described in the documentation with the sample DbfData2 and SET DELTED OFF: The technique to recover deleted records is simple: basically all the fields are blanked and deleted later. Logically, if you have at least on index, the deleted record w...
por Ingo JH
Mar Ago 16, 2011 10:07 am
Foro: English
Tema: 2.4
Respuestas: 2
Vistas: 1430

2.4

José, thanks for answering. "Jose F. Gimenez" <jfgimenez@wanadoo.es> schrieb im Newsbeitrag news:[email=4e497050@svctag-j7w3v3j....]4e497050@svctag-j7w3v3j....[/email] > Ingo, > >> the last letter of the returned string TForm:SaveState() is a lowercase >> character. But TForm:RestoreState(...
por Ingo JH
Mar Ago 09, 2011 2:27 pm
Foro: English
Tema: 2.4
Respuestas: 2
Vistas: 1430

2.4

Hi Xailers,
the last letter of the returned string TForm:SaveState() is a lowercase
character. But TForm:RestoreState() needs uppercase.
Line 687 of Form.prg has to be deleted.
685 IF ::lHideOnClose
686 ::Hide()
687 RETURN 0 <== this is wrong
688 ENDIF
Regards
Ingo
por Ingo JH
Lun Jul 18, 2011 1:13 pm
Foro: English
Tema: to Jose Lalin - BitmapCapture error
Respuestas: 16
Vistas: 4804

to Jose Lalin - BitmapCapture error

José, what do you think about a hardcopy direct printing as a new feature? Regards Ingo "José Lalí­n" < dezac@corevia.com > schrieb im Newsbeitrag news:4e233e24$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email] Ingo, > thanks again. my pleasure. > This is working now. ;-) I will rel...
por Ingo JH
Sab Jul 16, 2011 12:05 pm
Foro: English
Tema: to Jose Lalin - BitmapCapture error
Respuestas: 16
Vistas: 4804

to Jose Lalin - BitmapCapture error

José, thanks again. I tried it with the code: WITH OBJECT TCaptureBitmap():New() :Capture( self ) //<--- to capture only the TForm :Hardcopy( .t., "test for Ingo" ) END Ok, I did it like you posted it in http://xailer.info/esp/?p=60#more-60 -------------------------------------------------...
por Ingo JH
Vie Jul 15, 2011 12:58 pm
Foro: English
Tema: to Jose Lalin - BitmapCapture error
Respuestas: 16
Vistas: 4804

to Jose Lalin - BitmapCapture error

José, "HardCopy" doesn't work. It did nothing. Sorry Ingo "José Lalí­n" < dezac@corevia.com > schrieb im Newsbeitrag news:4e1df6fc$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email] Ingo, sorry, I sent a wrong file. I did a test with this one and works as expected. Regards,...
por Ingo JH
Mié Jul 13, 2011 6:30 pm
Foro: English
Tema: to Jose Lalin - BitmapCapture error
Respuestas: 16
Vistas: 4804

to Jose Lalin - BitmapCapture error

This is a multi-part message in MIME format. ------=_NextPart_000_006B_01CC418A.FED891C0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_006C_01CC418A.FED8DFE0" ------=_NextPart_001_006C_01CC418A.FED8DFE0 Content-Type: text/plain; charset="iso-8859-1" Content-Tr...
por Ingo JH
Mié Jul 13, 2011 4:46 pm
Foro: English
Tema: to Jose Lalin - BitmapCapture error
Respuestas: 16
Vistas: 4804

to Jose Lalin - BitmapCapture error

This is a multi-part message in MIME format. ------=_NextPart_000_0061_01CC417C.5E44A950 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0062_01CC417C.5E451E80" ------=_NextPart_001_0062_01CC417C.5E451E80 Content-Type: text/plain; charset="iso-8859-1" Content-Tr...
por Ingo JH
Sab Jun 18, 2011 7:43 am
Foro: English
Tema: ToolbarRE
Respuestas: 2
Vistas: 1414

ToolbarRE

José,
now I see it. A good work.
Thank you very much
Ingo
por Ingo JH
Vie Jun 17, 2011 6:16 pm
Foro: English
Tema: ToolbarRE
Respuestas: 2
Vistas: 1414

ToolbarRE

Hi,
where do I find the sourcecode of TToolbarRE?
I have to change the itemstext shown in the popups to German.
Thanks in advance
Ingo
por Ingo JH
Vie Jun 04, 2010 2:24 pm
Foro: English
Tema: TRadio problem in X2.18
Respuestas: 4
Vistas: 2182

TRadio problem in X2.18

Ignacio, yes I see that was the reason. Thank you very much Ingo "Ignacio Ortiz de Zúñiga" < NoNameToAvoidSpam@xailer.com > schrieb im Newsbeitrag news:4c08dd90$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email] > Ingo, > > The two radio button must be created one after the other, yo...
por Ingo JH
Vie Jun 04, 2010 12:08 pm
Foro: English
Tema: TRadio problem in X2.18
Respuestas: 4
Vistas: 2182

TRadio problem in X2.18

Ignacio, you understand it right. But this was not so in X1.99 Here is the sample. Regards Ingo "Ignacio Ortiz de Zúñiga" < NoNameToAvoidSpam@xailer.com > schrieb im Newsbeitrag news:4c08bea8$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email] > Ingo, > > I am afraid I do not understa...
por Ingo JH
Jue Jun 03, 2010 12:01 pm
Foro: English
Tema: TRadio problem in X2.18
Respuestas: 4
Vistas: 2182

TRadio problem in X2.18

When you enter a radiocontrol by TAB the control changes its state.
That is different to X1.99. Is it correct?
Regards
Ingo
por Ingo JH
Vie Abr 23, 2010 11:21 am
Foro: English
Tema: Lack of speed in network environments
Respuestas: 16
Vistas: 4563

Lack of speed in network environments

Timm, it seems to be a known problem with the opportunistic locking feature of windows when more than one client using sharing dbf's. Take a look at this http://support.microsoft.com/kb/296264 or http://www.superbase.com/services_tech_support_oplocks.htm Ingo "Timm Sodtalbers" < info@sodta...
por Ingo JH
Vie Abr 23, 2010 11:21 am
Foro: English
Tema: Lack of speed in network environments
Respuestas: 16
Vistas: 4563

Lack of speed in network environments

Timm, it seems to be a known problem with the opportunistic locking feature of windows when more than one client using sharing dbf's. Take a look at this http://support.microsoft.com/kb/296264 or http://www.superbase.com/services_tech_support_oplocks.htm Ingo "Timm Sodtalbers" < info@sodta...
por Ingo JH
Lun Abr 12, 2010 6:51 pm
Foro: English
Tema: TSimpleMapi questions to José Lalín
Respuestas: 0
Vistas: 6826

TSimpleMapi questions to José Lalín

Hallo José,
1. how to make the sample "SimpleMapi" work with Office Outlook 2007 as
standard email-program?
2. what should be assigned to the property "cAccount"?
3. what are the registry keys to get the default account values in Vista?
TIA
Ingo