Re: [NF] Python tools for Visual Studio

2013-09-12 Thread Alan Bourke
On Wed, Sep 11, 2013, at 08:23 PM, Ed Leafe wrote: I had forgotten how annoying the intellisense popups were until I watched that video. I hope there is a setting to only show them when you ask, e.g., hit the tab key. Yes, you can fiddle with Intellisense on a per-language basis,

Re: Application Down

2013-09-12 Thread Man-wai Chang
I would also look at the owner and permissions of the folders and drives, especially those related to your program. He didn't change his login account, did he? On Thu, Sep 12, 2013 at 6:04 AM, Jeff Johnson j...@san-dc.com wrote: were 6 updates to Windows of which 3 were security. This is

RE: [OT] 12 years ago

2013-09-12 Thread Virgil Bierschwale
g -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Gérard Lochon Sent: Wednesday, September 11, 2013 9:46 PM To: ProFox Email List Subject: Re: [OT] 12 years ago As far as I know, I cannot change the text style from html to text or vice versa, and it

Re: [NF] Python tools for Visual Studio

2013-09-12 Thread Ricardo Aráoz
El 11/09/13 09:15, Ted Roche escribió: On Tue, Sep 10, 2013 at 9:26 PM, Ed Leafe e...@leafe.com wrote: Because no one outside of the VS world would have any idea what you are talking about. REPL is a Computer Science thing. I've heard of it due to the large concentration of MIT grads around

Re: [NF] Python tools for Visual Studio

2013-09-12 Thread Metha Depto. de Desenvolvimento de Sistemas
LOL Em 12/09/2013 09:01, Ricardo Aráoz ricar...@gmail.com escreveu: El 11/09/13 09:15, Ted Roche escribió: On Tue, Sep 10, 2013 at 9:26 PM, Ed Leafe e...@leafe.com wrote: Because no one outside of the VS world would have any idea what you are talking about. REPL is a Computer Science

Re: Application Down

2013-09-12 Thread Jeff Johnson
The system restore worked fine but it did not fix the problem. I can run Foxpro on the machine but not the application. I installed another application on the computer to see if that would fix the problem and the install failed with : Unable to register vfp9r.dll Regdll failed with exit

Re: Application Down

2013-09-12 Thread Alan Bourke
Done a malware scan? Also, go to a prompt and run the system file checker: sfc /scannow ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list:

RE: [NF] Python tools for Visual Studio

2013-09-12 Thread Richard Kaye
Tell us how you really feel, Ricardo... ;-) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ricardo Aráoz Sent: Thursday, September 12, 2013 8:01 AM To: profoxt...@leafe.com Subject: Re: [NF] Python tools for Visual Studio Well IMO these

Re: [NF] Python tools for Visual Studio

2013-09-12 Thread Ricardo Aráoz
El 12/09/13 10:40, Richard Kaye escribió: Tell us how you really feel, Ricardo... ;-) LOL Well, you know me. I'm a born diplomat. ;-) ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

RE: Application Down

2013-09-12 Thread John Harvey
That's funny. I heard Tom Rettig once say that his business phone's message told the caller that if they were calling about an issue, reboot and try again, If you have done this, and you still have the problem, leave a message. Old Timmy was pretty smart. John Harvey -Original Message-

Re: Application Down

2013-09-12 Thread Kurt @ VR-FX
Wow - now THERE is a Name that is a real Blast from the Past - him being a childhood star on Lassie. And, I actually met Tom at one of the very 1st Fox Dev. Conf. - when FP 4 DOS was unveiled! :-) -K- On 9/12/2013 11:09 AM, John Harvey wrote: That's funny. I heard Tom Rettig once say that

[NF] Selling software intellectual property.

2013-09-12 Thread Graham Brown
Hi all One of my customers has asked to buy out the rights to one of my products. Currently there is only the one company using this. Normally my projects do not include the source because previously another client took the source, developed his own application with my libraries and set

Re: Resource files

2013-09-12 Thread Ted Roche
You'll likely want to do both: CONFIG.FPW prevents the creation of a new blank resource file. And SET RESOURCE OFF will avoid the hack where someone forces a different config file from the command line (which would let you SET TALK ON and set a _STARTUP program to wedge different behavior into an

mousedown and dblclick events

2013-09-12 Thread Rafael Copquin
I've written code in a grid as follows ** init event Local oColumn As Column, oControl For Each oColumn In This.Columns For Each oControl In oColumn.Controls If Pemstatus(oControl,'MouseDown',5) Bindevent(oControl,'MouseDown',This,'MouseDown') EndIf endfor

