Hi

I have following problem:

I have to open several forms via VB.
The request is done for example by
Set Schema = App.LoadForm(sessionid, "Server", Formname, EntryList.Item(i).entryId,3,false)

(False = do not make it visible)

But whatever I try, it still shows the loaded
form. I tried '0' or '-1' but it actually shows the form.
You can load Remedy in invisible mode, but once it is
done visible you cannot make it invisible again.
So reloading different forms in a loop just looks
bad in the background.

Another prob is to close a form.
The command arform.close just works if the form is NOT
visible. Otherweise you have to use a macro for that.