Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Do you know this error ?

2 views
Skip to first unread message

Pierre Charbonneau

unread,
Nov 23, 2004, 6:30:16 PM11/23/04
to corel.wpoffice.paradox-web
I'm programming twice from scratch my ocxServer on a form and I have atfer
many code handling this error (from french) at compliation on OnGetRequest
method:

"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

0 new messages