Re: Combobox

2010-12-10 Thread Jeff Johnson
On 12/09/2010 07:31 PM, MB Software Solutions, LLC wrote: On 12/9/2010 7:06 PM, Jeff Johnson wrote: I have a combobox where I want the control source value to be displayed in the combobox. If the user wants to change it they can select an item from the drop down. I have never really

Res: Combobox

2010-12-10 Thread Eurico Chagas Filho
As far as i understood u want a textbox and a combobox which kicks in only if the user clicks on the dow arrow, right ? So you textbox is enabled and disabled, the same w the combobox, and u need a down arrow picture. HTH, E. Michael: I have used this technique before but what I was

Re: Res: Combobox

2010-12-10 Thread Michael Savage
I don't know it this is relevant, but I created a custom container class with both a text box and a combo box for input. The text box had the focus. (The combo box was invisible and not enabled.) If the user entered a value not in the list, the combo box would appear with the closest match. I

[OT] How do you get a license to hunt this?

2010-12-10 Thread Stephen Russell
http://www.wdtn.com/dpp/news/strange/eerie-image-captured-in-woods -- Stephen Russell Sr. Production Systems Programmer CIMSgts 901.246-0159 cell ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: [NF] 5 Computer Wireless Network No Internet Recommendations

2010-12-10 Thread kamcginnis
We have a Belkin 600 HD. It has 2 USB ports so you can attach a printer and a hard drive that people on your network can share. We got it at Fry's for $99. The Belkin 600 is cheaper and has 1 USB. Both of these have a guest 'hot spot' feature (like at Starbucks and MacDonalds) so you can share

Re: [NF] 5 Computer Wireless Network No Internet Recommendations

2010-12-10 Thread MB Software Solutions, LLC
On 12/10/2010 10:39 AM, kamcgin...@gmail.com wrote: We have a Belkin 600 HD. It has 2 USB ports so you can attach a printer and a hard drive that people on your network can share. We got it at Fry's for $99. The Belkin 600 is cheaper and has 1 USB. Both of these have a guest 'hot spot'

Re: [OT] How do you get a license to hunt this?

2010-12-10 Thread Charlie Coleman
At 07:54 AM 12/10/2010 -0600, Stephen Russell wrote: http://www.wdtn.com/dpp/news/strange/eerie-image-captured-in-woods -- I'd say the Photoshop/GIMP license covers this. :-) -Charlie ___ Post Messages to: ProFox@leafe.com Subscription

Re: Combobox

2010-12-10 Thread Ken Kixmoeller (ProFox)
If the value in the field is not in the combo list, it is not displayed. That is default behaviour. To get it to display, you have to dynamically add it to the list when the control refreshes. Ken ___ Post Messages to: ProFox@leafe.com Subscription

Re: Combobox

2010-12-10 Thread Jeff Johnson
On 12/10/2010 08:58 AM, Ken Kixmoeller (ProFox) wrote: If the value in the field is not in the combo list, it is not displayed. That is default behaviour. To get it to display, you have to dynamically add it to the list when the control refreshes. Ken Thanks everyone! Jeff

[NF] Build your own

2010-12-10 Thread Ken Kixmoeller (ProFox)
Hey Hardware Dudes -- - -- - - - A few years ago, I bought a bare bones kit and built a computer that has been my development machine for some time. The power supply died, and a replacement one is about the same cost as a new bare bones kit, so I decided not to replace it right away. I am

Re: [NF] Build your own

2010-12-10 Thread Fred Taylor
Well, it depends. ;) If the case is a generic enclosure (ANTEC, etc), then most any generic motherboard and generic power supply should fit. It's usually only the OEMs or specialty sized enclosures that may require a custom case/motherboard/power supply. Fred On Fri, Dec 10, 2010 at 11:23

Re: [NF] Build your own

2010-12-10 Thread Leland Jackson
The most popular motherboard size of the last decade is the ATX, so that will probably work in your case: http://www.xoxide.com/buy-computer-cases.html http://www.brighthub.com/computing/hardware/articles/66050.aspx Regards, LelandJ On 12/10/2010 12:23 PM, Ken Kixmoeller (ProFox) wrote: Hey

RE: [NF] Build your own

