Re: Client communication

2024-03-05 Thread Keith Culotta via 4D_Tech
Can you use a Record in a Table that all Clients share? Also, EXECUTE ON CLIENT can have parameters. ** 4D Internet Users Group (4D iNUG) New Forum: https://discuss.4D.com Archive: http://lists.4d.com/archives.html Options:

Re: Client communication

2024-03-05 Thread Randy Jaynes via 4D_Tech
An old trick I used to use in days gone by was a BLOB field in the table whose trigger needed the extra info. I'd use VARIABLE TO BLOB to put in all the information needed just before calling SAVE RECORD on the table. Then the trigger has the field and can use BLOB TO VARIABLE to unpack what it

Re: Client communication

2024-03-05 Thread David Samson via 4D_Tech
looks like VARIABLE TO VARIABLE would help. David Samson Message: 1 > Date: Mon, 4 Mar 2024 16:01:40 +0100 > From: "stardata.info" > To: 4d_tech@lists.4d.com, 4d_tech-requ...@lists.4d.com > Subject: Client communication > Message-ID: <51ecb4f8-c681-402e-8a9d-e1da6ef49...@stardata.info> >