
John Halls
John_Halls
Somerset, England
Joined: Thu Feb 11 10:04:26 UTC 2021
Latest Posts
-
Is something odd is going on with the Forum dates
I've had a few notifications today regaring threads I have replied to but when I check them out there are no additional posts. The 'Latest Activity' dates are fine but looking at the dates for posts…
-
Re: In script is there a way to move a record from one table to another without doing it field by field in the record
Not that I am aware Robert i.Column1 := j.Column1; i.Column2 := j.Column2; ... i.ColumnLast := j.ColumnLast; can be slightly simplified to i.(Column1 := j.Column1; Column2 := j.Column2; ...…
