I have defined some properties for a window.
I want to set them before the Open event handler from another objects script.

for example this is called from the double click event handler in a list box of another window:

  AddWindow.mode = "update"
  AddWindow.ID = 1
  AddWIndow.title = "Update Record"
  AddWindow.Show

but as soon as the code "AddWindow.mode = "update" is executed, the Open event for the object "AddWindow" is invoked.

This means that I do not have the properties set for when the Open Event handler is executed.

How can I overcome this problem so that the properties I set can be used?

Thanks in advance

Jeff Edwards
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to