Documentation

Post Reply
User avatar
MarcoBoschi
Posts: 925
Joined: Thu Nov 17, 2005 11:08 am
Location: Padova - Italy
Contact:

Documentation

Post by MarcoBoschi »

Hi,
please someone could remember me where I can find fivewin documentation?
Thanks
Marco Boschi
info@marcoboschi.it
stefano
Posts: 80
Joined: Tue Mar 25, 2008 9:03 pm
Location: ITALIA

Re: Documentation

Post by stefano »

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
User avatar
MarcoBoschi
Posts: 925
Joined: Thu Nov 17, 2005 11:08 am
Location: Padova - Italy
Contact:

Re: Documentation

Post by MarcoBoschi »

Grazie e Auguri allora!
Marco Boschi
info@marcoboschi.it
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: Documentation

Post by Otto »

Hello,

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

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

Best regards
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: Documentation

Post by Silvio.Falconi »

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
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
MarcoBoschi
Posts: 925
Joined: Thu Nov 17, 2005 11:08 am
Location: Padova - Italy
Contact:

Re: Documentation

Post by MarcoBoschi »

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

Bye
Marco Boschi
info@marcoboschi.it
User avatar
mgsoft
Posts: 398
Joined: Mon Aug 17, 2009 12:18 pm
Location: España

Re: Documentation

Post by mgsoft »

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
User avatar
MarcoBoschi
Posts: 925
Joined: Thu Nov 17, 2005 11:08 am
Location: Padova - Italy
Contact:

Re: Documentation

Post by MarcoBoschi »

Gracias!
Marco Boschi
info@marcoboschi.it
Post Reply