Skip to main content

Hi, i want to save data in list view to oracle database, but i can't knowledge to make them.

 

first, apologize for english language.

 

I have list view 4 columns (DAY_NAME, DAY, TOTAL_TIME, HOLIDAY_NAME) so in the field TOTAL_TIME can edit , now i can edit and save to list view.

 

But when i want to insert into oracle database , i don't know how to use Display row(s)-> TOTAL_TIME use for every record insert to database because when i test , it empty value , but when i use myListStoreProcedure->TOTAL_TIME a time show but show just one record.

 

 

How can  i do for insert all record in listview to oracle database?

 

 

Picture 1 : i can edit list view.

14216i240FBF0F292C1E66.png

 

 

Picture2 : i don't know, i should use what?

 

12395i857267282F3FF6BA.png

 

 

 

Thank you for everyanswer.

 

Hi, 

 

For a list view (editable or otherwise) you would normally get the values from the SmartObject and not the controls and any comparisons or filters too will have to be from the smartobject and not the controls. 


Reply