Enter Keywords:
1 - 10 of 2036(0.002 seconds)
Sort By:
 
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 Rating: 6.2 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 Rating: 8.4 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 Rating: 7.4 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 Rating: 8.2 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 Rating: 8.6 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 Rating: 8.0 Views: 5
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 Rating: 7.8 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 Rating: 6.2 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 Rating: 7.8 Views: 0
hi, i have two blocks,which have one table associated with top block and two tables associated with the bottom block. Block1 table A with columns(sno,a1);--data block Block2 table B with col...
Zones: Oracle 3rd Party ToolsDate Answered: 01/24/2004 Rating: 7.2 Views: 0