WayneFrank
Member
In a progress program, I have a situation where I am making a TEMP-TABLE.  What it looks like is happening is that if only one TEMP-TABLE record is produced, that one record does not show up in later processing when the program accesses this temp table..  
If I change to program to do a RELEASE of the record, then the one record shows up in the processing.
And if there is more than one record generated in the temp-table, the RELEASE is not necessary.
My question is: Does this make sense? Has anyone else encountered this situation?
Progress Version 9.
Thanks, Wayne
				
			If I change to program to do a RELEASE of the record, then the one record shows up in the processing.
And if there is more than one record generated in the temp-table, the RELEASE is not necessary.
My question is: Does this make sense? Has anyone else encountered this situation?
Progress Version 9.
Thanks, Wayne