2010-12-10 Thread Lou Syracuse
There haven't been a lot of changes to the size of motherboards. ATX has been the defacto-standard size for years. But there ARE others out there. Do you have a specific motherboard/barebones in mind? Any idea what brand/model your case is? What HAS changed is the amount of heat internal

Re: [NF] Build your own

2010-12-10 Thread Paul Hill
On Fri, Dec 10, 2010 at 6:58 PM, Lou Syracuse l...@iconmediadirect.com wrote: There haven't been a lot of changes to the size of motherboards.  ATX has been the defacto-standard size for years.  But there ARE others out there. Even AT cases are somewhat compatible with ATX. My Linux box is in

Re: [NF] Build your own

2010-12-10 Thread al
I want to change my motherboard. I have a couple of dual 4.2mz about. I know these are old but faster than what I have. Any ideas? BTW I noticed that VFP does not make use of dual processors. So you only get half the speed on duals. But somewhere I saw code to allow VFP to choose the part of the

Re: [NF] Build your own

2010-12-10 Thread Ken Kixmoeller (ProFox)
Thanks for the answers, guys. I am running to pick up a kid, so I'll answer more of your questions when I get back... I can't tell the brand/model of the case right now. Pieces of it are hiding behind my desk. The parts I *can* see are big blue and say ultra. Ken

Re: [NF] Build your own

2010-12-10 Thread Paul Hill
On Fri, Dec 10, 2010 at 7:33 PM, a...@gatwicksoftware.com wrote: BTW I noticed that VFP does not make use of dual processors. So you only get half the speed on duals. But somewhere I saw code to allow VFP to choose the part of the dual. Hi Al, It tends to be a problem with older languages.

Re: [NF] Build your own

2010-12-10 Thread Dan Covill
On 12/10/2010 11:33 AM, a...@gatwicksoftware.com wrote: I want to change my motherboard. I have a couple of dual 4.2mz about. I know these are old but faster than what I have. Any ideas? BTW I noticed that VFP does not make use of dual processors. So you only get half the speed on duals. But

Re: [NF] Build your own

2010-12-10 Thread Paul Hill
On Fri, Dec 10, 2010 at 7:50 PM, Dan Covill dcov...@san.rr.com wrote: Dual processors are still worth it. Can you even buy a non-dual processor PC these days? I'm typing this on a cheap (~$500) Celeron laptop. 64bit dual core, about a year old. Runs Visual Studio great. -- Paul

Bug in Try..Catch?

2010-12-10 Thread Steve Ellenoff
The following code snippet seems to suggest a bug in Try Catch handling when accessing a collection's Item property with an invalid index argument. Can someone confirm as a bug or explain it to me? The help file is making me confused. I was under the impression the try catch ALWAYS has

Re: Bug in Try..Catch?

2010-12-10 Thread Fred Taylor
The .Item property is a bit misleading. Speculation: Seems there may be an Item defined for all classes (whether you can see them or not). It may be more related to a reserved word problem. If you change the THIS.Item(1) to THIS.xItem(1), the TRY/CATCH code works as expected. Fred On Fri,

RE: Bug in Try..Catch?

2010-12-10 Thread Tracy Pearson
Steve Ellenoff wrote on 2010-12-10: The following code snippet seems to suggest a bug in Try Catch handling when accessing a collection's Item property with an invalid index argument. Can someone confirm as a bug or explain it to me? The help file is making me confused. I was under the

Re: [OT] How do you get a license to hunt this?

2010-12-10 Thread Michael Madigan
James Carville? --- On Fri, 12/10/10, Charlie Coleman colem...@acm.org wrote: From: Charlie Coleman colem...@acm.org Subject: Re: [OT] How do you get a license to hunt this? To: ProFox Email List profox@leafe.com Date: Friday, December 10, 2010, 11:00 AM At 07:54 AM 12/10/2010 -0600,

Re: [NF] Build your own

2010-12-10 Thread Michael Madigan
No way a replacement power supply should be as much as a kit. Do a froogle.com search. --- On Fri, 12/10/10, Ken Kixmoeller (ProFox) foxh...@information-architecture.com wrote: From: Ken Kixmoeller (ProFox) foxh...@information-architecture.com Subject: [NF] Build your own To: ProFox

Re: [NF] Build your own

