Advertisement

1 - 10 of 1849 containing alltags:("order") (0.001 seconds)
Hi Guys, I have a little program that creates an alphabetical list of words in a text, like so #!/usr/local/bin/perl -w use CGI qw(param); print <<END_of_Start; Content-type: text/html         ...
Zones: PerlDate Answered: 07/13/1999 Grade: C Views: 0
I have a dialog box that has 5 buttons on it, and depending on what the user does I hide or show then.  But I noticed that the tab order changes when I do this.  Is there a way to set the tab order...
Zones: Windows MFCDate Answered: 07/21/2000 Grade: B Views: 0
I have a table consiting of an id number and a free text field. I need to return rows matching one or more words in the free text field. The results need to be ordered by the number of words ...
Zones: MS SQL ServerDate Answered: 09/29/2000 Grade: B Views: 0
I have an array like: String vec[] = {“abc”, “aab”, “aaa”, “zxc”, “cxs”, “qwe”, “gfd”, “hjk”, “asd”}; And I have to order it lexicographicly. Is there any builtin function or where can I fin...
Zones: JavaDate Answered: 11/04/2000 Grade: A Views: 0
I have a stored procedure that needs to sort output differently based upon a variable passed in from the middle tier.  Is there an easy way to change the Order By clause without copying the whole s...
Zones: MS SQL ServerDate Answered: 01/25/2001 Grade: A Views: 0
I'm using VB 6.0 Pro with an Access '97 database.  I have an ADODC that has these properties: CommandType = 2 - adCmdTable RecordSource = tblCITY_REF I'm displaying the recordset in a data g...
Zones: Visual BasicDate Answered: 09/24/2001 Grade: A Views: 0
I use fso to get the name of the files and match file description in a table. fso automatically sort the order by filename. If I want to sort the order from the file description instead of the ...
Zones: ASPDate Answered: 02/08/2002 Grade: A Views: 0
i need to order my output like this. see i've the data like this. the column name is adpo_no and the values will be like '2002/AD/001/CAP' in this (2002-is the year) what i would like to do is, i n...
Zones: MS SQL ServerDate Answered: 10/07/2002 Grade: A Views: 0
I am starting to write a Purchase Order program for my company using php & mysql. I have all the database designed and most of the general proceedure figured out. I have a couple of issues that I ...
Zones: PHPDate Answered: 10/28/2002 Grade: A Views: 0
i check another post for this problem but i couldn't find the way to resolve it: SELECT DISTINCT IDContact FROM History_PayAdvance WHERE (Hidden_Deleted=FALSE) AND (General_WasPaid=FALSE) AN...
Zones: DatabasesDate Answered: 12/27/2002 Grade: A Views: 0