Hi,
please someone could remember me where I can find fivewin documentation?
Thanks
info@marcoboschi.it
Hi,
please someone could remember me where I can find fivewin documentation?
Thanks
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
Grazie e Auguri allora!
Otto wrote:Hello,
I added the link also to "listings of mod harbour websites"
https://winhotel.space/modharbour/modharbouronline.prg
Best regards
Otto
Hi,
I'm looking for documentation of this function
FW_DbfToArray
Bye
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)" ) )
Gracias!