0
About the copy problem
I tried to copy the content of "copy" to "copy here", but they are not complete copies. Where is the problem with my code? Thank you for your reply!
6 replies
-
For the copy button:
do as server let me := this; for i in select copy do let c := (create 'copy here'); c.( NB := i.money; name := i.name; aaa := me ) end end
If you want to delete only the records related to the HOME, you may use this in the delete button:
let me := this; delete (select 'copy here' where aaa = me)
Content aside
- Status Answered
- 9 mths agoLast active
- 6Replies
- 86Views
-
4
Following