"identifier attendu" meaning it need an identifier. Cursor is positionning
on the TRY instruction.
There's no error on the code and sometimes, the function menu selector of
the ocxServer objecPAL functions doesn't update it's item when I change
objectPAl section in the code editor.
I have serious doubts about ocxServer editing bugs as I saw that it's
display properties can't be change even if in the properties list it is so.
It seems that this object conception has been round cornered.
I will try a third time just by copy/paste my code in all sections,
minimizing edition handling on this object. It's not funny.
method OnGetRequest(requestOA OleAuto, responseOA OleAuto)
[cursor point here]try
.....request process code
onFail
--- error process code
endTry
return
endMethod
Pierre