Click here to Skip to main content
15,891,976 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Invalid column name error PinPopular
Dave Kreskowiak22-Mar-10 10:36
mveDave Kreskowiak22-Mar-10 10:36 
AnswerRe: Invalid column name error Pin
David Skelly23-Mar-10 2:35
David Skelly23-Mar-10 2:35 
QuestionrichTextBox and lines with word wrap Pin
norrisMiou22-Mar-10 8:13
norrisMiou22-Mar-10 8:13 
AnswerRe: richTextBox and lines with word wrap Pin
Gregory Gadow22-Mar-10 9:28
Gregory Gadow22-Mar-10 9:28 
AnswerRe: richTextBox and lines with word wrap Pin
William Winner23-Mar-10 13:04
William Winner23-Mar-10 13:04 
GeneralRe: richTextBox and lines with word wrap Pin
norrisMiou25-Mar-10 3:43
norrisMiou25-Mar-10 3:43 
GeneralRe: richTextBox and lines with word wrap Pin
William Winner25-Mar-10 8:15
William Winner25-Mar-10 8:15 
QuestionVisual Basic 6.5 context sensitive/auto-complete wackyness Pin
john john mackey22-Mar-10 7:10
john john mackey22-Mar-10 7:10 
I am having weird experience with the VBA (MS Access 2007) context sensitive setting for when I try to use it to get a property or method.

For example, I have a checkbox in my Access 2007 form. I want to do something simple like use context sensitivity to show the Value property of my checkbox:

<br />
   myChkBox.Value = <br />


HOWEVER before I can finish typing "va", the context sensitivity stops and it won't allow me to auto-complete the word. MORE ANNOYING is the side effect when after i type in .Value and press space, the cursor then jumps back to the "e" in value and removes my space.

This is the same for other variables and objects:

<br />
   dim bIsCheckSet as Boolean   'sometimes becomes  bIsCheckSetas    or  bIsCheckSet asB<br />


the problem: context sensitivity (auto-complete) acting weird and seems to have a "time-out" period that is very short.

HELP!
AnswerRe: Visual Basic 6.5 context sensitive/auto-complete wackyness Pin
J$22-Mar-10 9:32
J$22-Mar-10 9:32 
GeneralRe: Visual Basic 6.5 context sensitive/auto-complete wackyness Pin
john john mackey22-Mar-10 10:43
john john mackey22-Mar-10 10:43 
GeneralRe: Visual Basic 6.5 context sensitive/auto-complete wackyness Pin
J$22-Mar-10 11:39
J$22-Mar-10 11:39 
GeneralRe: Visual Basic 6.5 context sensitive/auto-complete wackyness Pin
john john mackey22-Mar-10 13:28
john john mackey22-Mar-10 13:28 
GeneralRe: Visual Basic 6.5 context sensitive/auto-complete wackyness Pin
J$22-Mar-10 13:50
J$22-Mar-10 13:50 
GeneralRe: Visual Basic 6.5 context sensitive/auto-complete wackyness Pin
Dave Kreskowiak22-Mar-10 15:16
mveDave Kreskowiak22-Mar-10 15:16 
GeneralRe: Visual Basic 6.5 context sensitive/auto-complete wackyness Pin
john john mackey23-Mar-10 10:07
john john mackey23-Mar-10 10:07 
GeneralRe: Visual Basic 6.5 context sensitive/auto-complete wackyness Pin
Luc Pattyn22-Mar-10 16:14
sitebuilderLuc Pattyn22-Mar-10 16:14 
GeneralRe: Visual Basic 6.5 context sensitive/auto-complete wackyness Pin
john john mackey23-Mar-10 5:53
john john mackey23-Mar-10 5:53 
GeneralRe: Visual Basic 6.5 context sensitive/auto-complete wackyness Pin
Luc Pattyn23-Mar-10 5:59
sitebuilderLuc Pattyn23-Mar-10 5:59 
Questionreg Super script and subscript Pin
sowjanya322-Mar-10 6:36
sowjanya322-Mar-10 6:36 
AnswerRe: reg Super script and subscript Pin
EliottA22-Mar-10 7:48
EliottA22-Mar-10 7:48 
GeneralRe: reg Super script and subscript Pin
sowjanya322-Mar-10 18:44
sowjanya322-Mar-10 18:44 
GeneralRe: reg Super script and subscript Pin
Dave Kreskowiak23-Mar-10 1:11
mveDave Kreskowiak23-Mar-10 1:11 
GeneralRe: reg Super script and subscript Pin
EliottA23-Mar-10 2:54
EliottA23-Mar-10 2:54 
AnswerRe: reg Super script and subscript Pin
The Man from U.N.C.L.E.22-Mar-10 8:16
The Man from U.N.C.L.E.22-Mar-10 8:16 
QuestionProblem sub-total Matrix with rdlc report in vb.NET [modified] Pin
rhap122-Mar-10 6:02
rhap122-Mar-10 6:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.