StrataFrame Forum

Is there an easy way to display the BrowseDialog when I instantiate my form

http://forum.strataframe.net/Topic20734.aspx

By Marcia G Akins - 11/12/2008

Well, is there Smile ? If so, what is it?

Thanks!

By Trent L. Taylor - 11/12/2008

Just FYI, the title gets cut off in the header, so I had to edit your post to see what it was.  But in any case, yes, you can manually launch a BrowseDialog and even have it execute a search if you choose.  You can even supply teh search criteria prior to the search.  This is why there is an Initial Search Value on the search fields.  You can set them programatically.  But in short, just call the ShowDialog on the BrowseDialog to display the browse:

MyBD.ShowDialog()
By Marcia G Akins - 11/13/2008

Trent L. Taylor (11/12/2008)
Just FYI, the title gets cut off in the header, so I had to edit your post to see what it was.  But in any case, yes, you can manually launch a BrowseDialog and even have it execute a search if you choose.  You can even supply teh search criteria prior to the search.  This is why there is an Initial Search Value on the search fields.  You can set them programatically.  But in short, just call the ShowDialog on the BrowseDialog to display the browse:

MyBD.ShowDialog()

Terrific! Thanks a million (before taxes!)

By Trent L. Taylor - 11/13/2008

Terrific! Thanks a million (before taxes!)

LOL...and after about 10 bucks BigGrin

By Marcel Heitlager - 12/10/2008

FIY on the FYI Tongue

I just ran across this post, and I also noticed how the questions were cut off in the title.

After some testing, in IE if you hover the mouse over the tab, the whole question will show up in the help popup.  The same for Safari.  I had to open up another blank tab in Firefox for the first tab to show up and again, the whole question shows up.

You probably already knew this but just in case, it might save some time and annoyance.

Marcel

By Marcel Heitlager - 12/10/2008

Marcel Heitlager (12/10/2008)
FIY on the FYI

Hey,

If you're gonna do an FYI on an FYI make sure you spell FYI right!

MarcelCrazy

By Greg McGuffey - 12/10/2008

LOL...and a good tip! I hadn't noticed that.
By Edhy Rijo - 12/10/2008

Hey Marcel thanks for the tip, I have been using IE for so many years and never noticed that either.