简体   繁体   English

如何在Oracle Forms Builder中数据块顶部的create_record?

[英]How to create_record at the top of data block in Oracle Forms Builder?

I would like to be able to create a new record at the top of a datablock? 我想能够在数据块的顶部创建新记录?

At the moment I have the following code: 目前,我有以下代码:

    first_record;
    create_record;

But this creates the record after the first record.... I would like it at the very top... 但这会在第一条记录之后创建记录。...我想在最上面...

Does anyone know how to do this? 有谁知道如何做到这一点?

Thanks, WW 谢谢,WW

This isn't possible in forms at the moment. 目前尚无法以表格形式进行。

To accomplish something like this you should make 2 blocks. 为了完成这样的事情,你应该做两个方块。 The first only containing one record to create records. 第一个只包含一个创建记录的记录。 And when you commit something here it will be queried in the second block. 当您在此处提交某些内容时,将在第二个块中进行查询。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM