
John Halls
John_Halls
Somerset, England
Joined: Thu Feb 11 10:04:26 UTC 2021
Latest Posts
-
first(select Table...) vs create Table data types
A question earlier this week got me thinking about this structure let a := first(select table where field = value) if a != null then a.field1 := value1; a.…
-
One to One Relationships
There was a question yesterday about creating a one to one relationship. It got me thinking about this. I think there are situations when having a one to one relationship is the correct solution,…
-
Page behaviour
Hi All I have a page (as opposed to a table) where I can scan or type in a reference in a field and find the record I am looking for. The field is called Scan and it is set a to be a Global variable…
- Answered