Search found 18 matches: lkm

Return to advanced search

Re: class tprinter and a dot-matrix printer

... will be done automatically. At the end of this class is a little function call WorkSheet that will make the job of DOS printing a lot easier. LKM changed behavior of how EJECT is handled, for real DOS simulation In the same way if you try to print on the same row as the current, but in a previous ...
by ukoenig
Sun Mar 26, 2017 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: class tprinter and a dot-matrix printer
Replies: 2
Views: 765

Re:

Alfredo Arteaga wrote:Aquí tienes un pequeño programa, se acompaña con la clase de LKM.

http://www.despachoarteaga.com.mx/email.zip



Saludos Alfredo, aun tienes el ejemplo ya que la direccion de descarga no funciona.

Gracias
by CARLOS ATUNCAR
Sun Nov 29, 2015 9:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar correos directamente desde FWH sin pasar por outlook
Replies: 5
Views: 1406

error al compilar winsock de smtp luis

... #include <WinSock.h> #define SOCKET SOCKET void _strcpy( char *, char * ); #ifndef __FLAT__ //#define SOCKADDR_IN sockaddr_in // LKM huge error. won't complile under 16 bits if used!!!!! #else #define _send send #endif //----------------------------------------------------------------------------// ...
by MANOLO
Thu Feb 19, 2009 7:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al compilar winsock de smtp luis
Replies: 2
Views: 855

SMTP

... + '"' + CRLF + ; "Content-Transfer-Encoding: " + If( cExt == "HTM", "7bit", "quoted-printable" ) + CRLF + ; "Content-Disposition: inline; " + ; // LKM was attachment 'filename="' + cFileNoPath( ::aFiles[ nI ] ) + '"' + CRLF + CRLF ) oSocket:SendFile( ::aFiles[ nI ],, ::nDelay ) Else oSocket:SendData( ...
by TimStone
Fri Aug 01, 2008 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsntp ( attachments )
Replies: 14
Views: 3084

Antonio: Requested xBrowse enhancement

... for UP and DOWN keys to complete the edit and move in the direction indicated. (i.e. instead of having to press RETURN first). I've been using LKM's TCBrowse for many years and love his version but I'm looking at the benefits of "modernising" to xBrowse. Some years ago I made some fairly complicated ...
by Colin Wisbey
Fri May 23, 2008 5:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Requested xBrowse enhancement
Replies: 7
Views: 1638

Problema con 7.07

... Case nMem == 6 ; nRetu := Round( oMemory:m8 / ( 1024 * 1024 ), 0 ) Otherwise ; nRetu := 0 EndCase If nRetu # 0 .and. ::nPlatform == 1 // added by lkm nRetu += 1 // calc error under Win95/98/ME Endif #endif Return nRetu Agradezco cualquier Informacion al respecto para solucionar el problema. Muchas ...
by mag071
Mon Jul 23, 2007 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con 7.07
Replies: 1
Views: 712

SMTP Class

Hi all, first of all, sorry for my bad english. yes I'm using a non-standard class, I wrote it on my first message in this topic. I'm using LKM version dated 02 june 2005. I don't know if I can post entire code here because the source is not mine and (sorry) I don't remember where I downloaded ...
by chiaiese
Mon May 28, 2007 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMTP session aborting
Replies: 9
Views: 2899

SMTP session aborting

... to a mail server on the internet. Now, if I upload my program to the same PC where the mail server is installed, mails are no more sent out. I use LKM version because I need user authentication Turned on the debug mode here is the log: 23-02-2007 15:30:43: Connect Socket handle: 7948 WSA Error: ...
by chiaiese
Fri Feb 23, 2007 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMTP session aborting
Replies: 9
Views: 2899

... "Si el código anterior no funciona, estoy casi seguro, que el problema está en la clase TGET. Yo lo tuve hace tiempo y lo solucione gracias a LKM, añadiendo una línea en TGET en el Method EditUpdate(): METHOD EditUpdate() CLASS TGet if ::oGet:HasFocus ::DispText() ::oGet:Assign() //LKM actualiza ...
by Manuel Valdenebro
Sat Feb 17, 2007 12:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en la clase GET
Replies: 2
Views: 936

Aquí tienes un pequeño programa, se acompaña con la clase de LKM.

http://www.despachoarteaga.com.mx/email.zip
by Alfredo Arteaga
Sat Jun 17, 2006 3:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar correos directamente desde FWH sin pasar por outlook
Replies: 5
Views: 1406

Impresora Serial en COM1

... y al indicarle que utilize el puerto COM1, solo recibo el mensaje que no puede abrir el puerto. Hice unas pruebas con la TDosPrn modificada por LKM, pero igual, no imprime nada y no me da ningun mensaje de error. Alguie tiene algo para imprimir en impresoras de tickets seriales que me pueda ...
by Carlos Sincuir
Sat Jun 17, 2006 3:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresora Serial en COM1
Replies: 13
Views: 3661

Impresora Serial en COM1

... y al indicarle que utilize el puerto COM1, solo recibo el mensaje que no puede abrir el puerto. Hice unas pruebas con la TDosPrn modificada por LKM, pero igual, no imprime nada y no me da ningun mensaje de error. Alguie tiene algo para imprimir en impresoras de tickets seriales que me pueda ...
by Carlos Sincuir
Sat Jun 17, 2006 3:39 am
 
Forum: FiveWin para CA-Clipper
Topic: Impresora Serial en COM1
Replies: 4
Views: 1523

Manuramos, lo que dices es cierto, pero tambien esta bien para mi la correccion de LKM que especifico Manuel gracias Marcelo Yo creo que el problema está en que evaluas cNote. Prueba a evaluar oGet:cText . O sea: oGet:bChange := {|| cLne := STR( 300 - LEN( ALLTRIM( ...
by Marcelo Via Giglio
Tue May 23, 2006 3:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar un SAY al estar modificando un GET
Replies: 8
Views: 1903

... Si el código anterior no funciona, estoy casi seguro, que el problema está en la clase TGET. Yo lo tuve hace tiempo y lo solucione gracias a LKM, añadiendo una línea en TGET en el Method EditUpdate(): METHOD EditUpdate() CLASS TGet if ::oGet:HasFocus ::DispText() ::oGet:Assign() //LKM actualiza ...
by Marcelo Via Giglio
Thu May 18, 2006 9:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar un SAY al estar modificando un GET
Replies: 8
Views: 1903

... Si el código anterior no funciona, estoy casi seguro, que el problema está en la clase TGET. Yo lo tuve hace tiempo y lo solucione gracias a LKM, añadiendo una línea en TGET en el Method EditUpdate(): METHOD EditUpdate() CLASS TGet if ::oGet:HasFocus ::DispText() ::oGet:Assign() //LKM actualiza ...
by Manuel Valdenebro
Fri May 12, 2006 5:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar un SAY al estar modificando un GET
Replies: 8
Views: 1903
Next

Return to advanced search