How to Avoid Standard Search Form

jsnayberkjsnayberk Member Posts: 58
Hello,

when typing within a non editable list form field normally the standard search form appears on the screen as it happens when typing Ctrl-F (Find).
Now I want that a special and individual search mask should appear when doing this. Is there a way to intercept the Ctrl-F functionalty and redirect it to the new search form?
--
Josef Snayberk

Comments

  • garakgarak Member Posts: 3,263
    to do this, you must denied the permission "System 2510 Edit, Find" and "System 2520 Edit, Replace" for all users. Than on every form where u will use Ctrl+F you must create an MenuButtom with an item an there place the ShortCut Ctrl+F and rund here your form. So, you must develop it self.

    Regards
    Do you make it right, it works too!
  • jsnayberkjsnayberk Member Posts: 58
    Hi garak,

    thanks for your response. But your proposal is not a viable solution for me because it would globally avoid standard search functionality. I want to avoid this only for some specific ledger entry tables/forms to address some weired performance problems with SQL Server searches.
    --
    Josef Snayberk
  • BeliasBelias Member Posts: 2,998
    try toggling "find as you type"!
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
Sign In or Register to comment.