保存操作失败,找不到资源错误 [英] Save Operation fails with resource not found error

查看:142
本文介绍了保存操作失败,找不到资源错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

尝试从浏览屏幕上的表控件中删除行.使用:

Trying to delete a row from a table control on a browse screen. Using:

       screen.rep_databasecontacts.selectedItem.deleteEntity();

        screen.rep_databasecontacts.selectedItem.deleteEntity();

       myapp.applyChanges();

        myapp.applyChanges();

行从屏幕上消失,但是applyChanges失败,并显示错误"rep_databasecontact".找不到资源.

The rows disappears from the screen but the applyChanges fails with error "rep_databasecontact" resource not found.

请注意,没有"s"字样.错误消息中的"rep_databasecontacts"中的实体是"rep_databasecontacts",但是实体是"rep_databasecontacts".与"s".

Note there is no "s" in the error message ("rep_databasecontact"), but the entity is "rep_databasecontacts" with the "s".

有什么想法吗?

谢谢.

推荐答案

请问您可以在LS设计器中检查屏幕的属性并将屏幕类型从浏览切换为编辑

Please can you check the properties of the screen in the LS designer and switch the screen type from browse to edit.

戴夫


这篇关于保存操作失败,找不到资源错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