At 12:45 PM -0800 11/20/00, Rachel Zamore wrote:
>Has anyone figured out how to add a scrollable list of names to the side of
>a form layout? I'd like it to show all found records (last, first) with an
>arrow or something indicating the current record and the ability to jump to
>another record by clicking on a name in the list. I've seen this done on
>Access but not FM. Any ideas?
A scrollable list could be done with a portal; the trick is to get a
list of only the found set. You'd have to define a relationship
(self-relationship, names<>names) for the portal that would use a
calculated key. The calculation would be of the form FoundField &
Record Number, where FoundField would somehow, through a scripted
Replace maybe, get set to a value when you find the set you want.
--
Dave Shaw Northwest Classics, Inc
tel: 206-954-7526 fax: 206-625-1338