Remove db icon

Below formulas simple should remove db icon from the workspace. It does not remove but it highlight the db…Please advise

@Command([WindowWorkspace]);

@Command( [FileOpenDatabase]; “RIGNOTDEV01/RIG/EISAIINC”:“Alpa/E7974.NSF”;“0”);

@Command([FileDatabaseRemove])

Subject: remove db icon

@Command([WindowWorkspace]);@Command( [AddDatabase]; “RIGNOTDEV01/RIG/EISAIINC”:“Alpa/E7974.NSF”);

@Command([EditClear])

Subject: RE: remove db icon

it didn’t work…

Subject: RE: remove db icon

Hi,

It was almost there, you need to add the remove option

@Command([AddDatabase]; “Server 1”:“database A”);

@Command([WindowWorkspace]);

@Command([FileDatabaseRemove]);

or

http://www.duffbert.com/duffbert/blog.nsf/d6plinks/TDUF-5MTKH8

Subject: RE: remove db icon

it still not working

Subject: RE: remove db icon

It’s time to call IBM Support

JYR