Muy buenas Compañeros,
abro este hilo para compartir todo lo que sepamos sobre la API de Google, en este caso comparto una pequeña parte de la API de Google Calendar, para poder leer y insertar eventos en nuestros calendarios.
Teneis que configurar las variables myEmail (email de gmail),myPassword ...
Search found 14 matches
- Mon Sep 21, 2015 9:26 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: API Google. Ejemplos
- Replies: 30
- Views: 11309
- Tue Jun 09, 2015 8:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Web Service PocketSoap Sample Working !!!
- Replies: 4
- Views: 2056
Re: Web Service PocketSoap Sample Working !!!
Hi,
I have set up pocketSOAP on windows 8.1 but it gives
xLINK: error: Unresolved external symbol '_HB_FUN_WIN_OLECREATEOBJECT referenced from
at compile.
I have set up pocketSOAP on windows 8.1 but it gives
xLINK: error: Unresolved external symbol '_HB_FUN_WIN_OLECREATEOBJECT referenced from
at compile.
- Thu Mar 12, 2015 3:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: call a dll32 function
- Replies: 8
- Views: 2471
Re: call a dll32 function
Hi,
After having worked perfectly all this time with see32, the time came that stopped supporting orgs like verizon. I downloaded new version and nothing happened. I talked with marshallsoft and told me that his demo for Alaska environment is working. He is using dll_stdcall which is not supported ...
After having worked perfectly all this time with see32, the time came that stopped supporting orgs like verizon. I downloaded new version and nothing happened. I talked with marshallsoft and told me that his demo for Alaska environment is working. He is using dll_stdcall which is not supported ...
- Mon Jun 16, 2014 3:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Greek Fonts in dialogs
- Replies: 6
- Views: 1058
Re: Greek Fonts in dialogs
Hi,
Can you tell me if any ch, dll or file is needed for the greek language?
Can you tell me if any ch, dll or file is needed for the greek language?
- Sun Jun 15, 2014 8:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Greek Fonts in dialogs
- Replies: 6
- Views: 1058
Re: Greek Fonts in dialogs
Hi,
it doesn't work. It says "invalid language selected"
#include "fivewin.ch"
#include "Common.ch"
#DEFINE K_ENTER (13)
REQUEST HB_CODEPAGE_ELWIN
*!*****************************************************************************
*!
*! Function: main ...
it doesn't work. It says "invalid language selected"
#include "fivewin.ch"
#include "Common.ch"
#DEFINE K_ENTER (13)
REQUEST HB_CODEPAGE_ELWIN
*!*****************************************************************************
*!
*! Function: main ...
- Sun Jun 15, 2014 5:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Greek Fonts in dialogs
- Replies: 6
- Views: 1058
Greek Fonts in dialogs
Hi,
How can I get greek fonts in a dialogue? I have a very small sample here but I can not see the greek characters
FUNCTION parts(nRc,ooDlg)
*-------------------------------------------
LOCAL aRc:={space(5),space(25),0,0,0,0,0,0,space(30),space(15),space(15),space(30)}
local oDlg, oFont
if !empty ...
How can I get greek fonts in a dialogue? I have a very small sample here but I can not see the greek characters
FUNCTION parts(nRc,ooDlg)
*-------------------------------------------
LOCAL aRc:={space(5),space(25),0,0,0,0,0,0,space(30),space(15),space(15),space(30)}
local oDlg, oFont
if !empty ...
- Fri Jun 06, 2014 6:51 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: call a dll32 function
- Replies: 8
- Views: 2471
Re: call a dll32 function
Hi,
Finally we achieved ssl connection with see32.dll. Mike from Marshallsoft is very helpful. I could not use directly the see32 dll functions but I wrapped them like
Function XSetProxYSSL( nChan, nFlags, cPDir, cPCert, cPEXE )
*-----------------------------------------------------
local uResult ...
Finally we achieved ssl connection with see32.dll. Mike from Marshallsoft is very helpful. I could not use directly the see32 dll functions but I wrapped them like
Function XSetProxYSSL( nChan, nFlags, cPDir, cPCert, cPEXE )
*-----------------------------------------------------
local uResult ...
- Mon May 26, 2014 8:09 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: call a dll32 function
- Replies: 8
- Views: 2471
Re: call a dll32 function
Thank you again. The first link ends with reference to see32 where I want also to conclude. The second refers to many things I do not want to enter. Meanwhile I work with hb_sendmail from xHarbour.
- Mon May 26, 2014 6:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: call a dll32 function
- Replies: 8
- Views: 2471
Re: call a dll32 function
Thank you for your answer. The code you refer to uses calldll which I tried but does not work with mailssl which is my aim. I have the newest dll from marshallsoft and I am working on it.
- Mon May 26, 2014 5:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: call a dll32 function
- Replies: 8
- Views: 2471
call a dll32 function
Hi,
I have a very simple example prg like
//jj.prg#include "FiveWin.ch"#INCLUDE "SEE32.CH"FUNCTION MAin()xaxa:="1"? "debug SEEVER 6/17/2008", xaxareturnfunction FWOpenPngFile() ; return 0 //this is related to PNG.LIB unresolved externals
Here is see32.ch ...
I have a very simple example prg like
//jj.prg#include "FiveWin.ch"#INCLUDE "SEE32.CH"FUNCTION MAin()xaxa:="1"? "debug SEEVER 6/17/2008", xaxareturnfunction FWOpenPngFile() ; return 0 //this is related to PNG.LIB unresolved externals
Here is see32.ch ...
- Mon Feb 17, 2014 10:38 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: call an exe as administrator from inside a pgm
- Replies: 3
- Views: 1431
call an exe as administrator from inside a pgm
Hi,
We use Fivewin 7.01 for Harbour with xhb which I think it is 2009 01. Anyhow, I am opening an executable from inside my program with shellexecute which returns no error but the executable has no results . On two or three computers the application works but not on my computer which has vista ...
We use Fivewin 7.01 for Harbour with xhb which I think it is 2009 01. Anyhow, I am opening an executable from inside my program with shellexecute which returns no error but the executable has no results . On two or three computers the application works but not on my computer which has vista ...
- Thu Sep 19, 2013 3:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: rpreview class in FWH 13.08
- Replies: 19
- Views: 2632
Re: rpreview class in FWH 13.08
nageswaragunupudi wrote:Mr Jorjio
Please first try again with the 2nd revd build published just now.
Ok I will try thank you
- Thu Sep 19, 2013 3:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: rpreview class in FWH 13.08
- Replies: 19
- Views: 2632
Re: rpreview class in FWH 13.08
Antonio Linares wrote:Jorjio,
Could you provide a self contained example PRG to reproduce it ? thanks
Antonio,
I use windows vist business and office 2010. Should I use office 2013?
- Wed Sep 18, 2013 8:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: rpreview class in FWH 13.08
- Replies: 19
- Views: 2632
Re: rpreview class in FWH 13.08
Hi to all,
I have a problem with rpreview in FWH13.08. When I save as pdf it produces the error "PDF plugin error". Another problem is that when I close the preview window halts the program. I use xhb201301.
I have a problem with rpreview in FWH13.08. When I save as pdf it produces the error "PDF plugin error". Another problem is that when I close the preview window halts the program. I use xhb201301.