Alan Cooke
-
Hide the Wrench
Is there a script that can be added in a formula that will hide the Wrench? Similar to the Trash, Copy and other icons top right.
-
Selecting fields in Table View (all)
Has anyone figured out how to select a group of rows when in table view. In other words I have rows 1 - 200 to view and I want to select from 65 to 93. In typical Windows fashion one simply clicks 65…
- Answered
-
locking all records help please
This script works fine apart from fields which are 'empty'. do as server for i in (select 'DOCUMENT REPOSITORY')[LOCKED = true] do i.(LOCKED := false) end end;…
- Answered
-
User Roles/Security
I am working through my database setting up roles etc. Doing the basics first and I have created a user/member (me under different credentials) as Editor only.…
-
3.8
Seems to me that the powers that be are not Beta testing new versions thoroughly. I cannot get anything done because wheels are spinning and weirdness is going on
- Answered
-
ARGGHHHH! New 3.8 Cloud version
Cannot get into "Trigger Before Open" - anyone else have that issue. Left the Ninext script in and now the "Trigger Before Open" will not open to allow me to delete it.
- Answered
-
Locking Records in multiple tables from one
I have this script to lock records in a table. How would I modify it to lock records in child tables related to this Projects table? In other words lock Inventory and Locations do as server for i in…