FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Documentation
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Documentation
Posted: Sun Mar 22, 2020 10:16 AM

Hi,
please someone could remember me where I can find fivewin documentation?
Thanks

Marco Boschi
info@marcoboschi.it
Posts: 80
Joined: Tue Mar 25, 2008 09:03 PM
Re: Documentation
Posted: Sun Mar 22, 2020 10:30 AM

Ciao

io uso: https://wiki.fivetechsoft.com/doku.php

saluti e auguri per questo momento, io in quarantena per un semplice raffreddore (pazienza passerà)

Stefano da Trento

FWH 14.11 + xHarbour + bcc582
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Re: Documentation
Posted: Sun Mar 22, 2020 10:32 AM

Grazie e Auguri allora!

Marco Boschi
info@marcoboschi.it
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Documentation
Posted: Sun Mar 22, 2020 07:38 PM
Hello,

I added the link also to "listings of mod harbour websites"

https://winhotel.space/modharbour/modharbouronline.prg

Best regards
Otto
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: Documentation
Posted: Mon Mar 23, 2020 03:16 PM
Otto wrote:Hello,

I added the link also to "listings of mod harbour websites"

https://winhotel.space/modharbour/modharbouronline.prg

Best regards
Otto


why on allmessages you insert mod_harbour ?

I think we must respect the argument of the topic thanks

Marco ask an Important question
Marco are searching the documentatio of a specific function there is not on doku of fivewin
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Re: Documentation
Posted: Wed Mar 25, 2020 05:14 PM

Hi,
I'm looking for documentation of this function
FW_DbfToArray

Bye

Marco Boschi
info@marcoboschi.it
Posts: 422
Joined: Mon Aug 17, 2009 12:18 PM
Re: Documentation
Posted: Wed Mar 25, 2020 07:28 PM

Marco,

FW_DbfToArray ( cFieldList, bFor, bWhile, nNext, nRec, lRest, aData )

cFieldList should be a character string containing comma delimited names of fields.

Usage: aData := (cAlias)->( FW_DbfToArray( "First,City,State,Salary" ) )

The list may contain any valid expressions also. If such expressions contain variables, they need to be private or public.

Example: aData := CUST->( FW_DbfToArray( "RecNo(),First,City,Int((Date()-HireDate)/365)" ) )

Saludos,



Eduardo
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Re: Documentation
Posted: Thu Mar 26, 2020 07:35 AM

Gracias!

Marco Boschi
info@marcoboschi.it

Continue the discussion