Link to home
Start Free TrialLog in
Avatar of Jaziar
Jaziar

asked on

Is there a way to place the search bar in the top of every view?

Is there a way to place the search bar in the top of all the views?
Avatar of qwaletee
qwaletee

Hi Jaziar,

You mean, to make it automatically appear when the user opens the view?

Yo could change the PostOpen event of the view to contains:
@Command([ViewShowSearchBar]; "1")

Best regards,
qwaletee
Avatar of Jaziar

ASKER

Im sorry I need to see the search bar on the web side
Create two frame window.. one on top with Search ($$SearchTemplateDefault) form, and below with $$ViewTemplate for viewname form.

Specify target as bottom frame for top search frame.

~Hemanth
Avatar of Jaziar

ASKER

How do I tell the database to use the FrameSet? Once it created
Avatar of Jaziar

ASKER

I created a FrameSet named SearchBar

2 frames

top frame named Search

Named Element    Form
Value = ($$SearchTemplateDefault)

Target = ViewSelect

Bottom Frame

named = ViewSelect
Named Element   Form
Value = $$ViewTemplate

Target =

I am sure I messed up somewhere
ASKER CERTIFIED SOLUTION
Avatar of p_partha
p_partha

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jaziar

ASKER

I got it - Thanks
Frameset idea was Hemanth's, so i was just a facilitator..

Partha
Avatar of Jaziar

ASKER

OK I told a fib.  It is not working.  I will open a new question so Hemanth gets his points.  I did not look closely who was answering