RE: VFP 9 App on Server 2012 RDS/Terminal Server: This app can't run on your PC

2016-05-26 Thread Richard Kaye
It's the equivalent of an SSL certificate for desktop applications. Google code signing certificate to learn more. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Philip Borkholder Sent: Thursday, May 26, 2016 5:47 PM To: profoxt...@leafe.co

RE: SQLStringConnect

2016-06-01 Thread Richard Kaye
I'm not sure I understand the problem. Are you saying that multiple calls to the SQLStringConnect function are returning the same handle? If so, is it possible you have some shared connection option set? I know there is a SHARED property for connections in VFP although I don't believe that is se

RE: Its ALL Fun & Games!

2016-06-03 Thread Richard Kaye
Minesweeper in VFP code is built into the Task Pane Manager. I believe Calvin Hsia wrote it just to have some programming fun. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Wendt Sent: Friday, June 03, 2016 12:46 PM To: profoxt...@leaf

RE: Its ALL Fun & Games!

2016-06-03 Thread Richard Kaye
And you have the source code if you want to see how it's done the VFP way... :-) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Wendt Sent: Friday, June 03, 2016 1:25 PM To: profoxt...@leafe.com Subject: RE: Its ALL Fun & Games! Thanks

RE: Its ALL Fun & Games!

2016-06-03 Thread Richard Kaye
The more I think about I believe the primary goal was to demonstrate how to use the new collection class. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Wendt Sent: Friday, June 03, 2016 1:25 PM To: profoxt...@leafe.com Subject: RE: It

RE: [NF] back in the dev game

2016-06-08 Thread Richard Kaye
Good luck in the new gig, Matt, and best wishes for the future. If you get lonely, remember you can always come back here and start an OT thread... -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of M Jarvis Sent: Tuesday, June 07, 2016 12:14

RE: New FoxBin2Prg v1.19.47 is out!

2016-06-10 Thread Richard Kaye
3) - If you set it as the text generation tool in your VFP options you can also use DO (_scctext) WITH . I have an intellisense shortcut (DMT) that expands to that. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Fernando D. Bozzo Sent: Fri

RE: New FoxBin2Prg v1.19.47 is out!

2016-06-10 Thread Richard Kaye
VSS integration use then, when calling the conversor. I just did know the VFP options place to replace scctext.prg with any other program, but not this variable. 2016-06-10 20:24 GMT+02:00 Richard Kaye : > 3) - If you set it as the text generation tool in your VFP options you can > also

RE: Excel automation

2016-06-10 Thread Richard Kaye
The Excel object probably is waiting for you to ask it if you want to save any unsaved changes but the dialog is not being displayed. If you set the saved property of the active workbook to true before you call the Quit event, that should clear things up. m.loExcel.ActiveWorkbook.Saved= .T.

RE: Need GetFocus() for FP 2.6

2016-06-13 Thread Richard Kaye
Use the WHEN clause. Add to your procedure file or create a standalone function/prg with the equivalent of your SetFocus() logic. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Wayne Yeung Sent: Tuesday, May 31, 2016 11:33 AM To: profoxt...@

RE: [NF] you know it is coming

2016-06-14 Thread Richard Kaye
rofl -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Stephen Russell Sent: Tuesday, June 14, 2016 1:56 PM To: profoxt...@leafe.com Subject: [NF] you know it is coming https://twitter.com/dantz/status/742336999084961792  -- Stephen Russell

VFP menu documentation utility?

2016-06-16 Thread Richard Kaye
I want to compare some VFP menus; bars, pads, etc. I know there are a number of native functions I can string together to do this but before I reinvent the wheel I thought I'd check with the collective wisdom to see if anyone here has already built my utility for me. : - ) TIA -- rk --- St

RE: VFP menu documentation utility?

