Freelancers Forum Messages on Tuesday September 17th 2002
Re: FN-FORUM Any Excel experts ?
date posted 17th September 2002 23:51
Kathy
Thanks for the info about array formulas being memory hungry.
Although I only said that this was to find the top 8 values out of 30 and
average them, the sheet has a few hundred rows, each wit...
Re: FN-FORUM OS X Mail Backup
date posted 17th September 2002 22:50
Joe,
I don't know much about eudora, but I have given up on Mail 1.1
I imported all my messages last night and set up Rules for messages to go to
the correct folders, but the Rules just don't work as...
Re: FN-FORUM ADO.NET
date posted 17th September 2002 22:49
Someone emailed me with a requirement for a trainer (pref MCT) for ADO.NET,
If you are one, let me know and I'll pass it on.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Kath...
Re: FN-FORUM Any Excel experts ?
date posted 17th September 2002 22:47
Yes, that's more elegant, but I'd still use a named range. Mine was just
straight of the top of my head with no thought.
Array formulas are very memory hungry, so be aware of that. Won't matter for
s...
Re: RE: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 22:41
jumper settings? Diff for slave and master? Wrongly detected? You sometimes
need to redetect and repartition if it's a different BIOS and
detection/translation isn't quite the same. If you power off a...
Re: FN-FORUM Book on CSS
date posted 17th September 2002 22:34
Cascading Style Sheets
Designing for the Web by Håkon Wium Lie and Bert Bos
Written by the guys who invented CSS. Bloody frustrating though if you read
it and then try and put a blurred drop shadow...
Re: FN-FORUM Any Excel experts ?
date posted 17th September 2002 22:03
Thanks Kathy,
I have found =AVERAGE(LARGE(M1:M10,ROW(INDIRECT("1:N"))))
Where M1:M10 is the range of cells and "1:N" is the number of highest values
you wish to average, so in my example "1:8"
This...
RE: RE: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 21:28
Thanks, I'll check out the drivers tomorrow. I agree that it is unlikely to
be a virus, just looks like it at the mo. I can't explain why the new drive
won't work as a slave in another PC once I've ha...
Re: FN-FORUM ADO.NET
date posted 17th September 2002 20:55
Tuesday, September 17, 2002, 8:29:16 PM, you wrote:
L> Anyone train on this?
What do you need to know?
Kind regards,
Richard.
-------------------------------------------------------
Richard Low...
Re: FN-FORUM MySQL / PHP - clueless
date posted 17th September 2002 20:54
Thanks Andrew and Darren... am downloading now...
i have a feeling i may have bitten off more than i can chew with this
one - i get cold sweats looking at the code-view in dreamweaver! - but
we've...
Re: FN-FORUM Any Excel experts ?
date posted 17th September 2002 20:47
Extremely inelegant way (named range = data)
=AVERAGE(LARGE(data,1),LARGE(data,2),LARGE(data,3),LARGE(data,4),LARGE(data,
5),LARGE(data,6),LARGE(data,7),LARGE(data,8))
will look for a better one.
++...
RE: RE: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 20:43
Have you looked into IDE BUS drivers?
I have a promise ultra ATA-100 ide setup which win98 can see no probs. Win 2000 can not see the hard drive unless I feed it the proper ultra ATA-100 bus drivers,...
ADO.NET
date posted 17th September 2002 20:34
Anyone train on this?
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Kathy
http://www.vendetta.co.uk
DNRC Minister for Useful but Irritating Information and Trivia
++++++++...
RE: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 20:24
I think I may have the same thing on a customer's PC that's come in over the
weekend. Symptoms seem to be that Win2k can detect a drive and make an
attempt at an installation. Win98 Fdisk can't see th...
Re: FN-FORUM MySQL / PHP - clueless
date posted 17th September 2002 19:37
No need to apologise.
You should just be able to copy the phpMyAdmin directory and all the files
within to your hosting server, change a couple of details in the config
file, and run it from there....
RE: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 19:35
Ah but which muppet did he say you were etc ?
> -----Original Message-----
> From: [EMAIL REMOVED]
> [EMAIL REMOVED] Behalf Of Rob Thyssen
> Sent: Tuesday, September 17, 2002 4:10 PM
> To: [EMAIL REM...
Re: FN-FORUM OS X Mail Backup
date posted 17th September 2002 18:54
This is my personal gripe with OE - it's a pain in the arse to import /
export and backup.
I use the new version of Entourage on OSX mainly because it syncs with my
handheld (after disabling the oth...
RE: FN-FORUM MySQL / PHP - clueless
date posted 17th September 2002 18:54
I prefer MySQL Front for handling the database GUI interaction while
developing.
http://mysqlfront.venturemedia.de/index.php?s=9503bf12672368f1fd43045383a767
13&act=ST&f=2&t=328
Regards
Darren Spi...
RE: FN-FORUM MySQL / PHP - clueless
date posted 17th September 2002 18:50
Try using dbtools - www.dbtools.com.br instead
regards
Andrew Mottershead
Web Developer
Mindstream Web Design
email: [EMAIL REMOVED]
tel: +44 (0)1743 718262
fax: +44 (0) 7092 115513
web: www.mind...
Re: FN-FORUM Mac-PC networking cheap and simple - how?
date posted 17th September 2002 18:45
I used OS9+Dave and W2K, and it was very unreliable. If you can run OSX on
the Mac then you get built in Windows sharing, which is a lot better. OSX is
quite resource intensive though.
HTH
Joe
>> D...
Any Excel experts ?
date posted 17th September 2002 18:38
I need to do the following in Excel.
Retrieve the values from a range of cells 30 in total, find out what the
highest 8 values are, then average those eight values.
Any ideas ?
Dennis McDermott...
RE: FN-FORUM Book on CSS
date posted 17th September 2002 18:36
Another site which I have found VERY helpful is
http://www.w3schools.com/
regards
Andrew Mottershead
Web Developer
Mindstream Web Design
email: [EMAIL REMOVED]
tel: +44 (0)1743 718262
fax: +44 (0)...
Re: FN-FORUM Read Excel file remotely...Need help in ASP
date posted 17th September 2002 18:34
> Talking of box model hacks, have you had a look at the BoxModelHack page
> on the css-d wiki?
>
I've been talking about such things with TjL offlist, specifically with
relation to Opera (have you be...
Re: FN-FORUM PHP/Javascript problem
date posted 17th September 2002 18:33
On Tue, 2002-09-17 at 17:06, Darren Spink wrote:
> echo " HREF="javascript:open_window('$PHP_SELF?action=view_record&vacancyid=$this_
> vacancyid');">View
";
is $PHP_SELF being translated correctly?...
Re: FN-FORUM Book on CSS
date posted 17th September 2002 18:25
> I use O'Reilly CSS Pocket Reference for looking up the odd property
> value and things like that. Otherwise, I tend to pop over to one of the
> many CSS sites: www.meyerweb.com/eric/css
> www.theno...
MySQL / PHP - clueless
date posted 17th September 2002 18:23
Guys/Gals,
I'd be very grateful if anyone could give me a little help.
I've decided to take the plunge and learn PHP/MySQL. I've got an Apache
server running as localhost, PHP and MySQL installed,...
RE: FN-FORUM Book on CSS
date posted 17th September 2002 18:10
> Can anyone recommend a book on CSS, specifically positioning
> and layers?
I use O'Reilly CSS Pocket Reference for looking up the odd property
value and things like that. Otherwise, I tend to pop...
PHP/Javascript problem
date posted 17th September 2002 18:08
Anyone any idea why I am getting a "runtime error at line 0" with "Object
expected"
echo "View
";
There is a php fu...
RE: FN-FORUM Book on CSS
date posted 17th September 2002 18:07
I know it's not a book but try here:
http://www.w3.org/TR/REC-CSS2/propidx.html
helps me!
Mike
-----Original Message-----
From: [EMAIL REMOVED]
[EMAIL REMOVED] Behalf Of David McEwen
Sent: 17 Septe...
RE: FN-FORUM Book on CSS
date posted 17th September 2002 17:51
I know it's not a book but try here:
http://www.w3.org/TR/REC-CSS2/propidx.html
helps me!
Mike
-----Original Message-----
From: [EMAIL REMOVED]
[EMAIL REMOVED] Behalf Of David McEwen
Sent: 17 Septe...
Re: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 17:27
Oh you lucky thing. I've never had Snow White even though it's been around
for years. I just don't know the right people.
You might be able to set up your mailserver to delete or reject messages
with...
Book on CSS
date posted 17th September 2002 17:19
Can anyone recommend a book on CSS, specifically positioning and layers?
Dave...
Re: FN-FORUM Read Excel file remotely...Need help in ASP
date posted 17th September 2002 17:10
> > One thing though, if anyone has used this before can then
> > tell me why it turns £ to ?.
>
> This is an encoding problem. I think you'll find that the default
> encoding used by the XMLHTTP ob...
RE: FN-FORUM Read Excel file remotely...Need help in ASP
date posted 17th September 2002 17:02
> Darran, it's made my day! Really, I thought box model hacks
> were complicated 'til I read that, phew ;-)
Oh, if only that were it. It can get much more complicated than that.
Especially when you...
RE: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 16:46
> manamanum
Ba daaa b'dada?
regards
Andrew Mottershead
Web Developer
Mindstream Web Design
email: [EMAIL REMOVED]
tel: +44 (0)1743 718262
fax: +44 (0) 7092 115513
web: www.mindstream.co.uk
This...
RE: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 16:42
do do do do doo
-----Original Message-----
From: [EMAIL REMOVED]
[EMAIL REMOVED] Behalf Of Rob Thyssen
Sent: 17 September 2002 16:10
To: [EMAIL REMOVED]
Subject: RE: FN-FORUM VIRUS HELP!!...
Re: FN-FORUM Read Excel file remotely...Need help in ASP
date posted 17th September 2002 16:14
> What XMLHTTP is, is a COM object that is installed with MSXML
> (Microsoft's implementation of a DOM XML parser) that provides an easy
> to use interface to the WinInet API calls used to make TCP/IP...
RE: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 16:13
manamanum
/rob
-----Original Message-----
From: [EMAIL REMOVED]
[EMAIL REMOVED] On Behalf Of Tony Crockford
Sent: 17 September 2002 16:03
To: [EMAIL REMOVED]
Subject: RE: FN-FORUM VIRUS HELP!...
RE: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 16:07
>
> no point.....
This would be fun if it wasn't for the time lag.
So I said why was he asking why he'd got a virus when he said his AV
spotted it and made a little joke and he said I was a mupet....
RE: FN-FORUM Read Excel file remotely...Need help in ASP
date posted 17th September 2002 15:59
Looks like there are a few different ideas of what XMLHTTP is, but as
far as my opinion goes, I don't see anyone getting it exactly right just
yet. Hopefully I'll shed some light on this.
> > XMLHTT...
Read Excel file remotely...Need help in ASP
date posted 17th September 2002 15:33
Hi Fellow,
I tried the bellow code...
RE: FN-FORUM e-commerce solution for web designers
date posted 17th September 2002 15:32
The url you gave is wrong.
The spelling on the actual site is dire.
M.
---
Matt Edwards
Original Message:
-----------------
From: [EMAIL REMOVED]
Date: Tue, 17 Sep 2002 15:04:58 +0100
To: [EMAIL...
RE: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 15:29
no point.....
Regards
Darren Spink
TEL: +44(0)113 253 4750
FAX: +44(0)113 253 1686
EML: [EMAIL REMOVED]
ICQ: 56667649
PGP: 0x077CDA7D
-----Original Message-----
From: [EMAIL REMOVED]
[EMAIL REMOV...
RE: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 15:27
> I think there is a missing P in Muppet
>
and the point was?...
Re: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 15:23
Tony Crockford wrote:
> Behalf Of phil radford
> Sent: 17 September 2002 13:04
>>Yeh vanish at midnight that would be good!! (mupet)
>
>
> wtf is a mupet?
a trumpet without the bell-end.
hth
ade...
RE: FN-FORUM Read Excel file remotely...Need help in ASP
date posted 17th September 2002 15:23
Cheers for the info. Andy,
I'll give that one a try when the need arises... I'm sure it will at
some stage.
Andrew
Andrew Knott (MEng AMIEE)
Technical Director
Knottronix
email: [EMAIL REMOVED]...
RE: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 15:19
Kermit la grenouille et Mlle Cochonnaise
At 14:36 17/09/02 +0100, you wrote:
>Behalf Of phil radford
>Sent: 17 September 2002 13:04
>
>
>
> >Yeh vanish at midnight that would be good!! (mupet)
>
>wt...
Re: FN-FORUM e-commerce spam for web designers
date posted 17th September 2002 15:19
> It would be an idea to spell check your spam...
hahahahahaha - well funny
you might want a decent web site as well!!!
----- Original Message -----
From: "Paul J White" [EMAIL REMOVED]
To: [EMAIL...
Re: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 15:18
> wtf is a mupet?
Well, it's not a mop. And it's not a pupet....
Re: FN-FORUM e-commerce spam for web designers
date posted 17th September 2002 15:09
> will run on any NT server. For more information, look at
> white-box-solutios.com
>
It would be an idea to spell check your spam...
"Sorry, no information is available for the URL white-box-soluti...
e-commerce solution for web designers
date posted 17th September 2002 14:59
This is a multi-part message in MIME format.
------=_NextPart_000_0004_01C25E5B.96AD2640
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Any web designers who want to...
Re: FN-FORUM Translate to hebrew
date posted 17th September 2002 14:55
Do you really want this work? I know a number of companies who pulled
out from this area (inc. Microsoft with its Hebrew version of Word 6) as
it started to get too labour intensive. For instance try...
Re: FN-FORUM OT: UK recruitment sites
date posted 17th September 2002 14:51
> Has anyone got some handy links for UK recruitment sites - not IT specific,
> they're for a mate of mine who is in the marketing/sales field. Offlist
> please, as it's a bit OT.
Online Recruitment...
RE: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 14:45
I think there is a missing P in Muppet
Regards
Darren Spink
TEL: +44(0)113 253 4750
FAX: +44(0)113 253 1686
EML: [EMAIL REMOVED]
ICQ: 56667649
PGP: 0x077CDA7D
-----Original Message-----
From: [EM...
RE: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 14:41
Behalf Of phil radford
Sent: 17 September 2002 13:04
>Yeh vanish at midnight that would be good!! (mupet)
wtf is a mupet?...
Re: FN-FORUM Read Excel file remotely...Need help in ASP
date posted 17th September 2002 14:12
There is a different version of it for server-side use, ServerXMLHTTP.
Bit of info & example.
http://www.eggheadcafe.com/articles/20010114.asp
One thing though, if anyone has used this before can th...
Re: FN-FORUM Broadband internet access
date posted 17th September 2002 13:53
Not strictly true, apparently they patch you in so you share with people in
the same general area rather than just the same street - they can make you
share bandwidth with someone on the other side of...
RE: FN-FORUM Broadband internet access
date posted 17th September 2002 13:48
www.adslguide.org.uk - I think. Nildram seem to do well in the
ratings...
> -----Original Message-----
> From: [EMAIL REMOVED]
> [EMAIL REMOVED] On Behalf Of Nick de Voil
> Sent: 17 September 2002...
UK recruitment sites
date posted 17th September 2002 13:43
> >>> I'm in favour of standards but I haven't yet
> >>> found a doctype declaration to be of any use.
> >>>
> >>Is that irony, tautology or merely a non sequitur? You can't have the
> former
> >>with...
RE: FN-FORUM Broadband internet access
date posted 17th September 2002 13:33
Not sure if anyone has posted this, changing proxies can speed up the
connection no end: http://www.proxyinfo.co.uk/proxies.htm
Mike
-----Original Message-----
From: [EMAIL REMOVED]
[EMAIL REMOVED]...
RE: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 13:08
Yeh vanish at midnight that would be good!! (mupet)
>From: "Tony Crockford" [EMAIL REMOVED]
>Reply-To: [EMAIL REMOVED]...
RE: FN-FORUM Read Excel file remotely...Need help in ASP
date posted 17th September 2002 13:06
Hi,
XMLHTTP is a data transfer protocol. I've used it with a client side
script to check form data against a database with out having to re-load
the page. IE 5 + only. I guess you can use it server s...
Re: FN-FORUM RE: I dont Understand....
date posted 17th September 2002 13:04
I would personally recomment http://www.tightvnc.com/
they added some better compression algorithms to the standard vnc stuff :)
cheers
Michael
Quoting Andrew Maynes [EMAIL REMOVED]
> Virtual Netw...
RE: FN-FORUM Broadband internet access
date posted 17th September 2002 12:53
You can also try using a patch from here -
http://www.speedguide.net/Cable_modems/cable_patches.shtml
And try using this - http://www.vantage.pwp.blueyonder.co.uk/v2/v2.htm to
check out your connecti...
RE: FN-FORUM Broadband internet access
date posted 17th September 2002 12:50
Had a word with Norman a couple of weeks ago as my connection was really
slow on Blueyonder. Asked Norman what he was using as a proxy and he said
none. Deleted my settings (left over from dial-up)...
RE: FN-FORUM WebSite Check
date posted 17th September 2002 12:37
You realise that he's probably unsubscribed by now? ;)
> Hear hear! - Silence doesn't always translate into support Dean...
>
> -----Original Message-----
> From: [EMAIL REMOVED]
> [EMAIL REMOVED] On...
Re: FN-FORUM Broadband internet access
date posted 17th September 2002 12:34
Hi Nick
With cable you share your bandwidth with a very local community (normally
your street) so you can be unlucky if a lot of your neighbours are on cable.
With ADSL you are always gauranteed...
Re: FN-FORUM Broadband internet access
date posted 17th September 2002 12:12
Tuesday, September 17, 2002, 9:48:39 AM, you wrote:
NdV> Does anyone have a recommendation for a broadband provider who
NdV> will give me a decent connection speed?
I can heartily recommend Griffi...
RE: FN-FORUM Read Excel file remotely...Need help in ASP
date posted 17th September 2002 12:05
I have a similar feeling, but I've seen similar suggestions to use HTTP with
a browser for downloading and often people forget to look at the security
implications. If it is by a 3rd party and they...
RE: FN-FORUM Broadband internet access
date posted 17th September 2002 11:40
I currently have the Blueyonder 1Mb service and speed is always excellent...
I'd get on to their tech support people and ask for a site visit if I was
you. They've always been very helpful to me in th...
Re: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 11:22
I got this too - NAV 2002 replaced the virus with a text file saying
'replaced by Norton.txt'. Maybe that's all the attachment was - a harmless
text file note left by Norton to tell you what happened...
RE: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 10:36
My email virus check also found and deleted a virus before it entered my
machine.
I have a firewall and various av software installed how could this
happen?
how could what happen?
the virus was inte...
Re: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 10:27
This is a multi-part message in MIME format.
------=_NextPart_000_0021_01C25E33.B8C42300
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I have seen somet...
RE: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 10:24
Yeah, I got that one too - but NAV 2002 picked it up, quarantined and
binned - no problem at all... You sure your AV defs are up to date?
Matt
-----Original Message-----
From: [EMAIL REMOVED]
[EMAIL...
RE: FN-FORUM WebSite Check
date posted 17th September 2002 10:21
Hear hear! - Silence doesn't always translate into support Dean...
-----Original Message-----
From: [EMAIL REMOVED]
[EMAIL REMOVED] On Behalf Of Andy Hutchinson
Sent: 15 September 2002 09:02
To: free...
RE: I dont Understand....
date posted 17th September 2002 10:20
Virtual Network Connection
If you visit www.google.co.uk and type in (only) vnc you will be pleasantly
surprised to find all the info you need... it will allow you to connect to
another computer remo...
Re: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 10:12
This is a multi-part message in MIME format.
------=_NextPart_000_005A_01C25E32.46E650B0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I've got that loa...
Lotus Notes developer
date posted 17th September 2002 10:11
Hi all
I spotted this on another forum:
NO AGENTS
Wanted:
Lotus Notes developer with good LotusScript& JavaScript skills (Java a
definite plus) to turn a mixed Domino/Web proto-type into a product...
Re: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 10:08
This is a multi-part message in MIME format.
------=_NextPart_000_0006_01C25E31.7BC03E00
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
A firewall isn't...
RE: FN-FORUM Broadband internet access
date posted 17th September 2002 09:54
Hi Nick
Thats really strange as I'm in Richmond and my CM is usually nice and fast.
Have you been harrassing tech support, posting traceroutes to the various
NGs etc?
The alternative in the Richmond...
Re: FN-FORUM Mac-PC networking cheap and simple - how?
date posted 17th September 2002 09:52
cheapest solution
buy Os X 10.2 Jaguar, comes ready to allow windows users to connect to
it and you can sharre files with Windows v. easily, no extra software,
thus = FREE
although you have to buy...
RE: FN-FORUM Broadband internet access
date posted 17th September 2002 09:51
I'm with PIPEX who charge £24 a month. Connection speeds are good,
support (if you need it) is very hard to get hold of.
I'm in Plymouth though so dunno about Isleworth.
/rob
Thijssen Intranet Sol...
Broadband internet access
date posted 17th September 2002 09:45
Does anyone have a recommendation for a broadband provider who will give
me a decent connection speed?
I am currently paying blueyonder £30 a month for a service that is often
so slow that I have to...
Re: FN-FORUM VIRUS HELP!!
date posted 17th September 2002 09:20
Hi all,Had a virus delivered to my outlook the other day the mesage went something like this:One day snow white turned eighteen,and when the seven dwarfs went out on thier return they found that s...
Re: FN-FORUM very cheap backend work
date posted 17th September 2002 09:08
...work work??? now where have I heard that word before..???
-Hang on - don't tell me ....
......I'm sure it will come to me... erm....*strain*
:(
Shaf
----- Original Message -----
From: "Em" [EMAIL...
RE: FN-FORUM table height in NN6
date posted 17th September 2002 08:55
>>> I'm in favour of standards but I haven't yet
>>> found a doctype declaration to be of any use.
>>>
>>Is that irony, tautology or merely a non sequitur? You can't have the
former
>>without using th...
RE: FN-FORUM Read Excel file remotely..Remote Access
date posted 17th September 2002 08:51
why not use VNC ?
Andrew
-----Original Message-----
From: [EMAIL REMOVED]
[EMAIL REMOVED] Behalf Of Danish Umer
Sent: Tuesday, September 17, 2002 07:11
To: [EMAIL REMOVED]
Subject: FN-FORUM...
RE: FN-FORUM Read Excel file remotely...Need help in ASP
date posted 17th September 2002 08:28
Hi Mark
The feeling I'm getting from reading Danish's posts is that he doesn't have
any control over the excel file he wants to access. I guess it's owned by a
third party.
The solution you're look...
Re: FN-FORUM Read Excel file remotely...Need help in ASP
date posted 17th September 2002 08:20
If you want to access the file via a browser, then you will have to have it
stored in a directory that a webserver has access to and the server has to
be configured to serve that type of file.
Do you...
Read Excel file remotely...Need help in ASP
date posted 17th September 2002 07:16
Hi,
I wanna read an excel file remotely. Some of Guys help me here & send souce
code & ideas & I m really thankful to them for there concern. But I still
not overcome on my problem that is "to acces...
Re: FN-FORUM Strange Excel problem
date posted 17th September 2002 04:05
Darren,
Have you tried pressing F8 ?
JohnW
----- Original Message -----
From: [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Monday, September 16, 2002 10:32 PM
Subject: FN-FORUM Strange Excel problem...
Re: FN-FORUM OT Sprouts, used to be table height in NN6 but we moved onto more interesting things...
date posted 17th September 2002 01:03
Paul J White wrote:
> ...oh yes, full of anti-oxidants, vitamins and tasty to boot, if you saute
> in good olive oil, with a little garlic and some almonds! Please don't boil
> them like mum did...
>...
Re: FN-FORUM Strange Excel problem
date posted 17th September 2002 00:15
> Could it be that one of the keys on the keyboard is a bit 'sticky'
cheers Keith I'll try a different keyboard.
Sounds promising although I did give the keys
a short battering when I first had a bri...