0

In my project I have to display a map, and when user presses f5 i have to display a pop-up map and the contents of the main map should appear as protected. Then when the user presses f3 the pop-up should disappear and the contents of the main map should become unprotected. I did this by moving DFHBMPRO to map attributes for making them protected and stored all the values entered by user in commarea so that the values are retained when the user presses f3 and comes back to main map. It worked. The problem is I have 24 fields in the map, to all of them I have to move DFHBMPRO, and all 24 values should be moved to commarea also. Can any one suggest a simple way to do this.

4

1 回答 1

0

将整个主地图存储在您的 commarea、属性、长度和所有内容中,以及编译地图集时生成的整个字帖。使用单个组移动将其复制到 commarea 和从 commarea 复制。

我一直在为单独的 MOVE 语句进行编码的繁琐工作,但现在我想起来上面应该可以正常工作。

如果有人提出更好的想法,我会很感兴趣。

于 2011-12-03T14:43:20.540 回答