Enter Keywords:
1 - 10 of 1437(0.001 seconds)
Sort By:
 
I'm trying to read a character in from the keyboard and basically loop (do nothing) until the right character is entered. Why is my buf variable not being recognised as a character and the output j...
Zones: JavaDate Answered: 12/14/1998 Rating: 7.8 Views: 0
Is there a way to write the a while loop with a wildcard.  I can do the command with a For loop but would really like to make it work with a while loop.  For example:      cd /etc    for x in b* ...
Zones: Unix OSDate Answered: 12/28/1999 Rating: 8.2 Views: 0
We use the application HRizon for payroll.  It gets connected to an Oracle database.  We are having problems with the Oracle connection.  We receive the error.... "Error while trying to retrieve t...
Zones: OracleDate Answered: 02/10/2000 Rating: 8.0 Views: 0
I am using following code to read the whole text file. (It was just to give me a start) Private Sub Form_Load()     Dim x As String     Open "c:\folder\a.doc" For Input As #1               Do ...
Zones: MS AccessDate Answered: 08/13/2000 Rating: 8.2 Views: 0
I am using a logon script for my Win95 users.  The script runs fine but I am getting a dialog box labeled "Windows NT Logon Script - please wait while the script executes"  that allows the users to...
Zones: Windows NT NetworkDate Answered: 10/03/2000 Rating: 7.4 Views: 0
Hi, I have a problem keeping my printer, Word and a batch file in step. What I want to happen is: batch file starts. Opens word with specific document starts macro which      Formats docume...
Zones: MS OfficeDate Answered: 05/09/2001 Rating: 7.4 Views: 0
Hello, I need to calculate the "curOrderWeight" in the following code but am not having much luck. I have also tried to use a hidden form to pass the "curTotalWeight" but again no joy. The respons...
Zones: ASPDate Answered: 03/12/2001 Rating: 7.2 Views: 0
I have a database where some items have corresponding pictures.  The pictures are named the DB index #.  I want the table row to show up if the picture exists and (for now) the info and "- nope" to...
Zones: ASPDate Answered: 07/11/2002 Rating: 6.2 Views: 0
i have a problem with this equaion: #include <iostream> #include <cmath> using namespace std; //introduces namespace std int main ( void ) {   char number;         // variable use...
Zones: C++Date Answered: 02/26/2003 Rating: 9.0 Views: 0
Please can someone tell me where I am going wrong with paging information from a database. At the moment no records appear on the screen but it does display the correct record and page count inform...
Zones: ASPDate Answered: 01/27/2003 Rating: 8.0 Views: 0