Search found 67 matches
- Thu Oct 13, 2011 2:00 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Programa que recibe e-mails?
- Replies: 11
- Views: 4007
Re: Programa que recibe e-mails?
Victor, a mi me funciona el ejemplo tal cual está publicado con gmail, yo uso fwh8.09 y xHarbour 1.1.0, prueba con el mismo ejemplo, mismo build y el mismo Pop4.prg, debes poner las comillas " en usuario y password. El prg es el testpop3.prg de samples con alguna variacion y el Tpop4 es el mismo ...
- Thu Oct 13, 2011 12:04 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Programa que recibe e-mails?
- Replies: 11
- Views: 4007
Re: Programa que recibe e-mails?
tPop4 es la misma tPop3 de SOURCE\CLASSES:
// FiveWin Internet incomming mail Class#include "FiveWin.ch"// different session status// CONNECT#define ST_CONNECTING 1#define ST_IDENTIFY1 2#define ST_IDENTIFY2 3#define ST_STAT 99#define ST_REQLIST 4#define ST_IDENTIFY4 5#define ST_IDENTIFY5 6#define ...
// FiveWin Internet incomming mail Class#include "FiveWin.ch"// different session status// CONNECT#define ST_CONNECTING 1#define ST_IDENTIFY1 2#define ST_IDENTIFY2 3#define ST_STAT 99#define ST_REQLIST 4#define ST_IDENTIFY4 5#define ST_IDENTIFY5 6#define ...
- Wed Oct 12, 2011 1:22 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Programa que recibe e-mails?
- Replies: 11
- Views: 4007
Re: Programa que recibe e-mails?
Karinha, yo uso xHarbour, posiblemente te falta alguna lib, el build que utilizo es este:
@ECHO OFFCLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ³ FiveWin for xHarbour 8.09 - Sep. 2008 xHarbour development power ³ÜECHO ...
@ECHO OFFCLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ³ FiveWin for xHarbour 8.09 - Sep. 2008 xHarbour development power ³ÜECHO ...
- Mon Oct 10, 2011 11:57 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Programa que recibe e-mails?
- Replies: 11
- Views: 4007
Re: Programa que recibe e-mails?
Hola karinha, a mi me funciona asi:
// Testing FiveWin new Internet incoming mail (POP3 protocol) Class#include "FiveWin.ch"static oWnd//----------------------------------------------------------------------------//function Main() local oBar DEFINE WINDOW oWnd TITLE "Receiving Internet ...
// Testing FiveWin new Internet incoming mail (POP3 protocol) Class#include "FiveWin.ch"static oWnd//----------------------------------------------------------------------------//function Main() local oBar DEFINE WINDOW oWnd TITLE "Receiving Internet ...
- Sat Sep 11, 2010 3:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Activex, appearance and keys vs iexplore
- Replies: 7
- Views: 1250
Re: Activex, appearance and keys vs iexplore
H-i Enrico, the sample is the original "fwh\samples\webexp.prg", only change is "hotmail.com"
Fwh 10.8
xharbour1.2.1
bcc582
#include "FiveWin.ch"function Main() local oWnd, oActiveX local cEvents := "" DEFINE WINDOW oWnd TITLE "FiveWin ActiveX Support" oActiveX = TActiveX():New ...
Fwh 10.8
xharbour1.2.1
bcc582
#include "FiveWin.ch"function Main() local oWnd, oActiveX local cEvents := "" DEFINE WINDOW oWnd TITLE "FiveWin ActiveX Support" oActiveX = TActiveX():New ...
- Fri Sep 10, 2010 9:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Activex, appearance and keys vs iexplore
- Replies: 7
- Views: 1250
Re: Activex, appearance and keys vs iexplore
Enrico, thank for your reply but dont solve the problem. Could you please test it using FWH 10.8 ? thanks (fwh\samples\webexp.prg)
- Fri Sep 10, 2010 9:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Activex, appearance and keys vs iexplore
- Replies: 7
- Views: 1250
Re: Activex, appearance and keys vs iexplore
Hi Enrico, the sample webexp.prg has not use rc. How i add the manifest ?
- Fri Sep 10, 2010 11:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Activex, appearance and keys vs iexplore
- Replies: 7
- Views: 1250
Activex, appearance and keys vs iexplore
Hi Everybody,
I use fwh\samples\webexp and found two problems:
1. the appearance is different (style get border) vs iexplore
2. in webexp has not effect CTRL-V, SHIFT-INS, DEL keys (inside get), on iexplore is ok.
Anybody has this problem?, see images
Thanks in advance.
http://img228 ...
I use fwh\samples\webexp and found two problems:
1. the appearance is different (style get border) vs iexplore
2. in webexp has not effect CTRL-V, SHIFT-INS, DEL keys (inside get), on iexplore is ok.
Anybody has this problem?, see images
Thanks in advance.
http://img228 ...
- Thu Sep 09, 2010 8:38 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Activex, apariencia y uso de teclas vs iexplore
- Replies: 0
- Views: 406
Activex, apariencia y uso de teclas vs iexplore
Saludos al foro, sigo haciendo pruebas con webexp.prg y se notan 2 detalles:
1. La apariencia es diferente a la ventana del iexplore, revisando la clase no encuentro nada que me permita cambiar la apariencia, estoy usando WinXP
2. En webexp no tiene efecto CTRL-V, SHIFT-INS, tampoco permite usar ...
1. La apariencia es diferente a la ventana del iexplore, revisando la clase no encuentro nada que me permita cambiar la apariencia, estoy usando WinXP
2. En webexp no tiene efecto CTRL-V, SHIFT-INS, tampoco permite usar ...
- Thu Sep 09, 2010 7:29 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Activex, problema ejemplo webexp en version 10.8 SOLUCIONADO
- Replies: 6
- Views: 1192
Re: Activex, problema con ejemplo webexp en version 10.8
Gracias Antonio, ese era el problema, la version de Borland.
- Thu Sep 09, 2010 11:44 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Activex, problema ejemplo webexp en version 10.8 SOLUCIONADO
- Replies: 6
- Views: 1192
Re: Activex, problema con ejemplo webexp en version 10.8
Aida y Antonio, muchas gracias por responder, yo uso borland 5.5.1 y veo que antonio usa 5.82, será esto?, podrian por favor verificar mi build.bat para ver si falta alguna libreria?, Gracias nuevamente
ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
ECHO ³ FiveWin for xHarbour 10.8 ...
ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
ECHO ³ FiveWin for xHarbour 10.8 ...
- Wed Sep 08, 2010 11:11 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Activex, problema ejemplo webexp en version 10.8 SOLUCIONADO
- Replies: 6
- Views: 1192
Activex, problema ejemplo webexp en version 10.8 SOLUCIONADO
Saludos al Foro, recién estoy instalando la actualización 10.8 y revisando algunos ejemplos y encuentro que webexp.prg no funciona, no abre el navegador ni muestra ningún mensaje, en mi anterior versión 8.09 si funcionaba y otros ejemplos de la 10.8 también funcionan. Podría alguien verificar este ...
- Sun Mar 08, 2009 2:03 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: No libera la memoria cuando genero pdf
- Replies: 7
- Views: 2177
Re: No libera la memoria cuando genero pdf
Hola Alejandro, yo creo los pdf directamente asi:
#include "FiveWin.ch"
function main()
Local oPdf, nFontPdf
oPdf := tpdf():new( "c:\prueba.pdf", , 612, 792 )
oPdf:pdfSetFont( "COURIER NEW", 0, nFontPdf )
oPdf:Pdfnewpage( "LETTER", "P" )
oPdf:Pdfatsay( "linea 1", 700, 25, .t. )
oPdf ...
#include "FiveWin.ch"
function main()
Local oPdf, nFontPdf
oPdf := tpdf():new( "c:\prueba.pdf", , 612, 792 )
oPdf:pdfSetFont( "COURIER NEW", 0, nFontPdf )
oPdf:Pdfnewpage( "LETTER", "P" )
oPdf:Pdfatsay( "linea 1", 700, 25, .t. )
oPdf ...
- Wed Nov 26, 2008 3:30 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Rebars y Windows 98
- Replies: 5
- Views: 949
- Sat Nov 22, 2008 2:42 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Rebars y Windows 98
- Replies: 5
- Views: 949