Hi,
Someone can tell me how can i do in “lotusScript” the same thing that the function “search in this view” do when you right click on the uiview while you are using it.
Thanks
Hi,
Someone can tell me how can i do in “lotusScript” the same thing that the function “search in this view” do when you right click on the uiview while you are using it.
Thanks
Subject: search in this view
If you mean to show the search bar then you can’t do it in lotusscript but can use the following command in an action button@Command([ViewShowSearchBar]);
Subject: RE: search in this view
Thank you matt,
I just want to do the same thing that this function do, but I want to do it in lotuscript.
In fact, I want to customize the SearchBar in a new simple form with fields and button witch call the function in background.
Thanks for your help.