Redirecting pointers

From VistApedia
Revision as of 17:45, 13 November 2005 by 68.170.186.124 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

I am going to use this page to hold notes about redirecting pointers. I want to be able to programatically change all pointers in all records that point to a given record, to point to a different pointer.

This is done in Fileman when a record is deleted and there are pointers to that record. The user is given the option to delete all pointers, or to redirect them to another record.

Notes: