Options

Choosing something without renaming it

Manuel_A.Manuel_A. Member Posts: 22
edited 2004-03-23 in Navision Financials
Hello !

I want to select the code of the employess and let Navision Fill out first name, last name....and so on.

after ive selected the Code and Employee Navision asks me if i want to rename the Datafile. But i dont want this i just want to select it and have the other fields fill out.

What did i wrong or what do i have to do ?

Thanks for your answer,

Manuel A.

Comments

  • Options
    eromeineromein Member Posts: 589
    Yes.... well.... this is a bit of a problem...

    I know what this is, but I'm affraid it's nearly impossible to fix this via a forum. It could be a number of things.

    Advice:

    1.) Contact a Navision Solution Developer
    2.) Do it all over again.
    3.) Contact a Navision Solution Developer
    4.) Contact a Navision Solution Developer

    Hope it helps. ;)
    "Real programmers don't comment their code.
    If it was hard to write, it should be hard to understand."
  • Options
    Christian_BuehlChristian_Buehl Member Posts: 145
    It's not really clear where your problem is.
    I believe you want to search for some data in a form.
    The set int the field properties of the key field the "Editable" property to false.
    This means that you can directly type, but nevertheless you will be not able to change the field(s) you set to editable false.
    If you really to need to change anything in the form, you can set the same property in the form.

    In my company I set all fields to editable = false when opening the form and unlock them with some code only when the users press a button.

    Hope this helps you a little bit.
Sign In or Register to comment.