Advertisement

1 - 10 of 399 containing alltags:("ignored") (0.001 seconds)
Hey, My application is producing multi text files in a data dir...and...I like to scan all these files for multiply search words and return just the file names to a list box that can then be clicke...
Zones: Visual BasicDate Answered: 05/18/1999 Grade: C Views: 0
I have program that reads a text file. using: ifstream input; input.open("file.txt"); do{ input>>buffer; printf("Line: %s\n", buffer); }while(!input.eof()); how do I make it skip the enti...
Zones: C++Date Answered: 08/01/2000 Grade: A Views: 0
Hi, In my application I am trying to set the Session.Timeout value: Sub Application_OnStart       '==Visual InterDev Generated - startspan==       '--Project Data Connection             Application("clientDat...
Zones: ASPDate Answered: 09/21/2000 Grade: B Views: 0
I have a spreadsheet that finds a price for a product using the following formula in column B =IF(ISNA(VLOOKUP(A7,Prices,2,FALSE)),"",VLOOKUP(A7,Prices,2,FALSE)) Where A7 contains a drop down...
Zones: Ms Office SuiteDate Answered: 07/02/2003 Grade: A Views: 0
I have a spreadsheet that has named columns of data. Column A (ReadDate) contains dates Column B (Methane) contains data I created the following formulas to do the following: 1. Count t...
Zones: MS ExcelDate Answered: 04/15/2004 Grade: A Views: 0
OK, I am working on a file that will allow for a query to be saved into a csv format and downloaded by the user.  I have everything working fine in a test area, but I realized that in the productio...
Zones: ColdFusion Application ServerDate Answered: 04/30/2004 Grade: B Views: 0
Hello, Can someone please provide an example on how can I skip/ignore rows in a procedure during insert in a table if duplicate rows are encountered? Thanks! -mohammadzahid
Zones: DatabasesDate Answered: 05/05/2005 Grade: A Views: 0
I have a page that has two "sections" (ASP.Net panels > > which render as HTML <DIV> blocks, anyway...). One section is a "Login" section for existing users to login.  The other section is for n...
Zones: ASP.Net ProgrammingDate Answered: 05/17/2005 Grade: A Views: 0
I want to do some  actions while the user press Alt+TAB instead of tabbing between the currently opened documents.I tried with the following code which is working for other alt combinations except ...
Zones: JavaDate Answered: 01/02/2006 Grade: A Views: 0
Hi, Hope someone can help.  I have a list of glossary words in a mysql along with text files.  The text file is parsed and then the glossary matches the words in the text file, it then puts <a href...
Zones: PHPDate Answered: 02/03/2006 Grade: C Views: 0