How to attach fixed set of values to PROPERTY?

  • Thread starter Thread starter Rachana
  • Start date Start date
R

Rachana

Hi,
Suppose, I have class WORK which has method ASSIGN and property
SHIFT.
The property has two reserved values 'DAY' and 'NIGHT'.
I don't want to validate inside the SET procedure. Instead, those
values should get auto displayed (like VB intellisense) in the client
program. How to achieve this?

Regards,
Rachana
 
Hi,
Suppose, I have class WORK which has method ASSIGN and property
SHIFT.
The property has two reserved values 'DAY' and 'NIGHT'.
I don't want to validate inside the SET procedure. Instead, those
values should get auto displayed (like VB intellisense) in the client
program. How to achieve this?

Regards,
Rachana

Hi,
I got the solution.

Regards,
Rachana
 
Back
Top