Hi Michael,
As pointed out by Oliver and Kirk, use LISTBOX GET ARRAYS to confirm the object
names you think are present in the list box are in fact assigned as the object
name to a header or footer. If not, you will get a nil pointer.
So, see if the value for "FTR_Names_aT{$Ndx}" is present in the footer object
names returned by LISTBOX GET ARRAYS.
Similarly, verify that the value for "HDR_Names_aT{$Ndx}" is in fact the same
as one of the header object names returned by LISTBOX GET ARRAYS.
- Jeremy French
> On Jul 26, 2018, at 9:32 AM, mferguson--- via 4D_Tech <[email protected]>
> wrote:
>
> $FtrVar_P:=OBJECT Get pointer(Object named;FTR_Names_aT{$Ndx})
> $HdrVar_P:=OBJECT Get pointer(Object named;HDR_Names_aT{$Ndx})
>
> ... returns nil pointers
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive: http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub: mailto:[email protected]
**********************************************************************