Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

AHEADS( aFldarray, aHdrarray )

Purpose

Make headers from fieldnames by proper casing and replacing underscores
with spaces.

Arguments

     aFldarray -- character array of field names

     aHdrarray -- array to put translated names

Setup

Assumes aFldarray is a filled array; aHdrarray is the same size.

Example

     USE CUSTOMER
     LOCAL fld_array[ FCOUNT() ], ;
           hdr_array[ FCOUNT() ]
     AFIELDS( fld_array )
     AHEADS( fld_array, hdr_array )
     AEVAL( hdr_array, { |x| QOUT( x ) } )

Returns

.T.

Side Effects

Makes the headers; crash on bad data contained in aFldarray.

Artful Calls

PROPER

Source File

AA_HEADR.PRG

See Also: BROWSER() APICS()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson