Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Enumerations
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

apatacchiola
New Member

5 Posts

Posted - Apr 06 2004 :  6:35:34 PM  Show Profile
Sometimes I do not get a choice of enumeration values when pressing . after an enumeration. Hard to reproduce. Build 1223.

Adam

jpizzi
Tomato Guru

USA
642 Posts

Posted - Apr 07 2004 :  10:54:01 AM  Show Profile
The way I read your description, it sounds like you are using enumerations wrong. Perhaps a clearer description of how you are trying to get it to work.

Joe Pizzi
Go to Top of Page

apatacchiola
New Member

5 Posts

Posted - Apr 07 2004 :  11:17:41 AM  Show Profile
I have an "Enumerations" class that has enumerations in it like this:

using System;

namespace Foo {
/// <summary>
///
/// </summary>
public class Enumerations {

//////////////////////////////////////////////////////////////////////////
// File

/// <summary>
/// Match the "Status" database table
/// </summary>
public enum Status {
PENDING = 1,
OPEN = 2,
TROUBLE_LOW = 3,
TROUBLE_MEDIUM = 4,
TROUBLE_HIGH = 5,
HOLD = 6,
FALL_THRU = 7,
CANCELLED = 8,
CLOSED = 9
}
}

When I type Enumerations then "." to bring up the completion list, sometimes the enums like Status appear, and sometimes they don't. Do you need any further clarification?

Adam
Go to Top of Page

jpizzi
Tomato Guru

USA
642 Posts

Posted - Apr 07 2004 :  1:03:58 PM  Show Profile
Silly me, I assumed that you were programming in C++. I'll have to remember that VA X supports several other languages, too.

Sorry.

Joe Pizzi
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000