2016-06-16 Thread Richard Kaye
ntation utility? Hi Richard: You want to compare VFP menus to what exactly? to older versions? 2016-06-16 15:05 GMT+02:00 Richard Kaye : > I want to compare some VFP menus; bars, pads, etc. I know there are a > number of native functions I can string together to do this but before I >

RE: VFP menu documentation utility?

2016-06-16 Thread Richard Kaye
load from VFPx: https://vfpx.codeplex.com/wikipage?title=FoxBin2prg Try it and comment here about if was useful to you, Best Regards.- 2016-06-16 16:06 GMT+02:00 Richard Kaye : > I have some similar menus and I'm looking for a way to tell which menu > options might be unique to one or

RE: VFP menu documentation utility?

2016-06-16 Thread Richard Kaye
then that's ok. You started asking for a way of comparing options, and this is one way to do it with merging capabilities, like in git. Regards.- 2016-06-16 16:52 GMT+02:00 Richard Kaye : > Thanks, Fernando. I pretty much have something similar going with SCCTEXTX > and my dif

RE: VFP menu documentation utility?

2016-06-16 Thread Richard Kaye
sor gives some confidence about it. But, again, the only way to know if it's for you is doing a test with a copy of your files. 2016-06-16 19:01 GMT+02:00 Richard Kaye : > Good points about the modify & merge, etc. Having said that, VFP menu > metadata is even odder than SCX/VCXs s

RE: VFP menu documentation utility?

2016-06-16 Thread Richard Kaye
. There are many options available, depending on what to you need. Regards.- 2016-06-16 19:49 GMT+02:00 Richard Kaye : > Ah. So you're not essentially using the GUI for menu design? I agree that > if you take the MNX out of the equation it becomes a much simpler problem, > especial

RE: [NF] Didn't expect his one

2016-06-17 Thread Richard Kaye
No. It's smoke and Lava lamps... ;-) This one is from the NY Times. < http://www.nytimes.com/2016/06/17/business/dealbook/microsoft-following-the-clouds-to-offer-marijuana-tracking-software.html?ref=technology&_r=0> -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@l

RE: New FoxBin2Prg v1.19.47 is out!

2016-06-20 Thread Richard Kaye
Hi Fernando, I think I've found a good test case for converting a VCX to text, modifying that text and then saving back to the VCX. I know you've provided some documentation on this workflow and I'm going to take a stroll through it now. :-) -- rk -Original Message- From: ProfoxTech [

RE: New FoxBin2Prg v1.19.47 is out!

2016-06-20 Thread Richard Kaye
This appears to have worked well, Fernando. :-) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Monday, June 20, 2016 1:49 PM To: profoxt...@leafe.com Subject: RE: New FoxBin2Prg v1.19.47 is out! Hi Fernando, I think

RE: Form Width property won't persist...

2016-06-21 Thread Richard Kaye
I would think this lives in foxuser? What happens if you clear out your foxuser table? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Matt Slay Sent: Tuesday, June 21, 2016 10:02 AM To: profoxt...@leafe.com Subject: Form Width property won

RE: Do prompt when starting EXE

2016-07-06 Thread Richard Kaye
Maybe a config.fpw pointing somewhere else? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kent Belan Sent: Wednesday, July 06, 2016 12:17 PM To: profoxt...@leafe.com Subject: Do prompt when starting EXE Hello, I have an VFP 9 EXE that runs

RE: Do prompt when starting EXE

2016-07-06 Thread Richard Kaye
\TEMP\" SORTWORK="C:\TEMP\" I also just checked for a foxuser.dbf and had them delete all they could find but that did not help Thanks, Kent -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Wednesday, July 6, 2016 12:27

RE: GETFILE and SET DEFAULT

2016-07-20 Thread Richard Kaye
I've always fund that when macro expanding a memvar you don't want the m. so Set default to &saveDef -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of rafael copquin Sent: Wednesday, July 20, 2016 3:57 PM To: profoxt...@leafe.com Subject: Re:

RE: GETFILE and SET DEFAULT

