删除 Oracle Forms 数据块中的字段突出显示

发布于 2024-11-01 13:38:47 字数 215 浏览 4 评论 0原文

在 Oracle Forms 10g 中,当您使用 GO_BLOCK 或 GO_ITEM 内置函数以编程方式导航到数据块中的字段,并将该字段设置为特定值(在我们的示例中为通配符“%”)时,Forms 将自动突出显示字段中的值。然后,当用户开始在该字段中输入内容时,其中的任何值都将被擦除,因为它已突出显示。

有没有办法导航到字段,为字段分配值,并将光标设置在第一个字符之前,而不突出显示字段中的文本?

In Oracle Forms 10g, when you programmatically navigate to a field in a data block using the GO_BLOCK or GO_ITEM built-in functions, and set the field to a certain value (in our case, the wildcard '%'), Forms will automatically highlight the value in the field. Then when the user begins typing in that field, whatever value was there will be wiped out because it was highlighted.

Is there any way to navigate to a field, assign a value to the field, and set the cursor before the first character without highlighting the text in the field?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

荭秂 2024-11-08 13:38:47

对于您要导航的项目,您是否尝试将“保持光标位置”(如下面的屏幕截图所示)的值设置为“是”?

在此处输入图像描述

For the item you are navigating to have you tried setting the value of "Keep Cursor Position" (shown in the screen shot below) to Yes?

enter image description here

怪我闹别瞎闹 2024-11-08 13:38:47

我发现将数据项设置为“多行”并将“保留位置”属性设置为“是”会导致表单将光标设置在第一个字符之前,而不突出显示字段中的文本。这是期望的性能。

I found that setting the data item to Multi-line and setting the Keep Position property to Yes caused the form to set the cursor before the first character without highlighting the text in the field. This is the desired performance.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文