
Alan Cooke
-
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…
-
Creating my first Dynamic Report
If using Word does one create a table in Word and then use the fieldnames of the Ninox View in the column headers. Or does one use the View name. Would it be possible to get a template as an example…