2016-07-20 Thread Richard Kaye
If you really want to save off the fully qualified path, use a combination of SYS(5) and SYS(2003). The first function gives you the drive letter and the 2nd function gives you the folder hierarchy. It's also the same thing as CURDIR(). So something like this: m.saveDef=SYS(5)+SYS(2003) -- r

RE: GETFILE and SET DEFAULT

2016-07-20 Thread Richard Kaye
Or do what Ted says. :-) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Wednesday, July 20, 2016 4:46 PM To: profoxt...@leafe.com Subject: RE: GETFILE and SET DEFAULT If you really want to save off the fully qualified path

RE: GETFILE and SET DEFAULT

2016-07-20 Thread Richard Kaye
HackFox7 was the best investment of my Fox career! ;) On Wed, Jul 20, 2016 at 4:47 PM, Richard Kaye wrote: > Or do what Ted says. :-) > > -- > > rk > -Original Message- > From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard > Kaye > Sen

RE: GETFILE and SET DEFAULT

2016-07-20 Thread Richard Kaye
With Friends and Family like that, who needs a discount? ;-) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Wednesday, July 20, 2016 4:58 PM To: profoxt...@leafe.com Subject: Re: GETFILE and SET DEFAULT Well, he said I got the

RE: [NF] Windows 10 upgrade out to lunch

2016-07-22 Thread Richard Kaye
I thought this typically meant that once it has finished downloading the 3-6GB of Windows Delight it will let you know it's time to continue. I think you can just download it directly and create a standalone installer. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...

FoxBin2Prg conversion error question

2016-07-25 Thread Richard Kaye
Hi Fernando, Since I know you've been hanging around here in ProFox I thought I'd post my question here. If there's a better place, please let me know. :) I've got a VCX that is generating errors when I run it through FB2P. It's indicating there are duplicate objects in the VCX and does not gen

RE: FoxBin2Prg conversion error question

2016-07-25 Thread Richard Kaye
class seems VFP writes the changes as a complete new entry and deletes the prior entries in the VCX. Maybe something along those lines. -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Monday, 25 July 2016 11:33 PM To: profoxt...@leaf

RE: FoxBin2Prg conversion error question

2016-07-25 Thread Richard Kaye
Thanks! Very useful info! -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Darren Sent: Monday, July 25, 2016 10:16 AM To: profoxt...@leafe.com Subject: RE: FoxBin2Prg conversion error question Easy enough to figure which are correct records.

RE: FoxBin2Prg conversion error question

2016-07-25 Thread Richard Kaye
...@leafe.com] On Behalf Of Richard Kaye Sent: Monday, July 25, 2016 11:02 AM To: profoxt...@leafe.com Subject: RE: FoxBin2Prg conversion error question Thanks! Very useful info! -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Darren Sent

RE: FoxBin2Prg conversion error question

2016-07-25 Thread Richard Kaye
Hi Fernando, Thanks for following up. Darren pointed me in the right direction and I was able to identify and remove the older records. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Fernando D. Bozzo Sent: Monday, July 25, 2016 12:56 PM To

Codeplex down?

2016-07-28 Thread Richard Kaye
Is it just me? -- rk --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/prof

RE: Codeplex down?

2016-07-28 Thread Richard Kaye
I knew that. :-) Yesterday I was getting a completely blank page when I went to VFPx and when I tried the parent site, it gave me an error page. I refreshed this morning and it was still doing that but clearly you fixed it. Remember to only use your powers for good, Alan... ;-) -- rk -Orig

RE: Minor VFP Bug on Filter Expressions

2016-08-09 Thread Richard Kaye
Interesting. It seems to be using the entire string from the first double quote to the second double quote as the filter expression and ignoring everything after that; almost like an inline comment. I did something similar on my system like this: SET FILTER TO address1="529 and LEFT(country,2)=

RE: Scrambled environment?

2016-08-16 Thread Richard Kaye
First thing I would try is set resource off. You can setup an FPW config file that gives you a minimal environment. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Joe Yoder Sent: Tuesday, August 16, 2016 10:48 AM To: profoxt...@leafe.com Subj

RE: Scrambled environment?

2016-08-16 Thread Richard Kaye
in the folder where it is executing but don't see one. I need to leave the office for a while. When I get back I'll try to find the resource and config files. - Joe On Tue, Aug 16, 2016 at 10:57 AM, Richard Kaye wrote: > First thing I would try is set resource off. You can setup an

RE: VFP9 on Windows 10

2016-09-15 Thread Richard Kaye
Have you installed the SOAP toolkit? Soapsdk.msi, I think? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Allen Pollard Sent: Thursday, September 15, 2016 9:30 AM To: profoxt...@leafe.com Subject: VFP9 on Windows 10 Hi gang I seem to be havi

RE: VFP9 on Windows 10

2016-09-15 Thread Richard Kaye
al Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: 15 September 2016 16:23 To: profoxt...@leafe.com Subject: RE: VFP9 on Windows 10 Have you installed the SOAP toolkit? Soapsdk.msi, I think? ___ Post M

RE: VFP9 on Windows 10

2016-09-15 Thread Richard Kaye
t the end I show it again. Not always but sometimes that is what causes the problem. The task pane remains blank on the environment page and VFP locks up. It might also be that I have debug open too. Al -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of R

RE: VFP9 on Windows 10

2016-09-15 Thread Richard Kaye
nment page and VFP locks up. It might also be that I have debug open too. Al -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: 15 September 2016 18:13 To: profoxt...@leafe.com Subject: RE: VFP9 on Windows 10 I know Task Pane requir

RE: VFP7 SP1, InstallShield MSMs, etc.

2016-09-26 Thread Richard Kaye
http://vfpx.codeplex.com/releases/view/194354 :-) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Monday, September 26, 2016 1:22 PM To: profoxt...@leafe.com Subject: VFP7 SP1, InstallShield MSMs, etc. Hi, folks: I find mysel

RE: VFP7 SP1, InstallShield MSMs, etc.

2016-09-26 Thread Richard Kaye
Or maybe that was too easy and really isn't what you're looking for? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Monday, September 26, 2016 1:26 PM To: profoxt...@leafe.com Subject: RE: VFP7 SP1, InstallShield

RE: Odd menu behavior in Win7Pro/VFP9SP2 all of the sudden

2016-09-28 Thread Richard Kaye
FWIW I've found Splashtop's file transfer to be seriously deficient. When they first added the feature it was quite buggy and slow. The last time I tried it, it was better behaved but it doesn't properly handle folders with many files. It just stops listing files over some limit. I don't know wh

RE: Properties Window

2016-09-30 Thread Richard Kaye
Don't all those prefs live in foxuser? What's your setting for SET RESOURCE? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Paul Newton Sent: Friday, September 30, 2016 5:14 AM To: profoxt...@leafe.com Subject: Properties Window Hi all When

RE: Properties Window

2016-09-30 Thread Richard Kaye
-Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: 30 September 2016 12:12 To: profoxt...@leafe.com Subject: RE: Properties Window Don't all those prefs live in foxuser? What's your setting for SET RESOURCE? -- rk -O

RE: Speeding up a Powershell script

2016-10-21 Thread Richard Kaye
+1 to RegexBuddy. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Darren Sent: Friday, October 21, 2016 4:43 PM To: profoxt...@leafe.com Subject: RE: Speeding up a Powershell script My view ... RegExp syntax is fairly limited in scope and rel

RE: Excel errors

2016-10-21 Thread Richard Kaye
You've probably got some hidden dialog waiting for an answer asking you if you want to save your changes. Try adding something like this to your exception handling before you call Quit. m.oExcel.ActiveWorkbook.Saved= .T. && this prevents Excel prompt when we destroy the Excel object -- r

RE: Excel errors

