dblarch,
You still can name the list object, but it takes a little more work these days.
To name a list object (as opposed to the field object containing the list):
1. Open the form in Design mode.
2. Select the field object by clicking it once with the mouse. The status bar should show the name of the field object.
3. Click the selected field object again; the status bar should now show the name of of the list object, e.g. #List6 (List).
4. Press F6 to display the context menu for the list object and then choose Properties. This opens the property sheet for the list box.
5. In the Name field of the General tab, type the name you want to use for your list box.
FWIW, I've generally found it helpful to avoid naming the list object. Instead, I add ObjectPAL to the list object to define it from the open() event. For examples of how to do this, please see
and
which both offer useful tips on managing lists in Paradox.
hope this helps...
-- Lance