Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够在数据块的顶部创建新记录?
目前我有以下代码:
first_record; create_record;
但这会在第一条记录之后创建记录......我希望它在最上面......
有谁知道如何做到这一点?
谢谢,万维
目前这在表单中是不可能的。
要完成这样的事情,你应该做 2 个块。第一个只包含一条记录来创建记录。当你在这里提交一些东西时,它将在第二个块中被查询。