Re: mousedown and dblclick events

2013-09-12 Thread Ted Roche
Just wondering: Why did you choose the MouseDown event? Why not When or GotFocus? -- Ted Roche Ted Roche Associates, LLC http://www.tedroche.com --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html ---

Re: mousedown and dblclick events

2013-09-12 Thread Rafael Copquin
Because I had not thought of that!!! Just changed the code from the mousedown to the gotfocus and now both work. Thank you Rafael El 12/09/2013 15:12, Ted Roche escribió: Just wondering: Why did you choose the MouseDown event? Why not When or GotFocus?

Re: Grids

2013-09-12 Thread Kurt @ VR-FX
Gene - you can use Visual Screen design to do this. Create a new Form, open the Data Environment, open a Free DBF table in there. Then, select like 3 or 4 fields in that DBF in the Data Env. - and Drag that onto the Form - and it will create a Grid for you - with the selected Fields!!! :-)

Re: Application Down - More Info

2013-09-12 Thread Paul Hill
On 12 September 2013 18:46, Jeff Johnson j...@san-dc.com wrote: There are four people that log into this Windows 7 computer. Three of the users have passwords and the Administrator does not have a password. (I did not set this computer up) The three users that have passwords are seeing

Grids

2013-09-12 Thread Gene Wirchenko
Dear Vixens and Reynards: Having finished another bit of work, I am again trying to wrap myself around grids. I have taken the sample program in the VFP help. How does it determine what the data it will display is? It seems to be defaulting to the entire current table as soon as

Re: [NF] Another Alternative to Open Office

2013-09-12 Thread Kurt @ VR-FX
I was just looking into downloading OpenOffice - as that's what I have use for Several years now. Thing is, I got a new PC setup here - and I can't find any install files for OO. I started searching the web for it - and found a Wiki that stated *Active successor projects includeApache

Re: Application Down - More Info

2013-09-12 Thread Jeff Johnson
On 09/12/2013 11:54 AM, Paul Hill wrote: On 12 September 2013 18:46, Jeff Johnson j...@san-dc.com wrote: There are four people that log into this Windows 7 computer. Three of the users have passwords and the Administrator does not have a password. (I did not set this computer up) The three

Re: [NF] Another Alternative to Open Office

2013-09-12 Thread Ricardo Aráoz
El 12/09/13 16:46, Kurt @ VR-FX escribió: I was just looking into downloading OpenOffice - as that's what I have use for Several years now. Thing is, I got a new PC setup here - and I can't find any install files for OO. I started searching the web for it - and found a Wiki that stated *Active

Re: Application Down - More Info

2013-09-12 Thread Jeff Johnson
Ted: The data is on the C drive. I installed another VFP application on this system and that is where I discovered VFP9r.dll could not register and the installation failed. I tried running House Call on the computer and the installation failed too. Everything works for the one user without

Re: [NF] Selling software intellectual property.

2013-09-12 Thread Ricardo Aráoz
El 12/09/13 14:21, Graham Brown escribió: Hi all One of my customers has asked to buy out the rights to one of my products. Currently there is only the one company using this. Normally my projects do not include the source because previously another client took the source,

Re: Application Down - More Info

2013-09-12 Thread Ted Roche
Is this the only machine running the VFP app? Is the data on a network or stored locally? On Thu, Sep 12, 2013 at 3:43 PM, Jeff Johnson j...@san-dc.com wrote: On 09/12/2013 11:54 AM, Paul Hill wrote: On 12 September 2013 18:46, Jeff Johnson j...@san-dc.com wrote: There are four people that

Re: Application Down - More Info

2013-09-12 Thread Ted Roche
On Thu, Sep 12, 2013 at 4:24 PM, Jeff Johnson j...@san-dc.com wrote: Ted: The data is on the C drive. I installed another VFP application on this system and that is where I discovered VFP9r.dll could not register and the installation failed. Was there an error message? Is this Windows 7

Re: Application Down - More Info

2013-09-12 Thread Mike Copeland
Ditto. Run Command Prompt from any login as Admin (locate it in the menu, right click, choose Run as Admin), change to the folder where the VFP9 run time DLLs are located, then regsrvr32 vfp9r.dll and see if you get any error. Mike Original Message Subject: Re:

Re: Application Down - More Info

