owner_name=g_username
execute p_get_billno;
fetch p_get_billno into :getno;
close p_get_billno;
commit;
if getno='' then
messagebox('Warning!','check data Error !')
else
dw_1.setredraw(false)
dw_1.retrieve(number_type)
dw_1.setredraw(true)
st_row.text=string(dw_1.rowcount())
end if