
Alan Cooke
Alan_Cooke
yo43 3pd
Joined: Sat Apr 11 16:02:47 UTC 2020
Latest Posts
-
LIVE clock script.
This came about because of a now 'answered' post. I asked ChatGPT to modify the script to add the AM/PM clock and Day/Month/Year. Hope it proves useful.…
-
Re: I want to copy the text content displayed in Formula. Is there a way to do it? Thank you for your reply.
Create a formula field and place this in the OnClick. Replace SERIAL with your fieldname and COPY SERIAL is the name of the button. html("<button onclick='copyToClipboard(""" + concat(SERIAL) +… -
select where statement.
I have two tables, MANUFACTURER and INVENTORY (1:N) In the Inventory table I select the Manufacturer - so far so good. I have added a view which I want to use to display all other inventory items…
- Answered
-
Please teach me how to use this global function :-)
This code can be used in global functions and I want to make use of it. I know I can call it from a Form/Tab as needed but how? "--- This controls the HUD icons top right ---";…
- Answered