Hi,
In my app it seems that HReset() do not reset memo fields: I had the same photo in multiple fields although I should have empty fields in some record.
For example:
record 1:
photo A: x
photo B: y
photo C: z
HReset(...)
record 2:
photo A: w
photo B: y (insetad of null)
photo C: z (insetad of null)
Has anyone had this problem?
In my app it seems that HReset() do not reset memo fields: I had the same photo in multiple fields although I should have empty fields in some record.
For example:
record 1:
photo A: x
photo B: y
photo C: z
HReset(...)
record 2:
photo A: w
photo B: y (insetad of null)
photo C: z (insetad of null)
Has anyone had this problem?