Re: Program to scrape text from web page

2007-02-22 Thread Andy Davies
Michael Babcock said I want to launch whatismyip.com and scrape the ip value from that. Chech the archive - I'm pretty sure I've posted the code to do exactly that - if not it's just straight xmlhttp stuff. Andrew Davies  MBCS CITP   - AndyD    8-)#

RE: Clearing the Word Clipboard

2007-02-22 Thread Andy Davies
I also need bullet proof in all versions of word. hahahaha..haHaHaHAHA... Andrew Davies  MBCS CITP   - AndyD    8-)# ** This email and any files transmitted with it are confidential and intended solely for the use of the

RE: [NF] Where to find license keys for Empower program

2007-02-22 Thread Andy Davies
help and the help of MS phone and chat support I was finally able to ... but the user/customer experience to find such a simple piece of information was *TERRIBLE*. I have exactly the same problems *every time* I access msdn (despite my employers paying thousands for it), I think a lot of it (tho

RE: [NF] 64 bit Vista

2007-02-22 Thread Allen
I've go a weegie board Allen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ted Roche MS says: Please confirm that your system, applications, and devices are compatible with a 64-bit edition of Windows Vista before installing. Can anyone point me to

RE: [NF] Where to find license keys for Empower program

2007-02-22 Thread Allen
Don’t worry. They sent me a how did we do survey so you will probably get one too. I think firefox works by the way though I usually go in with ie. You can just go to the keys section and tick the ones you want. Allen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

combobox defaults

2007-02-22 Thread Andy Davies
Hi, I am using some combo boxen to select values which are bound to fields that are fk's (smallint) the backend has default values for these fields BUT the boxen default to zero if nothing is selected, so at the moment I put code to change zero's to null's How do other people manage this? - is

[NF] Classical music out of copyright

2007-02-22 Thread Andy Davies
[NF] - nearly [OT] but not quite a recent piece in theregister lead me to this site - *well* worth a visit: http://www.pristineclassical.com Andrew Davies  MBCS CITP   - AndyD    8-)# ** This email and any files

RE: [NF] 64 bit Vista

2007-02-22 Thread David Smith
Here's a link to the MS Assessment tool... http://www.microsoft.com/technet/solutionaccelerators/hardwareassessment/wv/ default.mspx Be aware that Vista64 is still a bit rough around the edges, especially once you start to drift away from common hardware and software. SATA , high-end video drivers

Re: Program to scrape text from web page

2007-02-22 Thread MB Software Solutions
Andy Davies wrote: Michael Babcock said I want to launch whatismyip.com and scrape the ip value from that. Chech the archive - I'm pretty sure I've posted the code to do exactly that - if not it's just straight xmlhttp stuff. will do...thanks! -- Michael J. Babcock, MCP MB Software

RE: [NF] Where to find license keys for Empower program

2007-02-22 Thread Malcolm Greene
Andy, I have exactly the same problems *every time* I access msdn I'm glad to hear I'm not the only one having problems. I was beginning to wonder about my abilities. Malcolm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

RE: [NF] 64 bit Vista

2007-02-22 Thread Alan Bourke
I've go a weegie board Allen pedantic You don't, you have a 'ouija' board, pronounced 'wee-ya' from the French and German words for 'yes'. /pedantic -- Alan Bourke [EMAIL PROTECTED] ___ Post Messages to: ProFox@leafe.com Subscription

RE: [NF] 64 bit Vista

2007-02-22 Thread Allen
I looked it up on Google to check and I guess there are two spellings as there was a lot spelling it the same way. I did see Ouija as well just after I hit the send button. :) Al -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Bourke Sent: 22

Re: [NF] 64 bit Vista

2007-02-22 Thread Vince Teachout
Allen wrote: I've go a weegie board Allen pedantic You don't, you have a 'ouija' board, pronounced 'wee-ya' from the French and German words for 'yes'. /pedantic I misread it as wedgie board and was all set to order one. ___ Post

Re: [NF] Mount an ISO CD image as a virtual CD/DVD drive?

2007-02-22 Thread Peter Cushing
Malcolm Greene wrote: Any suggestions on a utility to mount an ISO CD image file as a virtual CD/DVD drive vs. burning throw-away CD/DVD's everytime I need to install from a downloaded ISO file? Any one have any suggestions on what to use or avoid - or should I just burn a damn CD and be

RE: [NF] 64 bit Vista

