CDX MasterIndex under CA-VO 2.5b
Posted: Wed Apr 03, 2002 10:08 am
I am having difficulty overriding the MasterIndex property for multiple-index tag Advantage CDX files to set LowScope/HighScope at runtime. It appears that the Active X Viewer control allows me to set the MasterIndex for character index tags, but not numeric or date. For example,____ oReport:MasterIndex := "C:DBNAMES.CDX, C, LASTNAME"__ oReport:Scope := 2__ oReport:LowScope := "B"__ oReport:HighScope := "C" ____works fine, but the following does not...____ oReport:MasterIndex := "C:DBNAMES.CDX, D, BIRTHDATE"__ oReport:Scope := 2__ oReport:LowScope := "01/01/1960"__ oReport:HighScope := "01/01/1970" ____Any ideas?____