Announcement

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

    problem with the function "editRecord" in a Dynamic form

    i have in the GUI, a ListGrid and a DynamicForm. When i click on an element in the listGrid, i have to display the values of the edited record on the Dynamic form,
    for this, i use the EditRecord(Record r) of the dynamicForm

    Code:
    public void updateInstanceDetailTabPane(Record record){
      		  
    	 
    		this.editionForm.editRecord(record);
    		  
    	}
    it works however for the fields of type Date , the values displayed are the date of today and not the reel value of the field.

    My question is where is the problem and how can i display the values of type date with their reel values?

    thank you,
Working...
X