2016-10-21 Thread Richard Kaye
m.oExcel=createobject("Excel.Application") else thisform.oExcel=getobject(,"Excel.Application") endif thisform.oExcel.visible = .T. Try lOK = .t. With thisform.oExcel .workbooks.open("&cExcel") endwith etc Thank you all anyways Rafa

RE: Excel errors

2016-10-24 Thread Richard Kaye
more processing is happening. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Sunday, October 23, 2016 3:16 PM To: profoxt...@leafe.com Subject: RE: Excel errors On 2016-10-21 18:28, Ric

RE: Taking a screenshot of "yourself"

2016-10-28 Thread Richard Kaye
There was an article in the November 2008 issue of FoxRockx that showed how to do it using GDI+. (Who says commenting your code is never helpful? :-) It shows how to capture the active form or the entire VFP window and save to the Windows desktop. -- rk -Original Message- From: ProfoxT

RE: Renaming a project

2016-11-03 Thread Richard Kaye
I would do a save as... There might be internal references to the project name that wouldn't change just by altering the physical file names. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Th

RE: Do you rebuild your indexes every night or do you leave them alone.

2016-11-09 Thread Richard Kaye
Checking the health of indexes and refreshing statistics in an MS-SQL environment is a best practice. https://ola.hallengren.com/ -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Stephen Russell Sent: Wednesday, November 09, 2016 12:22 PM To

RE: Beautify

2016-11-15 Thread Richard Kaye
Sure. The location of the code is stored in _beautify. So something like DO (_beautify) WITH should do the trick. Although I wouldn't take my word for it. I'd go look at the VFP source to verify parameters. :-) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.

RE: Guess the problem? VFP9, HyperV, 2012R2

2016-11-17 Thread Richard Kaye
RE: the memory discussion https://leafe.com/archives/full_thread/477799 SYS(3050) falls over with large integer values. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Malcolm Greene Sent: Thursday, November 17, 2016 11:35 AM To: profoxt...@

RE: Guess the problem? VFP9, HyperV, 2012R2

2016-11-17 Thread Richard Kaye
e.com Subject: RE: Guess the problem? VFP9, HyperV, 2012R2 As I said in that old thread Richard... works on 32 bit but not 64 bit. Dave -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Richard Kaye Sent: 17 November 2016 16:56 To: profox@leafe.com Subject: RE:

RE: [NF] EXTERNAL SSD hard drives

2016-11-17 Thread Richard Kaye
Sidekick Plus! Remember when Plus got tacked on to everything? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Wendt Sent: Thursday, November 17, 2016 3:12 PM To: profoxt...@leafe.com Subject: RE: [NF] EXTERNAL SSD hard drives Oh yes - Bo

RE: [NF] EXTERNAL SSD hard drives

2016-11-18 Thread Richard Kaye
I still use JP Software's (creator/publisher of 4DOS, 4NT, 4OS2) command shell replacement. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Fernando D. Bozzo Sent: Friday, November 18, 2016 1:27 AM To: profoxt...@leafe.com Subject: RE: [NF] E

RE: Weird font behavior on project tabs, table designer, etc.

2016-11-22 Thread Richard Kaye
Did you try turning off your resource file? The font for the projects form is in Tools->Options->IDE. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Fletcher Johnson Sent: Monday, November 21, 2016 8:56 PM To: profoxt...@leafe.com Subject: W

RE: [NF] Qarbon Viewletbuilder, TechSmith Camtasia, others? ...for presentation demos

2016-11-22 Thread Richard Kaye
I used Camtasia a long time ago (v3.something) but my memories of it was that it was easy to use. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Tuesday, November 22, 2016 6:09 PM To: profox

RE: Weird font behavior on project tabs, table designer, etc.

2016-11-28 Thread Richard Kaye
As Ted pointed out, no attachments on the Profox list, Fletcher. You'll have to use some other means for sharing your screenshot. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Fletcher Johnson Sent: Monday, November 28, 2016 2:27 PM To: pro

