What's changed with OI's saved select lists (OpenInsight Specific)
At 08 JUL 1998 01:47:38AM Michael Moran wrote:
Something has changed with OI's saving of select lists between OI3.4 and OI3.6.1. It seems that OI saves a field containing the username and some other stuff on the first line of the SYSLISTS record. It never used to do this.
I often use code like this when I have very small key lists so that I can parse through a key list as a dynamic array :
OPEN "SYSLISTS" TO LISTS ELSE DEBUGRLIST("SELECT DATAFILE",5,"","","")IF @RECCOUNT0 THENSAVE_SELECT("","KEYLIST","","")READ KEYS FROM LISTS,"PAYRUN.EFT.TYPES" ELSE DEBUGENDThe problem is that the actual keys now start at KEYS and KEYS contains the username and some other stuff. I realise this may not be the best or most efficient way of doing this, but it is useful and saves manipulating multiple cursors.
So why was this changed, or is it a bug ?
Regards,
Michael.