Tech Tip: Does 4D maintain the current record or selection after SELECTION TO ARRAY?
PRODUCT: 4D | VERSION: | PLATFORM: Mac & Win
Published On: June 13, 2002
Compatibility: 6.5.x , 6.7.x, and 6.8.x
After a call to SELECTION TO ARRAY, the current selection and current record remain the same. However, the current record is no longer loaded. If you need to use values of the fields in the current record, use the LOAD RECORD command after the SELECTION TO ARRAY command.