RE: [NF] LogMeIn Pro raising price to $149 from $99

2016-11-28 Thread Richard Kaye
It's still my remote access tool of choice, Mike. LMI's major advantage, imo, is its file transfer abilities. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Monday, November 28, 2016 3:27 PM

RE: [NF] LogMeIn Pro raising price to $149 from $99

2016-11-28 Thread Richard Kaye
I find TV's UI irritating. Popdown menu at the top and slideout menu on the side and... -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Michael Madigan Sent: Monday, November 28, 2016 4:38 PM To: profoxt...@leafe.com Subject: Re: [NF] LogMeIn

RE: [NF] LogMeIn Pro raising price to $149 from $99

2016-11-29 Thread Richard Kaye
te connections and works from your iPhone, Android, iPad or PC as a controlling terminal. The file transfer option which used to be somewhat flakey is now stable. Dave -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Richard Kaye Sent: 28 November 2016 2

RE: [NF] LogMeIn Pro raising price to $149 from $99

2016-11-29 Thread Richard Kaye
...@leafe.com Subject: RE: [NF] LogMeIn Pro raising price to $149 from $99 Richard, Those issues have been addressed in the last two releases. Dave -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Richard Kaye Sent: 29 November 2016 12:29 To: profox@leafe.com

COM Automation problem with Word 2016

2016-12-05 Thread Richard Kaye
Whilst I bang away at this on my own I figured I should throw it out to the collective wisdom. I noticed recently that both CreateObject and NewObject are failing to instantiate an object for Word 2016. GetObject works fine to retrieve a running instance. Excel works fine. oo=CREATEOBJECT([word

RE: COM Automation problem with Word 2016

2016-12-05 Thread Richard Kaye
ith a quick repair of O2016 and could once again create COM objects. Now I can go back to working on the thing that I really wanted to do. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Monday, December 05, 2016 12:10

RE: COM Automation problem with Word 2016

2016-12-05 Thread Richard Kaye
On Mon, Dec 5, 2016 at 12:39 PM, Richard Kaye wrote: > For anyone following along, I've managed to make it past the most basic of > problems with object creation. Looks like I had some registry conflict > because I had parts of Office 2010 installed (Access, Visio). I uninstalled

RE: COM Automation problem with Word 2016

2016-12-06 Thread Richard Kaye
-a187-b78c513788bf On 06-Dec-2016 12:14 AM, Richard Kaye wrote: > Thanks, Ted. > > I do recall issues with older versions of Office and One Click or Click to > Install mode being strongly discouraged although I don't think there's any > other now to install Office. It&

RE: Photo capture

2016-12-07 Thread Richard Kaye
The source file could be open. You can try getting an FLOCK before you attempt your copy. You also might want to look into using the Windows API to copy the file instead of the old xBase COPY FILE command. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] O

RE: Photo capture

2016-12-07 Thread Richard Kaye
it seems to make no difference to the file) On Thu, Dec 8, 2016 at 12:53 PM, Richard Kaye wrote: > The source file could be open. You can try getting an FLOCK before you > attempt your copy. You also might want to look into using the Windows API > to copy the file instead of th

[NF ] SplashDesktop followup

2016-12-08 Thread Richard Kaye
Per Dave's suggestion, I am just now taking the opportunity to try out the file transfer in SplashDesktop again. It does indeed appear that the major bug where folders were not being fully populated is gone. Sadly, performance is probably about as slow as copying via RDP. I'm transferring 387 fi

RE: Command Button

2016-12-13 Thread Richard Kaye
Check out the SpecialEffect property, too. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Chris Davis Sent: Tuesday, December 13, 2016 11:52 AM To: profoxt...@leafe.com Subject: Command Button Is there any way to stopping a command button fro

RE: Zooming fonts in FoxPro IDE code windows

