Virtual Table Keys

Hi, Is it possible to make new keys on the virtual tables (like File, Drive, …) so it would be posssible to sort the tables with other keys than just the primary. Sometimes it would be nice if you eg. could sort the file table like: FileTabel.SETCURRENTKEY(date, time); I guess you could make you own table as a copy of the virtual table and make all the keys you want. But could there be a more elegant way? - Allan Pedersen

Sorry, We don’t have any possibility to change virtual tables [;-(]. I think it’s generated inside C/SIDE. Your idée to copy the information to an own table sound like a good solution. Per.Bay@navigera.com Product Manager www.navigera.com

Virtual tables are generated by code inside C/SIDE - they do not exist as complete tables. However, you can copy the contents to another table (e.g. a temporary table) where yo can have all the keys yo want. Jack.