FrançaisEnglishEspañol
PC SOFTForums homeLast messagesOnline repository
PC SOFT
Find...
Perform the searchSearch in...
Newsgroup dedicated to WINDEV (current version), in English
Wd12 mobile: fonction ???
Dec., 07th 2009 at 10:02 AM
christine
<gu...st@news.pcsoft.fr>


Hello,
Sometimes I receive next error "

Erreur n1005 : La fonction ?????? aurait d renvoyer une valeur.
L'erreur c'est produite dans "WindowOverview.PROCEDURE.BehandelDetail"
Erreur la ligne n82 de la procdure "Procdure locale BehandelDetail"
"
I do not find a procedure in my window "BehandelDetail" which is closes without returnedvalue.
I can not generate this error myself.
Have anyone an idea the meaning of "la fonction ????? ".
Christine


Replies to this message:
Re: wd12 mobile: fonction ???
all my windows have a name... the ???? is strange... When i generate errors (like 7/0) i always have a function name .. even in the initialise of the window it gives me functionname "ouvre" ... so the ...
From christine - Dec., 08th 2009 - More »
Re: wd12 mobile: fonction ???
Hi Christine it looks like your window should return and value and sometimes is closed without doing so... La fonction ????? would be 'the procedure ???,' in that case your window, which may also be m ...
From Fabrice Harari - Dec., 07th 2009 - More »