Search found 480 matches: functions

Searched query: functions

by TimStone
Thu Jan 09, 2025 11:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Excel functions
Replies: 0
Views: 105

Excel functions

I have had the ability to export data to Excel for awhile, but I sense there may be a better set of functions now to do this. I read a post from Mr. Rao saying there were new reading tools coming in the next release, but we haven't seen one now in 4 months. This indicated Excel would not be needed on ...
by Marc Venken
Mon Dec 30, 2024 7:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: AC4xBrowse
Replies: 13
Views: 884

Re: AC4xBrowse

... Just sharing my feeling, sure not show negatif info about AutoCode.

I use a Shared program from Rao and Uwe and modified it so that ALL functions, prg's, methods and data are in a dbf for lookup. Is not perfect, but helps a lot. I also modified it in order to read
the forum every now and ...
by JoséQuintas
Fri Dec 27, 2024 5:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 59
Views: 7515

Re: Browse of my ADO Class

... hbc

hbct.hbc

-workdir=c:/temp
-m -n -w3 -es2 -q -ge1
-quiet
-inc
-strip
-mt
-gui
-compr




- add parameter to mingw to accept duplicated functions
- Force harbour debug, not fivewin debug (add renamed harbour debug lib before fivewin)
- Force my errorsys, not fivewin errorsys
- Force my hb ...
by Antonio Linares
Thu Dec 19, 2024 8:23 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con hmbk2 es complicado, pero...
Replies: 89
Views: 14056

Re: Compilar con hmbk2 es complicado, pero...

... Revisé en el foro y resolví.

Gracias

Ahora ya genera el ejecutable pero emite la siguiente advertencia:

Compiling 'test.prg'...
Lines 5025, Functions/Procedures 1
Generating C source output to 'test.c'... Done.
bcc64.exe: warning: argument unused during compilation: '-Lc:\bcc7764\LIB' [-Wunused ...
by elmoiquique
Thu Dec 19, 2024 5:02 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con hmbk2 es complicado, pero...
Replies: 89
Views: 14056

Re: Compilar con hmbk2 es complicado, pero...

... Revisé en el foro y resolví.

Gracias

Ahora ya genera el ejecutable pero emite la siguiente advertencia:

Compiling 'test.prg'...
Lines 5025, Functions/Procedures 1
Generating C source output to 'test.c'... Done.
bcc64.exe: warning: argument unused during compilation: '-Lc:\bcc7764\LIB' [-Wunused ...
by elmoiquique
Thu Dec 19, 2024 4:41 pm
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA PARA COMPILAR EN 64 HBMK2, BORLAND Y HARBOUR64
Replies: 12
Views: 508

Re: AYUDA PARA COMPILAR EN 64 HBMK2, BORLAND Y HARBOUR64

... exe 64BITS.hbp -comp=bcc64
Harbour 3.2.0dev (r2407221137)
Copyright (c) 1999-2021, https://harbour.github.io/
Compiling 'test.prg'...
Lines 7, Functions/Procedures 1
Generating C source output to 'C:\Users\ELMOCE~1\AppData\Local\Temp\hbmk_82nsgh.dir\test.c'... Done.
bcc64.exe: warning: argument ...
by JoséQuintas
Thu Dec 19, 2024 4:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 59
Views: 7515

Re: Browse of my ADO Class

... do not change errorsys and debug.
Not sure if sample was to show about fw 24.10 or to show about resource.

allowdup.bat is to accept duplicated functions
dummy.prg is for functions not available on mingw
fivewin.hbc need adjust about your fivewin paths

On each get of each window, F9 call browse ...
by elmoiquique
Wed Dec 18, 2024 7:02 pm
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA PARA COMPILAR EN 64 HBMK2, BORLAND Y HARBOUR64
Replies: 12
Views: 508

Re: AYUDA PARA COMPILAR EN 64 HBMK2, BORLAND Y HARBOUR64

... Que error obtienes ?
Harbour 3.2.0dev (r2407221137)
Copyright (c) 1999-2021, https://harbour.github.io/
Compiling 'test.prg'...
Lines 5023, Functions/Procedures 1
Generating C source output to 'C:\Users\ELMOCE~1\AppData\Local\Temp\hbmk_0kiubj.dir\test.c'... Done.
hbmk2[test]: Error: Running C ...
by Enrico Maria Giordano
Fri Dec 13, 2024 4:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour to Harbour
Replies: 14
Views: 917

Re: xHarbour to Harbour

No, it will not. There are several little behavior differences between Harbour and xHarbour functions, so it is not so easy to switch from one to the other.
by Ruth
Sat Nov 30, 2024 7:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: change special chars in memo for use with Json
Replies: 9
Views: 1372

Re: change special chars in memo for use with Json

... for providing the example. Seeing it in this compact and clear way is really beautiful.

Dear Marc, I admit that for me as a newbie pre-made functions are simply great and convenient.
But your approach, building from scratch is very educational for me and I understand much more through it now ...
by Marc Venken
Fri Nov 29, 2024 8:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: change special chars in memo for use with Json
Replies: 9
Views: 1372

Re: change special chars in memo for use with Json

Ruth,

I build my Json the old way... There will be functions I suppose but this works for me.

aVelden = array with selected fields to update the online shop.



cBuffer := '{'
cBuffer = cBuffer + '"model":"'+cCode+'",' // Geen ""

IF AScan( aVelden, "NAAM") > 0 // Ben ik actief gezet als status ...
by Marc Venken
Thu Nov 28, 2024 8:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: change special chars in memo for use with Json
Replies: 9
Views: 1372

change special chars in memo for use with Json

... will confuse the Json string so that the upload is not possible.
I try to convert with StrTran, but is this the correct way ?
Mayby there are functions to do it for all special chars ?



cData = STRTRAN(artikel->foldertxt, chr(13)+chr(10), "<BR>") // memofield
cData = STRTRAN(cData, 'Â ...
by Silvio.Falconi
Wed Nov 27, 2024 8:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: scintilla sample - RESOLVED -
Replies: 16
Views: 3163

Re: scintilla sample - RESOLVED -

... the scripts can be executed without using Hb_compile(), as you can see in the video, I use a particular function that reads all the lines for all the fwh commands and if there are user functions these must be in a file to compile them in the application.

https://i.postimg.cc/j2ZCn2TG/gggggggg.gif
by Marc Venken
Tue Nov 26, 2024 11:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: Sorting strings in a NON logical way
Replies: 5
Views: 936

Re: Sorting strings in a NON logical way

... x, y| AScan(aOrder, x) < AScan(aOrder, y) } )

Result =

aArray1 := { "S", "M", "XL", "2X", "3X" }

// save result back to dbf with correct functions.. (=ok)

I was not able to use the correct aSort, because I did not know the correct codeblock.

This is working for my project.

Thanks for ...
by vilian
Mon Nov 25, 2024 11:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: Adding External DLL Calls
Replies: 8
Views: 2839

Re: Adding External DLL Calls

Good Morning Enrico,
Have you ever had success to use these functions with DATE parameters?