Code Window Setting

G

Guest

Is there a setting somewhere that would make what ever I am typing, into the
code window, to be formatted differently than what I am typing?

As an example when I go to comment something with ' the application will
move the ' over and start putting everthing I type in front of it, and run
everything together.

If I typed
'This is the way it is suppose to look but it actually comes out on the
screen like
Thisisthewayitissupposetolookbutitactuallycomesoutonthescreenlike'

It's really annoying. I am working on this code in a Terminal Server
envoirment but I would not think that would have anything to do with the
strange behavior.

Any direction would be appreciated.
 
R

Rick Brandt

cvegas said:
Is there a setting somewhere that would make what ever I am typing,
into the code window, to be formatted differently than what I am
typing?

As an example when I go to comment something with ' the application
will move the ' over and start putting everthing I type in front of
it, and run everything together.

If I typed
'This is the way it is suppose to look but it actually comes out on
the screen like
Thisisthewayitissupposetolookbutitactuallycomesoutonthescreenlike'

It's really annoying. I am working on this code in a Terminal Server
envoirment but I would not think that would have anything to do with
the strange behavior.

Any direction would be appreciated.

That usually happens if you are writing in a code window while there is a
form open that has a Timer event.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top