Does anyone know if it is possible to get a laptop which has the option of japanese language as well as english??
A japanese keyboard will also be needed?
Does anyone know where I can obtain a Japanese keyboard in England/UK?
Nogs
[ponder]
I am trying to strip 2 strings from a file and then add select parts of them together, for some reason the output is being duplicated any ideas??
Here is some of the script I am using;
open (TMP, "c:/mysql/data/sbmtmp.txt") or die "Cannot open output.txt for read :$!"...
From a report we use I am trying to select lines join the two lines together - I then need to select chunks from the joined up line to upload to mysql , this is as far as I have got can anyone help??
$se1 = if '^Product Code :';
$se2 = if '^PALLETS ';
while (<FILE>)
{
print...
On a report we are running we are getting errors with a grant total being incorrect. When the same figures are read into excel the grand total is correct - any ideas what we could be doing wrong? Nogs
[ponder]
IE5 refuses to "remember" a password and asks for it everytime we enter a site. Have tried to rectify this by uninstaling and re-installing IE but still being asked for password - any ideas??? Nogs
[ponder]
The expression after update you entered as the event property setting produced the error: Overflow.
*The expression may not result in the name of a macro, the name of a user-defined function or event procedure
*There may have been an error evaluating the function, event or macro.
When OK is...
When the grand total is calculated with only 1 database it is reported correctly, when I link 3 databases to enhance the report the grand total is coming out different? Nogs
[ponder]
I have recently moved some software to a new PC - the software connects to remote fuel systems via the com port. The new PC doesnt appear to be connecting - what is the best way of checking whether the com port works?? Nogs
[ponder]
I am attempting to setup ODBC drivers on a win98 PC for a crystal report , the access database is on the same PC. This is the error I get setting up the ODBCs, any ideas?;
The setup routines for the MS Access driver could not be loaded due to system error code 1157
Driver ConfigDSN, config...
Can anyone help
Im right clicking on my C drive from My computer and selecting properties to view disk space taken up - windows is stopping responding everytime
Nogs
[ponder]
Error recieved from IE when URL=
http://gr3.greth.com:8080
The cache was not able to resolve the hostname presented in the URL.
Check if the address is correct.
When I chang teh URL to use IP address instead:
http://192.168.2.3:8080
IE works as expected, is this an IE setting or a unix...
This script is now doing my head in, Im getting no errors when running it and I know it is reading the file I specified it just isnt replacing the text.
Anyone have any ideas before I totally loose it.
Thanks for any help in advance
#!\perl\bin -
print 'What is your the file (complete path...
This is a command I have in a script;
find . -type f -mtime -1 -exec rcp {} $SITE:$REMDIR \
What I would like is a way of knowing if any files were actually copied
Can Anyone help?
I am trying to copy a directory to remote sites, this is how I have done it;
rcp $1/avirus.tgz $SITE:$2/avirus.tgz
Which copies the files across fine, what I want to then do is uncompress the file on the remote site, here is the command Im using;
rcmd $SITE...
I am trying to create a report with the option of searching on 5 different criteria;
{ORD_HDR.cust_code} = {?Code} and
{ORD_CHS.bbe_date} = Date (0, 0, 0) and
{ORD_CHS.prod_cod} = {?Code} and
{ORD_CHS.ppal_num} = "" and
{ORD_HDR.des_datc} in Date (0, 0, 0) to Date (0, 0, 0)
This works...
Im new to Crystal and Im trying to setup a report prompting the user for input to search a mysql database for - what I would like to do is if there is no input for one of the criteria then all records are selected - at the minute if I leave one balnk no data is selected. Summary of the formula...
Script below isnt working correctly, had wanted it to logout from the menu if no keystrokes for 30 minutes - can any one see where ive gone worong?
Thanks for your help in advance
#!/bin/sh
ok=0
while [ $ok -eq 0 ]; do
clear
cat <<__END
MENU...
Script below isnt working correctly, had wanted it to logout from the menu if no keystrokes for 30 minutes - can any one see where ive gone worong?
Thanks for your help in advance
#!/bin/sh
ok=0
while [ $ok -eq 0 ]; do
clear
cat <<__END
MENU...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.