VBE Design: Missing PLUS-SIGN....?

P

pacala_ba

I have encounterd this problem by removing command COLONS, and i was
wondering about RED-CODE-LINE, i have replaced it with old line from
DB-Backup....That was the whole Problem
-----------
i_cnt = _
i_cnt + 1
-----------
After: Cursor behind conti line marker '_', and press 'Backspace ( <- )'
.....WRONG
After: Cursor behind conti line marker '_', and press 'Delete' and
'Backspace ( <- )' ....OK
*** MZ TOOLS , combine lines works OK ***
---------- After: Cursor behind conti line marker '_', and press 'Backspace
( <- )' ....now NOT WRONG
i_cnt = _
1 + i_cnt
-----------------TEST WITH two plus signs -----------------------
i_cnt = _
i_cnt + 1 + 2
--- After: Cursor behind conti line marker '_', and press 'Backspace ( <- )'
i_cnt =
i_cnt 1 + 2
--- After: Undo Delete , Conti line marker restored, Plus sign NOT
i_cnt = _
i_cnt 1 + 2
------------
http://www.utteraccess.com/forums/s...=155102&Zd=l&Zn=&Zt=b&Zs=&Zy=#Post1812145&Zp=

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...-8442-52c3cc3479ca&dg=microsoft.public.access
 

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