Hi,
please someone could remember me where I can find fivewin documentation?
Thanks
Documentation
- MarcoBoschi
- Posts: 925
- Joined: Thu Nov 17, 2005 11:08 am
- Location: Padova - Italy
- Contact:
Documentation
Marco Boschi
info@marcoboschi.it
info@marcoboschi.it
Re: Documentation
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
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
- MarcoBoschi
- Posts: 925
- Joined: Thu Nov 17, 2005 11:08 am
- Location: Padova - Italy
- Contact:
Re: Documentation
Hello,
I added the link also to "listings of mod harbour websites"
https://winhotel.space/modharbour/modharbouronline.prg
Best regards
Otto
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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: Documentation
why on allmessages you insert mod_harbour ?Otto wrote:Hello,
I added the link also to "listings of mod harbour websites"
https://winhotel.space/modharbour/modharbouronline.prg
Best regards
Otto
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
- MarcoBoschi
- Posts: 925
- Joined: Thu Nov 17, 2005 11:08 am
- Location: Padova - Italy
- Contact:
Re: Documentation
Hi,
I'm looking for documentation of this function
FW_DbfToArray
Bye
I'm looking for documentation of this function
FW_DbfToArray
Bye
Marco Boschi
info@marcoboschi.it
info@marcoboschi.it
Re: Documentation
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)" ) )
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
Eduardo
- MarcoBoschi
- Posts: 925
- Joined: Thu Nov 17, 2005 11:08 am
- Location: Padova - Italy
- Contact: