Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Clukey #1
readonly select list
Is it possible to make a readonly select list like the one in the behaviors panel?
Thanks
Clukey Guest
-
Select List Help
How can I create a select menu input that looks at what the user enters and suggests the approiate matching item that I query from my database? In... -
Readonly list (not dropdown) in command dialog
Hi, I am trying to build a command dialog, that looks similar to "Sites-> Manage Sites" dialog. I want to include a readonly list control (not a... -
Select a list of items into an aliased field when doinga select
OK I know this is going to sound weird, but I'm wondering if this is possible. I have a task table. (tblTask) These tasks can be assigned to... -
SELECT DISTINCT + ORDER BY gives ERROR 145: ORDER BY items must appear in the select list if SELECT DISTINCT is specified.
Following is my stored procedure. If I take the DISTINCT out then everything works fine. BUT I need the distinct because it returns duplicate... -
SELECT DISTINCT + ORDER BY gives ERROR 145: ORDER BY items mustappear in the select list if SELECT DISTINCT is specified.
Dan, You should be able to do this: SELECT Id, FaxID, ReceivedTime, Pages FROM ( SELECT DISTINCT .Id AS Id,



Reply With Quote

