Advertisement

1 - 10 of 758 containing alltags:("next") (0.001 seconds)
i use this code to get the lines in a file if (open (FILE, "<file.htm")) {   foreach $cur_string(<FILE>) {   print $cur_string }} I want to get the next line in a file like if (open (FILE, "<file...
Zones: PerlDate Answered: 09/10/1998 Grade: C Views: 0
How do I control which component gets the focus next when I press tab (int 1.1), except for ordering their adding to the container.
Zones: JavaDate Answered: 10/10/1999 Grade: A Views: 0
Hello, When using a next record button and you are at the end of a record set it creates a new record for you.       I don't want that I want the user to get a message I create saying that they...
Zones: MS AccessDate Answered: 07/21/2000 Grade: A Views: 0
Following is an example line of input: "1/1/2000","1225","321PE","0001.00","712","HYDRAULIC LEAK","ENR","CRZ","OPEN","C.E.","APPARENT BLUE SYSTEM HYDRAULIC LEAK.","After t/off ex ORK, on gear re...
Zones: CDate Answered: 08/11/2000 Grade: A Views: 0
I want to loop thru all objects on a particular web page not knowing how many frames or subframes the page contains.  This is what I have sofar but it does not include sub frames or sub frames of s...
Zones: Visual BasicDate Answered: 06/05/2001 Grade: A Views: 0
I am creating a game called nim using VB. This game involves having 4 rows of counters. It is a two player game with one player being the computer. The two players take turns taking counters away a...
Zones: Visual BasicDate Answered: 08/16/2001 Grade: A Views: 0
Is there a way to get a record count using Me? As in: Me.RecordCount  (but I don't see this listed) btw:  The RecordSource for the form has been set. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
Zones: MS AccessDate Answered: 02/08/2002 Grade: A Views: 0
I have a table where one colum is uid, its a int not null auto_increment column , and it´s the primary key for that table, currently the highest value is 5284, but when I try to insert the next val...
Zones: MySQL ServerDate Answered: 03/07/2002 Grade: A Views: 0
Hi all, I have an application which is currently running on just one machine. I am running paradox tables using the BDE. On one table, it seems like after every third or fourth update, the data ...
Zones: Delphi ProgrammingDate Answered: 04/22/2002 Grade: B Views: 0
I have a For / Next LOOP that I'd wish to SLOW DOWN. I have it opening a page in the browser and it just works too fast for the browser to handle. SO, i figure that if I can slow it down, IE will h...
Zones: Visual BasicDate Answered: 02/18/2003 Grade: A Views: 0