Design last modified date problem

Hi All,

I have a strange problem in Designer. Some design elements looks like modifying automatically and generates some strange problems. I run a “Recomply All LotusScript” at 19:14. After that I modified only the “Device” form, but it seams that I had modified several other forms and also a view.

View list:

If I use the design is this way I get some strange problems. For example I have two buttons is a view (this view seams to be modified automatically), and these buttons do the same things, open an attachment from a RichTextField. ButtonA opens the file from “RTFieldA” and ButtonB opens the file from “RTFieldB”. But this works only after recompile. When the view Last modified value is “updated automatically” then the ButtonA opens the file from “RTFieldB”.

Database is stored locally, I have FP5 on my client. Does anybody has any idea what is happening here?

Attila

Subject: Enable or Disable Automatic Built ?

From your screen capture I am assuming that your are doing classic notes development and thus not required built automatically to be turned on.

Just in case, is the two button happens to be shared action buttons ? How about creating a different view and and putting those buttons there, does the problem still occur ?

Subject: By whom were the modifications made?

Look at the properties of the design elements and see who modified them.
Is it possible that your local database is a replica of a server database that’s being updated by the DESIGN task?
Updating a shared column can result in updates to the views that use it, but I don’t see how edits to a form could cause changes to other design elements.