Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    error IPickTreeItem when i select element

    Hi, I use an IPickTreeItem to display some data, the IPickTreeItem display my data but when I select element I receive that error
    Click image for larger version  Name:	Capture.PNG Views:	2 Size:	25.4 KB ID:	251116

    this is my source Code
    IPickTreeItem departmentItem = new IPickTreeItem(FieldsName.Pays,
    TAMessages.getMessage("ta.ou.pays"));
    departmentItem.setShowTitle(false);
    departmentItem.setDataSource(CodePaysDS.getInstance());
    departmentItem.setDisplayField(FieldsName.Pays);

    is there any solution
    Attached Files
    Last edited by nizarenis; 10 Jan 2018, 07:27.

    #2
    Please see the FAQ and the Debugging topic in the docs to understand what information you need to post in order to make it possible for people to help you.

    Comment

    Working...
    X