2017-01-03 Thread Richard Kaye
Nice. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Tuesday, January 03, 2017 4:36 PM To: profoxt...@leafe.com Subject: Zooming fonts in FoxPro IDE code windows Matt has a pretty cool little hack with accompanying video: ht

RE: Has anyone implemented List & Label?

2017-01-09 Thread Richard Kaye
My condolences to you and your family, Jonnie. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Sytze de Boer Sent: Sunday, January 08, 2017 6:40 PM To: profoxt...@leafe.com Subject: Re: Has anyone implemented List & Label? Hi Everyone This i

RE: VFP tables likely victims for ransomware?

2017-01-09 Thread Richard Kaye
They're definitely subject to ransomware crap like cryptlocker and locky because they live in and are under control of the file system. OTOH I'm sure some clever a** is working on a way to use SQL APIs to encrypt that data, too. -- rk -Original Message- From: ProfoxTech [mailto:pro

RE: VFP tables likely victims for ransomware?

2017-01-09 Thread Richard Kaye
To the best of my knowledge, the physical files that make up an MS SQL DB are locked by the database engine. Having said that, if the bad guys decide it's worth the effort they will figure out a way to get to them. Most ransomware that I've had some experience with go for low hanging fruit; all

RE: VFP tables likely victims for ransomware?

2017-01-10 Thread Richard Kaye
Keep in mind, like someone here already mentioned, if you push the malware up to your cloud backup then you can potentially say goodbye to all your backed up files, too. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbs

RE: VFP tables likely victims for ransomware?

2017-01-10 Thread Richard Kaye
ssage- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Tuesday, January 10, 2017 5:44 PM To: profoxt...@leafe.com Subject: RE: VFP tables likely victims for ransomware? On 2017-01-10 17:36, Richard Kaye wrote: > Keep in mi

RE: VFP tables likely victims for ransomware?

2017-01-11 Thread Richard Kaye
Sent: Tuesday, January 10, 2017 6:21 PM To: profoxt...@leafe.com Subject: RE: VFP tables likely victims for ransomware? Richard Kaye wrote on 2017-01-10: > I was a bit unclear, Mike. > > I've got some clients who mount their dropbox locations on their local computers. The nastier

RE: [NF] great disclaimer

2017-01-11 Thread Richard Kaye
Ugh! Males pattering is so annoying... ;-) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Stephen Russell Sent: Wednesday, January 11, 2017 4:10 PM To: profoxt...@leafe.com Subject: [NF] great disclaimer First, a disclaimer: *Using PowerShe

RE: CleverFox Backup

2017-01-26 Thread Richard Kaye
That sounds brilliant, Rick! I've had several customers get hit with Ransomware over the last couple of years and the recovery process at the smaller locations has been painful. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Rick Schummer S

RE: [NF] Related Comic

2017-01-27 Thread Richard Kaye
I did, indeed. :-) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Gene Wirchenko Sent: Friday, January 27, 2017 6:35 PM To: profoxt...@leafe.com Subject: [NF] Related Comic Hello: You might find this amusing: http://www.she

RE: Diffing VCXs

2017-02-01 Thread Richard Kaye
The enhanced SCCTEXT is a VFPx project. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Paul Newton Sent: Wednesday, February 01, 2017 9:07 AM To: profoxt...@leafe.com Subject: Diff

RE: Diffing VCXs

2017-02-03 Thread Richard Kaye
+1 -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Dave Crozier Sent: Friday, February 03, 2017 9:13 AM To: profoxt...@leafe.com Subject: RE: Diffing VCXs Paul, It works really well and I can recommend it. Dave -Original Message- Fro

RE: "Cannot locate the Microsoft Visual FoxPro Support Library"

2017-02-03 Thread Richard Kaye
I believe it's one or more of the VFP runtime dlls (vfp#.dll, vfp#enu.dll, assuming English resource). Are the DLLs in the folder with your EXE or otherwise in the path? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Friday,

RE: justpath with out dirve or file name

