Ctrl + B in form 113

johnberingjohnbering Member Posts: 6
edited 2006-01-03 in Navision Attain
Does anyone know why search or ctrl+b doesnt work in left side of form 113? Is it possible to make it work? If yes how?

Comments

  • sggsgg Member Posts: 109
    What do you expect or Want the system to do When you press Ctrl + B ?
    Sunday, Godwin G
  • DenSterDenSter Member Posts: 8,307
    Do you mean Ctrl+B to make the text bold? It doesn't work that way I'm afraid. I don't know why the search feature doesn't work in a matrix box. I've never seen that myself.
  • sggsgg Member Posts: 109
    To make the text Bold, you will have to add some code such as the following that is used to make all Non-Posting G/L Accounts Bold.

    "Show in Bold" := TheGLAcc."Account Type" <> TheGLAcc."Account Type"::Posting;


    The above example is set on the "Dimension Code Buffer" table while copying the G/L Accounts to it.
    Sunday, Godwin G
  • johnberingjohnbering Member Posts: 6
    Sorry for late answer..vacation.
    Here Ctrl+B means that the search box opens, maybe its different for you.
    It does open, but if i try to search for an account it doesnt work. Nothing happens. Its the same if i try to set up a filter on one of the fields in the left part of the form. Doesnt work.
    I was just wondering why and if its possible to make it work?
  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    John,

    This form is not a normal form, The data is shown via temporary tables. This is why searching and filtering does not work.
Sign In or Register to comment.