2010-12-10 Thread Ken Kixmoeller (ProFox)
On Fri, Dec 10, 2010 at 3:43 PM, Michael Madigan mmadi10...@yahoo.com wrote: No way a replacement power supply should be as much as a kit.   Do a froogle.com search. Well, so I exaggerate a bit. I've *never* exaggerated before, and I'll *never* do it again. g The old case is a Ultra Aluminus

Re: [NF] Build your own

2010-12-10 Thread Leland Jackson
Hear are some ideas: 1) ASUS M4A89TD PRO AM3 AMD 890FX SATA 6Gb/s ATX AMD Motherboard: $174.99 2) AMD PHENOM II X6 1075T CPU: $205.99 3) KINGSTON 4GB DDR3 1333=(2GB x 2): $52.99 x 2 = $105.98 for 8 gb memory 4) ASSEMBLE/TEST: $9.99 Total: $496.95 for motherboard fully assembled and tested.

Re: [NF] Build your own

2010-12-10 Thread Leland Jackson
On 12/10/2010 06:01 PM, Leland Jackson wrote: ZOTAC ZT-98GEY3G-FSL GeForce 9800 GT 1GB 256-bit GDDR3 PCI Express 2.0 x16 HDCP Ready SLI Support Video Card Whoops, below is link on video card: http://www.newegg.com/Product/Product.aspx?Item=N82E16814500115 Regards, LelandJ

Re: [NF] Build your own

2010-12-10 Thread Leland Jackson
I like the Asus M4A89GTD Pro better than the M4A89TD Pro, but its a little more: http://www.newegg.com/Product/Product.aspx?Item=N82E16813131631cm_re=M4A89GTD_Pro-_-13-131-631-_-Product http://www.bit-tech.net/hardware/motherboards/2010/03/02/asus-m4a89gtd-pro-usb-review/1 Regards, LelandJ

Re: [NF] Build your own

2010-12-10 Thread Ken Kixmoeller (ProFox)
On Fri, Dec 10, 2010 at 6:03 PM, Leland Jackson lela...@mail.smvfp.com wrote: Thanks, Leland -- Hardware dummy that I am, I have a couple of questions: 1) ASUS M4A89TD PRO AM3 AMD 890FX SATA 6Gb/s ATX AMD Motherboard: $174.99 One issue for me: I have some big IDE drives that I'll need to use.

Re: [NF] Build your own

2010-12-10 Thread Leland Jackson
Take a look at the M4A89GTD PRO/USB3 http://www.mwave.com/mwave/skusearch_v3.asp?scriteria=BD11311pagetitle=ASUS%20M4A89GTD%20PRO/USB3%20AM3%20AMD%20890GX%20SATA%206Gb/s%20USB%20ATX http://www.bit-tech.net/hardware/motherboards/2010/03/02/asus-m4a89gtd-pro-usb-review/1 Regards, LelandJ On

Re: [NF] Build your own

2010-12-10 Thread Leland Jackson
On 12/10/2010 08:21 PM, Ken Kixmoeller (ProFox) wrote: On Fri, Dec 10, 2010 at 6:03 PM, Leland Jacksonlela...@mail.smvfp.com wrote: Thanks, Leland -- Hardware dummy that I am, I have a couple of questions: 1) ASUS M4A89TD PRO AM3 AMD 890FX SATA 6Gb/s ATX AMD Motherboard: $174.99 One

Re: [NF] Build your own

2010-12-10 Thread Leland Jackson
Youtube video: http://www.youtube.com/watch?v=G4gBzY7nnEY Regards, LelandJ On 12/10/2010 08:54 PM, Leland Jackson wrote: On 12/10/2010 08:21 PM, Ken Kixmoeller (ProFox) wrote: On Fri, Dec 10, 2010 at 6:03 PM, Leland Jacksonlela...@mail.smvfp.com wrote: Thanks, Leland -- Hardware

Re: [NF] Build your own

2010-12-10 Thread al
I still think it is way down on the older single core of old. I understand what you say but i still think vfp took over the single core well Al -Original Message- From: Dan Covill Hi, Allen Dual processors are still worth it. Because Windows has so many other things 'running' in the

Re: [NF] Build your own

2010-12-10 Thread al
There are power supplies and there are power supplies. I bought a nice one to work my video card and it didn't give enough even though rated as such. Al -Original Message- From: Michael Madigan Sent: Friday, December 10, 2010 10:43 PM To: profoxt...@leafe.com Subject: Re: [NF] Build