Form events failing to run (REP101) (OpenInsight 32-Bit)
At 23 JUL 2004 11:11:33AM Colin Rule wrote:
I have a form which has been running for many months.
All of a sudden it fails to load properly when called with Start Window.
I made it visible, so I could see it load (was made visible in create), but none of the events run.
I set up an engine log and the following appears.
Any ideas please before I start kicking things?
Begin processing time: 7/23/2004 16:16:56
RUN REPOSITORY 'EXECUTE', 'ICEPAC*OIWIN**PROJECT_INFO'
Stop processing time: 7/23/2004 16:16:59
Execution time: 3565 milliseconds.
Execution status: failed. Error code: REP101.
At 23 JUL 2004 11:51AM [email protected] wrote:
Weird - this implies that an attempt has been made to kick off an event without two parameters (CtrlEntID and CtrlClassId). Do you have any promoted events or run_events?
The Sprezzatura Group Web Site
World Leaders in all things RevSoft
At 26 JUL 2004 03:45AM Colin Rule wrote:
I found me problem, the compiler does not correctly handle a specific coding error, which some crazed programmer (ie me) let slip in. I had…
READ ITEM FROM FILE,ID ELSE
codeEND ELSE
codeEND
the first line should have been THEN and not ELSE.
This caused the compiler to halt and no code was produced.
Not even a DEBUG at the beginning of the event would show to allow me to track.
Colin
At 26 JUL 2004 09:01AM [email protected] wrote:
Glad you were able to track it down!
The Sprezzatura Group Web Site
World Leaders in all things RevSoft
At 26 JUL 2004 09:17AM Colin Rule wrote:
I am happy too…. but the compiler needs a check to avoid this, or at least the object code should run so you can debug and find out why.
At 26 JUL 2004 10:29AM [email protected] wrote:
What's interesting here is that "Check syntax" doesn't actually complain about this.
The Sprezzatura Group Web Site
World Leaders in all things RevSoft
At 27 JUL 2004 02:57AM Colin Rule wrote:
You call that 'interesting':)
Need to get out more !