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
...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10166837.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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10765541.htm...
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 ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_11399658.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20060193.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20187074.html
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 ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20260874.htm...
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20368734.html
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 ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20372253.htm...
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...
http://www.experts-exchange.com/Database/Miscellaneous/Q_20437739.html
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...
http://www.experts-exchange.com/Database/Oracle/3rd_Party_Tools/Q_20473200.html