Language drop down

maria_iva81maria_iva81 Member Posts: 39
edited 2006-02-03 in Dynamics AX
Hi there i added a new tab on CustInvoiceJour form where i would like to show
the field LanguageId from CustInvoiceJOur table and be able to change it from
there. I created a group called Setup and drag and dropped the field from the
CustInvoiceJOur table to the that Group. The problem is that the field on the
form is now static i.e you can not change it or choose another from a
drop-down list. Can you please tell me what i have missed or done worng.
Thanks :))

Comments

  • HarishHarish Member Posts: 172
    Hi,

    Are you using Axapta ver 3.0? If so, what language license have you got? I am not sure but I think this could be one reason why you see only one language in that field.

    And second - even if you manage to get this field working, IMO you might have to do additional programming to get your concept up and running.

    Regards,

    Harish Mohanbabu
    Harish Mohanbabu
    Long way to go before I sleep..
  • maria_iva81maria_iva81 Member Posts: 39
    We'vbe got full licence and the version is 3.0.The same thing i want to achivieve is done in Accounts Recievable->Sales Orders on the Satup tab, both Salestable abdCustInvoiceTable tables have the LanguageId field, There it works fine and i did the same on the CustInvoiceJOur form but here things are wierd....the AllowEdit propertiy of my field is set to Yes and ..i just don't know..Please help.
  • ManekazeManekaze Member Posts: 6
    Hi Maria,

    Please note that AllowEdit, AllowCreate, AllowDelete are set to false for CustInvoiceJour DataSource in CustInvoiceJournal form.

    Best regards,

    Mkz
    http://www.TrucosAx.com
    A Dynamics Ax (Axapta) tricks site in Spanish language :)
  • maria_iva81maria_iva81 Member Posts: 39
    thanks for the hint :))) i set them to Yes but it still it won't work...Please help me its urgent..
  • MugurMugur Member Posts: 93
    Hi,

    This seems to happen because also the CustInvoiceTrans datasource is AllowEdit=false, and the 2 are inner joined. Please set to true and try again.

    Hth,
    Ciprian
    Kind regards,

    Ciprian Dudau
    Axapta Developer
  • maria_iva81maria_iva81 Member Posts: 39
    thanks :)) That worked perfectly you saved me :)))
  • maria_iva81maria_iva81 Member Posts: 39
    It's the same problem again but this time its on the CustFreeInvoice form on the Invoice tab under Administration, this time i checked for any related tables that might have AllowEdit set to false but.. The custInvoiceTable (where the languadeId field comes from) and the other tables are AllowEdit= true. This time the field is in a FieldGroup called Administration under the custInvoiceTable Do you have any idea what the problem might be this time. I would appreciate your help....
  • maria_iva81maria_iva81 Member Posts: 39
    OOooops i found it :) there is allowEdit method on the CustFreeInvoice form..there's the problem for not allowing to edit.
Sign In or Register to comment.