
Stefano Scattini
-
Adding and removing items from a list
Hi From the list myPersona I have to delete names that I find in the list myEsclusi and add names that I find in the list myAggiunti. Can you please help me.
- Answered
-
Print all selected records ad unique file
Hi I need code to print all records as one file. With command printRecord I get as many file as the records number. I need the code to replicate what we can do manually. Thanks Stefano
-
Select issue
Suppose to have a table COMPANY with a fiel COMPANY_NAME. In another table I would like to do: (select COMPANY where Id = 2).COMPANY_NAME but It does not work. Can somebody help me? Thanks
-
trigger on create
I have table A with a reference to table B. When I create a new record on table A, I need to set the id of table B to a x value. So I write in trigger on create: B := x On Ninox Mac it works,…