2010-06-21 Thread Richard Kaye
Not one function but something like this should work. ADDBS(STREXTRACT(JUSTPATH(getdir("\images\pedigree\","Choose Folder","Folder",64)),[:])) rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of James E Harvey Sent: Monday, June

RE: Capturing the Username in VFP...

2010-06-22 Thread Richard Kaye
Try the GETENV() function. (I'm not sure if that's available in 7.) rk Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Wendt Sent: Tuesday, June 22, 2010 12:12 PM To: profoxt...@leafe.com Subject: Capturing the Username in VFP.

RE: Capturing the Username in VFP...

2010-06-22 Thread Richard Kaye
I checked the Foxwiki and GETENV() was added as of VFP6 - GETENV("USERNAME"). No parsing or DLLs required... rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Wendt Sent: Tuesday, June 22, 2010 2:52 PM To: profoxt...@leafe.c

RE: directory to table

2010-07-12 Thread Richard Kaye
Checkout the ADIR() function for creating an array of filenames and use APPEND FROM ARRAY. CREATE CURSOR test (filename c(120)) ADIR(laFiles,[c:\testing\*.jpg]) APPEND FROM ARRAY laFiles rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On

RE: Large Data Tables

2010-07-16 Thread Richard Kaye
You also may want to check out this - http://www.sybase.com/products/databasemanagement/advantagedatabaseserver/gettingstarted-foxpro rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kent Belan Sent: Thursday, July 15, 2010 9:4

RE: Multiple detail bands

2010-07-16 Thread Richard Kaye
Hi Sytze, Take a look in the Task Pane/Solution Samples/What's New in VFP 9 topic. The first item is about multiple detail bands in reports. (Lots of good stuff in the Solution Samples...) rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On

RE: VFP and SQL (was Large Data Tables)

2010-07-19 Thread Richard Kaye
Hi Rafael, You say the server is Windows 2008 but don't specify the version of SQL installed. For testing purposes, can you create an ODBC connection using the ODBC Administrator to verify that you can connect to the server on the internal network? The first thing that pops out at me is that

RE: VFP9 - neet to work with large character fields

2010-07-21 Thread Richard Kaye
Assuming you are working with the converted files and not directly with the PDFs, you should have all the string manipulation functions you need right in VFP (9, at least). You can use FILETOSTR() to dump to a single memvar; ALINES() to place into an array; STRTRAN(), CHRTRAN & STREXTRACT() for

RE: Export to Excel (WAS: VFP9 - neet to work with large character fields)

2010-07-22 Thread Richard Kaye
You don't indicate what kind of problem you're having. COPY TO ... TYPE CSV should work fine. Having said that, you can use: COPY TO myspreadsheet.xls TYPE XLS|XL5|XL8 I typically stick to XLS with no problems. Keep in mind that this does not support memo fields. If your source table has memo

RE: [NF] OLD EXPERTISE REQUIRED !!

2010-07-22 Thread Richard Kaye
Try a zero at the beginning of your ALT key combo. rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of william Sent: Thursday, July 22, 2010 8:16 AM To: profoxt...@leafe.com Subject: Re: [NF] OLD EXPERTISE REQUIRED !! Good Morning

RE: [NF] PC Only Booting when Reset is pressed

2010-07-22 Thread Richard Kaye
Try a regular pencil eraser instead of a screwdriver to clean electrical contacts. rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Grigore Dolghin Sent: Thursday, July 22, 2010 2:21 PM To: profoxt...@leafe.com Subject: RE: [NF]

RE: Export to Excel (WAS: VFP9 - neet to work with large character fields)

2010-07-23 Thread Richard Kaye
Hi Angel, The Profox list doesn't allow file attachments. Did you try copying to TYPE XLS instead of CSV? rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Angel Dario Rodriguez Sent: Friday, July 23, 2010 12:01 AM To: profoxt.

<    5   6   7   8   9   10   11   12   13   14   >