2007-02-22 Thread Allen
Hey maybe there is a call for such a thing. Money to be made before it goes to India with the rest. Al -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vince Teachout Sent: 22 February 2007 14:47 To: [EMAIL PROTECTED] Subject: Re: [NF] 64 bit Vista Allen

RE: [NF] Mount an ISO CD image as a virtual CD/DVD drive?

2007-02-22 Thread Lou Syracuse
If all you want to do is mount a single virutal drive then there may be cheaper options, I use Alcohol 120% from www.alcohol-soft.com $39, I highly recommend it. Loads pretty much all formats, including their own. You can mount up to 31 virutal drives at one time, although I've never had the

How is my spinner being populated?

2007-02-22 Thread henry.dagher
Hi, Is there a way to tell if spinner control is being populated from the Keyboard or through the spinner arrows? Reason: During ARROW entry, I want InteractiveChange to update totals. During KEYBOARD, entry, I should update totals in VALID instead (because of IC code, the spinner will only

Re: How is my spinner being populated?

2007-02-22 Thread MB Software Solutions
[EMAIL PROTECTED] wrote: Hi, Is there a way to tell if spinner control is being populated from the Keyboard or through the spinner arrows? Reason: During ARROW entry, I want InteractiveChange to update totals. During KEYBOARD, entry, I should update totals in VALID instead (because of IC

Re: How is my spinner being populated?

2007-02-22 Thread Jack Skelley
Henry: In the keypress event for the spinner intercept the digits or even the cursor keys to do what you wish. They keypress event does not fire when the mouse is used to spin the values. Regards, Jack Skelley [EMAIL PROTECTED] wrote: Hi, Is there a way to tell if spinner control is being

RE: [NF] Mount an ISO CD image as a virtual CD/DVD drive?

2007-02-22 Thread Sales Info
I use Alcohol 120% from www.alcohol-soft.com $39 Thanks Lou! Malcolm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

RE: How is my spinner being populated?

2007-02-22 Thread Tracy Pearson
Instead of InteractiveChange event, use the UpClick and DownClick events. -Original Message- From [EMAIL PROTECTED] Sent: Thursday, February 22, 2007 10:48 AM Hi, Is there a way to tell if spinner control is being populated from the Keyboard or through the spinner arrows? Reason:

RE: How is my spinner being populated?

2007-02-22 Thread henry.dagher
Duh!! My sincerest apologies and thanks, Michael. I was so stuck on looking exclusively at properties. Henry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MB Software Solutions Sent: 2007-02-22 10:57 AM To: [EMAIL PROTECTED] Subject: Re: How is my

RE: How is my spinner being populated?

2007-02-22 Thread henry.dagher
Thanks for the reply, Jack. Any comments on Michael's UpClick/DownClick idea? Henry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jack Skelley Sent: 2007-02-22 11:05 AM To: [EMAIL PROTECTED] Subject: Re: How is my spinner being populated? Henry: In

Re: How is my spinner being populated?

2007-02-22 Thread MB Software Solutions
[EMAIL PROTECTED] wrote: Duh!! My sincerest apologies and thanks, Michael. I was so stuck on looking exclusively at properties. No apologies, Henrywe're all here to help one another! -- Michael J. Babcock, MCP MB Software Solutions, LLC http://mbsoftwaresolutions.com

Re: [NF] Mount an ISO CD image as a virtual CD/DVD drive?

2007-02-22 Thread Ted Roche
On 2/21/07, Malcolm Greene [EMAIL PROTECTED] wrote: Any suggestions on a utility to mount an ISO CD image file as a virtual CD/DVD drive vs. burning throw-away CD/DVD's everytime I need to install from a downloaded ISO file? Wikipedia recommends the DiskMount utility available from VMWare,

[OT] When will the Bush Twins step up?

2007-02-22 Thread srussell
http://i.a.cnn.net/cnn/2007/WORLD/europe/02/22/harry.iraq/t1.harrytank.ap.jpg ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list:

[NF] Fedora Download

2007-02-22 Thread John Weller
I'm intending to start using Linux shortly. To that end I have played with VMWare and Ubuntu and then bought Whil's book on Linux for Windows users. As the book uses Fedora as the distro I went to download it. It appears that I have to download 5 or 6 CDs. Is that correct or am I missing

RE: [NF] Fedora Download

2007-02-22 Thread Allen
There is a DVD option on some sites Allen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Weller Sent: 22 February 2007 16:31 To: [EMAIL PROTECTED] Subject: [NF] Fedora Download I'm intending to start using Linux shortly. To that end I have played

Re: [NF] Fedora Download

2007-02-22 Thread Ted Roche
On 2/22/07, John Weller [EMAIL PROTECTED] wrote: It appears that I have to download 5 or 6 CDs. Is that correct or am I missing something? I only needed one for Ubuntu. You are correct. Fedora current ships the kitchen sink version, where an obsolete version of everything is included so that

RE: [NF] Fedora Download

2007-02-22 Thread Dave Crozier
John, The DVD Option is available and as per the CD's it ships with absolutely everything unlike Ubuntu where you download as you require. Dave Crozier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Weller Sent: 22 February 2007 16:31 To:

Re: [NF] Fedora Download

2007-02-22 Thread Whil Hentzen (Pro*)
John Weller wrote: I'm intending to start using Linux shortly. To that end I have played with VMWare and Ubuntu and then bought Whil's book on Linux for Windows users. As the book uses Fedora as the distro I went to download it. It appears that I have to download 5 or 6 CDs. Is that correct

Re: How is my spinner being populated?

2007-02-22 Thread Jack Skelley
Henry: Upclick and downclick events are also fired from keyboard entry when the user spins the values using the cursor up/down keys. Same as spinning with the mouse. It goes without saying the that keypress event also fires on cursor entry to spin the values. The keypress event fires before

Re: [NF] Fedora Download

2007-02-22 Thread Kenneth Kixmoeller/fh
On Feb 22, 2007, at 10:49 AM, Whil Hentzen (Pro*) wrote: The FC CDs come with 'everything under the sun'. So... can anyone explain to your slow brother: Why? Is there any advantage to have it? ___ Post Messages to: ProFox@leafe.com

RE: How is my spinner being populated?

2007-02-22 Thread henry.dagher
Thanks for the reply, Jack. For my purposes, using the up/down cursors has the same desired effect as using the mouse on the arrows. I have moved my IC code to Valid and added This.Valid() in UpClik() and DownClick(). The beahaviour is now exactly what I wanted. Thanks to you and to all who

Re: [NF] Fedora Download

2007-02-22 Thread Whil Hentzen (Pro*)
Kenneth Kixmoeller/fh wrote: On Feb 22, 2007, at 10:49 AM, Whil Hentzen (Pro*) wrote: The FC CDs come with 'everything under the sun'. So... can anyone explain to your slow brother: Why? Is there any advantage to have it? Choice. s And personal style. Remember that FC comes from RH,

Re: [NF] Mount an ISO CD image as a virtual CD/DVD drive?

2007-02-22 Thread Sales Info
Ted, Wikipedia recommends the DiskMount utility available from VMWare http://en.wikipedia.org/wiki/Loopback_mount Thank you! Malcolm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free

RE: [NF] Fedora Download

2007-02-22 Thread John Weller
OK - so I'm looking at BitTorrent.com to set up BT and there are adverts saying I have won a free laptop! That sort of thing worries me :-) It usually means I'm opening myself to all sorts of infection. I assume I need a BT client - which do you recommend and is there a good place to download

Re: [NF] Fedora Download

2007-02-22 Thread Brian Abbott
http://www.utorrent.com/ Free, spyware free, lean and very reliable. John Weller wrote: OK - so I'm looking at BitTorrent.com to set up BT and there are adverts saying I have won a free laptop! That sort of thing worries me :-) It usually means I'm opening myself to all sorts of infection.

RE: [NF] Fedora Download

2007-02-22 Thread Tracy Pearson
I've been using µTorrent www.utorrent.com -Original Message- From: John Weller Sent: Thursday, February 22, 2007 12:51 PM OK - so I'm looking at BitTorrent.com to set up BT and there are adverts saying I have won a free laptop! That sort of thing worries me :-) It usually means I'm

[OT] test ...

2007-02-22 Thread Ailsom F. Heringer (Osklen)
test ! -- Aílsom F. Heringer [EMAIL PROTECTED] Skype: ailsom.osklen Analista de Sistemas -- Osklen Departamento de Informática Rio de Janeiro - RJ BRASIL http://www.osklen.com.br 55 21 22198971 ___ Post Messages to:

Re: [NF] Fedora Download

2007-02-22 Thread Ted Roche
On 2/22/07, John Weller [EMAIL PROTECTED] wrote: OK - so I'm looking at BitTorrent.com to set up BT and there are adverts saying I have won a free laptop! That sort of thing worries me :-) Yeah, I'd be worried, too. But it appears that BitTorrentDOTCOM is the commercial venture started by the

RE: [NF] Fedora Download

2007-02-22 Thread John Weller
I have to say 'Thank You' to all the Guys and Gals on Profox not only for their help with Fedora but all the help I have been given. I am now trying things that I would never have had the confidence to do on my own such as Linux, MySQL, BitTorrent, etc as I would not have anyone to turn to when

RE: [NF] Mount an ISO CD image as a virtual CD/DVD drive?

2007-02-22 Thread Nick Cipollina
You can use Virtual CD. Thanks, Nick Cipollina -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sales Info Sent: Thursday, February 22, 2007 12:32 PM To: [EMAIL PROTECTED] Subject: Re: [NF] Mount an ISO CD image as a virtual CD/DVD drive? Ted,

Re: [NF] Fedora Download

2007-02-22 Thread Richard Kaye
Ditto Ted Roche wrote: I'd recommend Azureus as a client, even though it is hard to spell. http://azureus.sourceforge.net -- Richard Kaye Vice President Artfact/RFC Systems Voice: 617.219.1038 Fax: 617.219.1001 For the fastest response time, please send your support queries to:

connect to sql server express 2005

2007-02-22 Thread Judith Barer
I have installed sql server 2005 express on my local machine. This is my first time using sql server. I set up a connection in a vfp 8.0 database to a database sql server that works on my own machine. However when I try to connect to the sql server database from another machine I get an error.

[NF] When bad things happen to good bakeries...

2007-02-22 Thread Ted Roche
http://www.thisisbroken.com/.shared/image.html?/photos/uncategorized/cake.jpg -- Ted Roche Ted Roche Associates, LLC http://www.tedroche.com ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

Re: connect to sql server express 2005

2007-02-22 Thread Justin Darnell
Sound like a few things going on. I think you'll certainly need the 'SQL Native Client' driver on all of the machines you want to connect with. Also, if you haven't configured your SQL Server instance to accept outside connection, you'll need to do that in the SQL Surface Area Configuration

VPC 2007 released

2007-02-22 Thread mrgmhale
Greetings! I just found that Microsoft released virtual PC 2007 and downloaded it. I have yet to install it as I will need to beef up one of my PCs. It will run on XP Pro, 2003 server, and of course Vista. I have one PC, an AMD 2.9 GHz machine, with 1.5 gig of RAM, which may not be quite

RE: Why Test vs Production is important

2007-02-22 Thread Stephen the Cook
Matthew Jarvis wrote: Been working on some PHP code and had this UPDATE command: update parts set specialorderitem = false, currentcount = 1, date = now(), units = 1, tikit_built = true where details.partid = . $partID; Test is over rated. Why not just restore from backups or

RE: connect to sql server express 2005

2007-02-22 Thread Stephen the Cook
Judith Barer wrote: I have installed sql server 2005 express on my local machine. This is my first time using sql server. I set up a connection in a vfp 8.0 database to a database sql server that works on my own machine. However when I try to connect to the sql server database from another

RE: [NF] Does anyone have Verizion FIOS Broadband and TV yet?

2007-02-22 Thread Michael Madigan
What about reliablity? My comcast is very reliable and I'd hate to shoot myself with lower-reliability internet. Are there hidden fees like routers, modems, set-top boxes, installations, extra set charges, stuff like that? --- Fleck, Timothy [EMAIL PROTECTED] wrote: Once they get it

Re: [OT] When will the Bush Twins step up?

2007-02-22 Thread Pete Theisen
On Thursday 22 February 2007 11:28 am, [EMAIL PROTECTED] wrote: Hi Stephen! I could be wrong, of course, but somehow - a photo of Prince Harry in a tank or whatever doesn't mean he has stepped up, as you put it. Now, if he gets decorated three times for scraping his finger on a piece of trash

RE: [NF] Does anyone have Verizion FIOS Broadband and TV yet?

2007-02-22 Thread john harvey
Speaking of Comcast... they showed up today at my client's site and swapped cable modems/routers. I was 5 minutes behind him and now can VNC into the client site. Life is good! John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Madigan Sent: