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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10108221.html
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*
...
http://www.experts-exchange.com/OS/Unix/Q_10251772.html
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...
http://www.experts-exchange.com/Database/Oracle/Q_10293141.html
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 ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10803681.html
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...
http://www.experts-exchange.com/Networking/Windows_Networking/NT/Q_11280377.html
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...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_116...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20090105.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20322285.htm...
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20482399.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20483098.htm...
Zones:
ASPDate Answered: 01/27/2003 Rating: 8.0 Views: 0