T O P I C R E V I E W |
Mike ONeill |
Posted - Jul 10 2008 : 02:35:25 AM Does VA Outline have a problem with VB, I just created a class and I see all the appropriate methods as normal in VA Outline . I normally work in C# so its the first time I have seen it.
BUT I also see a couple of declaration statements such as
db = new BrewQIS(Database.DbConString) in betweeen the Method declarations.
Double clicking in VA outline takes me to a Dim statement
all such statements have their normal Dim if front
I can't seem to attach picture
VAX 1640 VS 2008 XP SP2
Cheers Mike
|
4 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Jul 11 2008 : 08:43:03 AM Please submit the files via the form:
http://www.wholetomato.com/support/contact.asp
including this thread ID or URL in the description, so we can match it up. |
Mike ONeill |
Posted - Jul 11 2008 : 01:17:59 AM where can I copy the files to ??? |
Mike ONeill |
Posted - Jul 11 2008 : 01:07:02 AM Yes they are variables within a method, Ill mail you the code , its just a demo to see if I could reproduce the error
|
feline |
Posted - Jul 10 2008 : 10:21:00 AM Are these class members or local variables inside a function?
I do not recognise this as a known problem. VA Outline is supposed to work in VB.
Would you be able to post a code sample that shows the problem? |