Closed bdgjope closed 1 year ago
Rec := Rec doesn't work, but Rec.Copy(fromRec) does in 1.0.0.178.
What is the primary key of the "LSC Periodic Discount" table, the .Get() command in your second screenshot seems to indicate that the first field is a boolean?
With Rec.Copy(fromRec) I get the same error as with my Get Command. I double checked the Primary Key now and it is a Code field
Hang on, aren't you missing () on PerDisc.next?
Yep. Sorry that was it. Thanks.
Well, it should give you a better compile error....
Next version will give a proper error.
Hi
I was trying to modify some records on an OnPrem Installation. Toolbox version is 1.0.0.178. I tried the following
Assign Record first. I got this error:
TransferFields, apparently not supported (yet?). Got "Unknown member transferfields".
Get Records first, with the following error:
I decided the the Validation code was not absolutely necessary so used ModifyAll instead. That worked with this code:
Thanks