Problema:
- if rec.EOF = False then
else
Se lo metto così mi entra nell'else e non nel then
Se lo metto così:
if rec.EOF = True then
else
mi entra nel then, ma non mi fa rec.MoveNext
Cosa devo fare?
Problema:
- if rec.EOF = False then
else
Se lo metto così mi entra nell'else e non nel then
Se lo metto così:
if rec.EOF = True then
else
mi entra nel then, ma non mi fa rec.MoveNext
Cosa devo fare?