How to fix the logic error “...”: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
Check the page exists by looking through the page list in the '''Project Explorer''' toolbar. If the page does not exist, create the page and the error should disappear. | Check the page exists by looking through the page list in the '''Project Explorer''' toolbar. If the page does not exist, create the page and the error should disappear. | ||
Check that you are showing the page in the logic file. If not, add the logic: <code> show register </code> in the appropriate place. | Check that you are showing the page in the logic file. If not, add the logic: '''<code> show register </code>''' in the appropriate place. |
Revision as of 14:27, 18 May 2015
Cannot find the page named 'register'
Check the page exists by looking through the page list in the Project Explorer toolbar. If the page does not exist, create the page and the error should disappear.
Check that you are showing the page in the logic file. If not, add the logic: show register
in the appropriate place.