saross
08-05-2003, 07:43 AM
Hi, I've got a really strange problem I can't solve with one of my makros. Will try to explain best I can:
From frmSelectContact makro behind a button opens dialog frmInputSubUser1.
Having selected an item from the combo list box in the latter form, makro behind a button as follows:
OpenForm frmAddSubUserToOrg
SetValue (passes orgID from frmInputSubUser1 to frmAddUserToOrg)
Close frmInputSubUser1
Close frmSelectContact
Maximise
The thing is, I get an error message saying it can't find frmSelectContact. So I took that line out, and frmSelctContact stays on top of the others. Is there something really obvious I'm doing wrong?
:confused:
From frmSelectContact makro behind a button opens dialog frmInputSubUser1.
Having selected an item from the combo list box in the latter form, makro behind a button as follows:
OpenForm frmAddSubUserToOrg
SetValue (passes orgID from frmInputSubUser1 to frmAddUserToOrg)
Close frmInputSubUser1
Close frmSelectContact
Maximise
The thing is, I get an error message saying it can't find frmSelectContact. So I took that line out, and frmSelctContact stays on top of the others. Is there something really obvious I'm doing wrong?
:confused: