Any traps converting from Clarion 2.1 (DAT) to TPS files
Paul,
If you do GET(filename,1) to get the first record this will not work
anymore. You'll need to change your processing to be
SET(Filename)
Next(FileName)
TPS is more like Btrieve here. It doesn't use record numbers but relative
addressing internally.
I'd also get use to not using POINTER except with Queues and start using
Position.
HTH's
Michael Gould
|