In the PowerBuilder script editor - I stopped getting error messages when I make a mistake creating a script.
For example, suppose I make a typing mistake and spell the name of a variable incorrectly. When I try to save I used to get a message stating there are errors and do I want to continue. If I said I didn't want to continue the system used to give me a message to the effect that the variable didn't exist. Also the cursor would go to the line where the error was and the line would be highlighted.
Example:
Below is an example of the code I enter.
string ls_textcolumn
ls_textxxxxx = "ABC123"
I try to SAVE.
The system does not save the script.
The cursor goes to the line where the error is, but it does not state that there is an error.
There is no message explaining the error.
The cursor goes to the line where the error is, but the line does not get highlighted.
What is going on? Is there a switch or checkbox that controls the feature that gives me text error messages or not? I was thinking that maybe I accidentally turned it off or "unchecked" it. Did I erase something?
If anybody knows anything about this please let me know. I need to get messages telling me what my errors are. Without them I feel like I am working blind.
Jon Stoller