2013-09-12 Thread Jeff Johnson
On 09/12/2013 02:09 PM, Ted Roche wrote: On Thu, Sep 12, 2013 at 4:24 PM, Jeff Johnson j...@san-dc.com wrote: Ted: The data is on the C drive. I installed another VFP application on this system and that is where I discovered VFP9r.dll could not register and the installation failed. Was

Re: Application Down - More Info

2013-09-12 Thread Jeff Johnson
Mike: I did that. That is how I discovered that VFP9r.dll would not register for those users even though they are registered. When they start VFP a form comes up with no controls on it and just hangs. Jeff --- Jeff Johnson j...@san-dc.com (623) 582-0323 www.san-dc.com

[NF] Linux Mint15 -- how to rename only user?

2013-09-12 Thread MB Software Solutions, LLC
When I first setup Mint on a laptop, I set it to user Anna but now I want to change it to Bob. How do I do that? Found this on google but that's not the user name: http://community.linuxmint.com/tutorial/view/735 tia, --Mike -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief

Re: [NF] Another Alternative to Open Office

2013-09-12 Thread Jeff Johnson
I have had a lot of problems with LibreOffice on Ubuntu. I am using the version that came with the last upgrade. It is always coming up and saying it needs to repair files. Other than that it works fine. Jeff --- Jeff Johnson j...@san-dc.com (623) 582-0323 www.san-dc.com

Re: Application Down - More Info

2013-09-12 Thread Jeff Johnson
There are four people that log into this Windows 7 computer. Three of the users have passwords and the Administrator does not have a password. (I did not set this computer up) The three users that have passwords are seeing strange behaviour after yesterday's update. vfp9r.dll will not run.

Re: [NF] Another Alternative to Open Office

2013-09-12 Thread Kurt @ VR-FX
Hey Ricardo Vincent. Thanks for your feedback. I am downloading LibreOffice right now! -K- On 9/12/2013 4:43 PM, Vincent Teachout wrote: Ricardo Aráoz wrote: So - do most people here suggest sticking w/LibreOffice? I know this is an OLD Thread - but, since I found it in my email folders,

Re: Application Down - More Info

2013-09-12 Thread Dan Covill
On 09/12/13 10:46 AM, Jeff Johnson wrote: There are four people that log into this Windows 7 computer. Three of the users have passwords and the Administrator does not have a password. (I did not set this computer up) The three users that have passwords are seeing strange behaviour after

Re: [NF] Another Alternative to Open Office

2013-09-12 Thread Dan Covill
I've tried both Apache OO and Libre Office and decided to stick with Apache OO. Both work, formatting of Word docs has various small differences. Apparently Apache is providing a stable environment, and the new 4.0 release looks very good. Dan On 09/12/13 12:46 PM, Kurt @ VR-FX wrote:

Re: Application Down - More Info

2013-09-12 Thread Ken Dibble
There are four people that log into this Windows 7 computer. Three of the users have passwords and the Administrator does not have a password. (I did not set this computer up) The three users that have passwords are seeing strange behaviour after yesterday's update. vfp9r.dll will not run.

Re: Application Down - More Info

2013-09-12 Thread Jeff Johnson
Dan: As soon as Vista came out I have been creating a folder under \users\public\applications\myapp.exe + data and it has worked out very well for me. I have never seen an OS not allow dlls to launch like this. Thanks, Jeff --- Jeff Johnson j...@san-dc.com (623) 582-0323

Re: [NF] Another Alternative to Open Office

2013-09-12 Thread Vincent Teachout
Ricardo Aráoz wrote: So - do most people here suggest sticking w/LibreOffice? I know this is an OLD Thread - but, since I found it in my email folders, since I was looking for OO - I figured I would follow-up on it here get some feedback. I went from OpenOffice to LibreOffice. No real

RE: another rookie question

2013-09-12 Thread Gary Jeurink
Thanks...I can't remember the book around fp-3 that taught me all the wizards and builders then a few years later this group got me over the hump on using a view with parameters and requery but I've never learned to hard code like you guys can do. Right now I'd like to run my version of Pandora

Re: Resource files

2013-09-12 Thread Glenn Roberts
Original message From: Fred Taylor fbtay...@gmail.com Date: 09/11/2013 9:07 PM (GMT-08:00) To: ProFox Email List profox@leafe.com Subject: Re: Resource files As Jeff said, it's too late once you're running.  You can still turn it off in code, but it will still create