//SQL, might have parameters and where clause or order by
" select FACSTATUS_ID, FACSTATUS_STATUS from sample_factura_status ",
"FACSTATUS_ID", statusCombo, "facstatusId"
);
// statusComboFiller.bind( x, x) bind here any param necessary
statusComboFiller.load();
KDialogController.addNonVisibleWidget( statusComboFiller ); // to map it
//-------------------------------------------------------------
//-------------------------------------------------------------