hello (I hope my english is not so bad),
I'm doing a training course and I'm a newbie in Python. My problem :
I have a form, and when I click, I make an update. But all the parameters
are all required to make the update. So I'd like to put in my code something
like [optional]...
My code (simplyfied) :
prg.ev_ind_upda te(wf_pk_ev_ind =wf_pk_ev_ind,w f_fonction=wf_f onction,wf_nom= wf_nom)
and so, when I put nothing in wf_nom, it put me that error :"the parameter
wf_nom...was omitted from the request...". But sometimes, wf_nom is not
required !
Thanks to help a poor young boy
_______________ _______________ _______________ _______________ _____
Personnalisez votre Messenger avec Live.com
I'm doing a training course and I'm a newbie in Python. My problem :
I have a form, and when I click, I make an update. But all the parameters
are all required to make the update. So I'd like to put in my code something
like [optional]...
My code (simplyfied) :
prg.ev_ind_upda te(wf_pk_ev_ind =wf_pk_ev_ind,w f_fonction=wf_f onction,wf_nom= wf_nom)
and so, when I put nothing in wf_nom, it put me that error :"the parameter
wf_nom...was omitted from the request...". But sometimes, wf_nom is not
required !
Thanks to help a poor young boy
_______________ _______________ _______________ _______________ _____
Personnalisez votre Messenger avec Live.com
Comment