I suppose the abbreviated question could be "Why can the embedded code not apen automatically on edit?"
or
"Why does the CLW always open?"
regards
Richard
Hi, Richard,
The magic "I want to open the app on errors" settings do work. Usually. Mostly. Except...
Try the attached example.
As it is, it will throw an error and open in generated source, not in the app.
Now fix that error and create a different one:
1. In the embed code, add the missing END for the CASE statement (to fix the existing error)
2. change one of the variables to LOC:A (which is not defined).
Now attempt to compile, and the error will open in the app, not in the source.
Apparently trying to open in the app just can't figure out where to go when there's a bolloxed END....
Cheers,
Jane