Harbour Reference Guide

 

DBSTRUCT()

Creates a multidimensional array of a database structure.

Syntax

DBSTRUCT() --> aStruct

Returns

DBSTRUCT() returns an array pointer to database structure

Description

This function returns a multidimensional array.This array has array pointers to other arrays,each of which contains the characteristic of a field in the active work area.The lenght of this array is based in the number of fields in that particular work area.In other words, LEN(DBSTRUCT()) is equal to the value obtained from FCOUNT(). Each subscript position
Examples
      FUNCTION Main()
      LOCAL aStru,x
      USE Tests NEW
      aStru:=DBSTRUCT()
      FOR x:=1 TO LEN(aStru)
        ? aStru[x,1]
      NEXT
      USE
      RETURN NIL
Status

Ready

Compliance

This function is CA-Clipper compliant

Files

Library is rdd Header is DbStruct.ch

See Also

 




[Source Forge]

Other Docs Categories

Advantage Database RDD
Array
Binary conversion
Classes
Code Block
Console input
Conversion
Conversion Tools
DOS
Data input and output
Database
Database Tools
Date
Dos Tools
Environment
Error recovery
Events
File management
GT
Harbour Tools
Internal
Low Level
Math
Misc
Miscellaneous
Nation
Object manipulation
Operating System Specific
Parameter Checks
String Tools
Strings
TBrowse Method
TBrowse class
Terminal
Time
Utility
Variable Management

 

Last updated on 2001/07/30