Recent

Author Topic: (solved) Unable to rename variable in source  (Read 3542 times)

ArtLogi

  • Full Member
  • ***
  • Posts: 194
(solved) Unable to rename variable in source
« on: May 16, 2016, 06:01:21 am »
I were just doing some stuff with my hobby (study) project and encountered this kind of an error.

http://i.imgur.com/5J9PiMI.png

What is happening in here, this part of the code did work awfully many hours already today (this is procedure iis not edited at all in weeks) I only tried to change the name of the Tedit8 to something more desciptive at last through Object Inspector.

The code itself in procedure is obviously just toggling
« Last Edit: May 16, 2016, 09:39:32 am by ArtLogi »
While Record is a drawer and method is a clerk, when both are combined to same space it forms an concept of office, which is alias for a great suffering.

howardpc

  • Hero Member
  • *****
  • Posts: 4144
Re: Unable to rename variable in source
« Reply #1 on: May 16, 2016, 09:12:33 am »
CodeTools has encountered an unbalanced begin/end block somewhere in your code before the apparent error (probably a missing "end").
It will refuse to rename (or do anything else) until that begin/end syntax error is corrected.

ArtLogi

  • Full Member
  • ***
  • Posts: 194
Re: Unable to rename variable in source
« Reply #2 on: May 16, 2016, 09:39:11 am »
Hmm... The last edit is gone from my post is seems. I must have cleared it accidentally while closing the browser.

CodeTools has encountered an unbalanced begin/end block somewhere in your code before the apparent error (probably a missing "end").
It will refuse to rename (or do anything else) until that begin/end syntax error is corrected.

Oh, that explains my empirical findings that I explained (now in binary heaven) in my edit.

Indeed I did jump from middle of writing a new CASE clouse to rename that edit8 box, and I did go heywire with the errormessage as it did point to that procedure.  %)
A bit later I tried to run the project to just to see if it would give more information and it did throw me at the point where I jumped to edit the edit8 boxs name.  :-[

I then put my WIP Case block inside of the block comments and everything returned to normal.  %)
While Record is a drawer and method is a clerk, when both are combined to same space it forms an concept of office, which is alias for a great suffering.

 

TinyPortal © 2005-2018