Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Select all Values using @Prompt

Status
Not open for further replies.

kichu1

Programmer
Jan 14, 2005
9
0
0
US
Hi Everyone,
Is there a way to give the user an option to select all the values displayed using @prompt function.

Normally if you create an object with @prompt you can press the ctr and select all objects.
But my user wants an option to select all the values (Like a check box ).

appreciate your reply.

Ciji
 
you have to use a clever OR statement to do this.

table.column =@prompt(......) OR
'ALL' = @prompt(......)

Steve Krandel
VERITAS Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top