This is just screwy....
I tried the same script in a DIFFERENT file and it works. But it
still doesn't work in the first file I tried it in.
Regards,
Chuck
On Oct 4, 2008, at 3:42 AM, Chuck Pelto wrote:
Is there some special syntax for LayoutObjectNames?
I've been dinking around with this call and can't get it to return
anything into a text field using the following code:
SetField ( myTable::myField ; LayoutObjectNames ( $fileName ;
$layoutName ) ) // where the local variables are set to a data file
name and the layout in that data file.
There IS a named object in that layout. But even if I hardwire the
to params for LayoutObjectNames, no text appears in the field I
wish to have set to such names.
Regards,
Chuck