Search found 25 matches: fuction

Return to advanced search

Re: DBF to Excel Sheet, without Excel, using ADO ?

A few suggestions: 1) Instead of your CopyToClipBoard() fuction, we recommend using FW_CopyToClipboard( data, [nFormat] ) --> lSuccess nFormat can be omitted and is mostly guessed correctly by the function. 2) Sec2HMS: There are built-in ...
by nageswaragunupudi
Tue Aug 15, 2023 7:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2567

Re: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN

... thanks to Anser! 1) Used TRY CATCH when HARBOUR Compiler is used to Create an Excel Object Method ToExcel() Line 4834 Method ToCalc() Line 5074 Fuction SetExcelLanguage() Line 5869 2) Value of the Static Variable nxlLangID set to 0 in ToCalc() Line 5042 3) Value of the Static Variable nxlLangID ...
by Horizon
Tue Nov 01, 2022 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Replies: 10
Views: 805

Re: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN

... thanks to Anser! 1) Used TRY CATCH when HARBOUR Compiler is used to Create an Excel Object Method ToExcel() Line 4834 Method ToCalc() Line 5074 Fuction SetExcelLanguage() Line 5869 2) Value of the Static Variable nxlLangID set to 0 in ToCalc() Line 5042 3) Value of the Static Variable nxlLangID ...
by karinha
Tue Nov 01, 2022 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Replies: 10
Views: 805

JSON with HTTPS: post

... try to explain. Currently I use the process for interacting with a website, and then decoding a response in JSON. Here is a cutdown version of the fuction: Function PostTo360( cUrl, cData, cContentType,cAuthorization )    Local oOle,cRet:='',uRet    default cContentType:="application/json"  ...
by TimStone
Mon May 23, 2022 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON with HTTPS: post
Replies: 28
Views: 1968

Re: ListBox Input Field Scrolling........

... := {|| SelColor(1,nItem)} oBrw:nClrPane := {|| SelColor(2,nItem)} oBrw:nClrForeFocus := {|| SelColor(3,nItem)} On key press {Enter].. fuction called ..To edit columns...
by RiazKhan
Fri Apr 15, 2022 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox Input Field Scrolling........
Replies: 2
Views: 250

AYUDA para Descargar Pagina WEB

... que mencione. He usado este proceso que encontre en en foro, pero me vota un ERROR, al compilar y ejecutar Syntax error: "syntax error at 'FUCTION' *********** cHttp:='http://www.sunat.gob.pe/cl-ti-itmrconsruc/captcha?accion=image' if !URLDownLoad(cHttp, 'c:\SunatX.jpg') mensaje('Error ...
by yampichu
Mon May 25, 2015 4:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA para Descargar Pagina WEB
Replies: 2
Views: 570

Re: ayuda en pdf

... = HB_IT_NIL; perdón por ser reiterativo pero quería mostrar que siempre es el mismo error Structure required on left side of . or .* in fuction y el diferente pero debe estar referido al error de la línea 327 Error E2227 pdfhbdoc.c 328: Extra parameter in call to hb_arrayScan in function ...
by surGom
Wed Jun 18, 2014 11:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda en pdf
Replies: 15
Views: 4108

Re: HBSSL for xharbour

Thansk for the answers

I have now the hssl libs for xharbour however when a link it i get UNRESOLVED EXTERNAL _HB_FUN_"NAME OF THE FUCTION CALLED AT THE PRG"

How can I solve this?

Antonio Ferreira
by AHF
Fri Feb 07, 2014 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBSSL for xharbour
Replies: 13
Views: 2425

Re: Is FiveMac complete for production projects?

... helps us control abuse as well as allowing the product to be fully functional. In a second part to my question we also count on the volser() fuction. I have not checked it lately in linux but last time I checked it, maybe a year ago now, it was not working. Being linux is linux it would seem ...
by Dave Zowasky
Fri Mar 30, 2012 8:19 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Is FiveMac complete for production projects?
Replies: 6
Views: 2498

Cambiar el font a un GET MULTILINE

... nidioma ITEMS {'Español','Polaco','Alemán'} oidioma:bchange := {|| ponidioma()} REDEFINE GET oobserva VAR mobserva MULTILINE ACTIVATE DIALOG... fuction ponidioma() if nidioma = 2 //Polaco oobserva:ofont := oFontp else oobserva:ofont := ofontn endif oobserva:Refresh() return Pero no funciona, ...
by Sebastián Almirón
Thu Oct 20, 2011 9:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar el font a un GET MULTILINE
Replies: 2
Views: 426

Re: Error base 1124 : Argument LEFT

mTipoDoc contains correctly one string of char, var mDocFat contains correctly first two char of mTipoDoc,so the fuction left() work...but errorlog show that the error is in fuction left().Maybe a bug? ******************************************************************************/function ...
by Salvo1087
Thu Mar 31, 2011 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error base 1124 : Argument LEFT
Replies: 12
Views: 2699

Re: Minimize Dialog and Window too

How can I test iconized state OF a Dialog or Window?


IsIconic( <hWnd> ) –> lIconic

The below given fuction may also be useful for you.

To check whether a Window is in maximised state or not
IsZoomed( <hWnd> ) –> lMaximized

Regards
Anser
by anserkk
Mon Jan 24, 2011 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Minimize Dialog and Window too
Replies: 25
Views: 4211

Re: Codejock RibbonBar first tests

... OCX contorl and my Test.Exe is available in the Same folder To re-check, I manually registered the OCX Control and run the Test.Exe again, but the fuction IsActivex() is always returning .F. I can't understand where I have gone wrong ? Regards Anser
by anserkk
Sat Apr 04, 2009 9:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock RibbonBar first tests
Replies: 116
Views: 35174

New FTDN February/Febrero 2009 (9.02)

... thanks to Anser! 1) Used TRY CATCH when HARBOUR Compiler is used to Create an Excel Object Method ToExcel() Line 4834 Method ToCalc() Line 5074 Fuction SetExcelLanguage() Line 5869 2) Value of the Static Variable nxlLangID set to 0 in ToCalc() Line 5042 3) Value of the Static Variable nxlLangID ...
by Antonio Linares
Wed Feb 25, 2009 9:13 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2009 (9.02)
Replies: 1
Views: 2328

Re: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc

... called like the way given below   if nxlLangID == nil      SetExcelLanguage()   endif  A numeric value is assigned to nxlLangID inside the Fuction SetExcelLanguage() based on the Installed language. Considering a situation that a PC has both Excel and Calc installed and the user want to ...
by anserkk
Thu Feb 19, 2009 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc
Replies: 62
Views: 12970
Next

Return to advanced search