RE: PDF Scraping

2024-01-16 Thread Richard Kaye
As Stephen would say, Bad Ed! 😉 From: ProfoxTech On Behalf Of Ed Leafe Sent: Monday, January 15, 2024 8:18 PM To: profoxt...@leafe.com Subject: Re: PDF Scraping On Jan 12, 2024, at 21:51, Brian Erickson wrote: > > It is really easy to do with python. Heh, I think th

RE: VFP 8, ODBC connection to Azure SQL Server Pausing

2024-06-18 Thread Richard Kaye
Pretty sure Tracy is right. Call SQLSetProp as he recommends, and then attempt to get your connection handle inside some sort of DO WHILE loop. *** Show no login SQLSETPROP(0, 'DispLogin', 3) *** Show no warnings - fail and report as errors SQLSETPROP(0, 'DispWarnings', .F.) *** Connection Timeou

RE: vfp

2024-07-05 Thread Richard Kaye
VFP should work fine in either. Assuming Microsoft hasn't pulled the plug on 32 bit Windows in 2023, and I don't recall hearing anything about that. -- rk   From: ProfoxTech On Behalf Of Rafael Copquin Sent: Friday, July 5, 2024 1:21 PM To: profoxt...@leafe.com Subject: vfp Hello. One of my cl

RE: Class code issue

2024-07-11 Thread Richard Kaye
Is it essential to have a separate method to Add Controls or can it be done in the Init method? (The separate method in the original code was added to try to eliminate the error.) Ooo, a philosophy question. 😉 IMHO best practice would be to have a method to populate the form controls, as Tr

RE: Southwest Fox 2024: in-person, in jeopardy

2024-07-16 Thread Richard Kaye
+1. Hoping to see folks there in September... -- rk From: ProfoxTech On Behalf Of Tracy Pearson Sent: Friday, July 12, 2024 11:47 AM To: profoxt...@leafe.com Subject: RE: Southwest Fox 2024: in-person, in jeopardy I prefer the in person conferences. This year the conference is earlier than usu

RE: OS(3) number result for Windows 11

2024-07-18 Thread Richard Kaye
6 -- rk From: ProfoxTech On Behalf Of Philip Borkholder Sent: Thursday, July 18, 2024 4:28 PM To: profoxt...@leafe.com Subject: OS(3) number result for Windows 11 Hello all, Could someone with Windows 11 run : ? OS(3) To tell me what the number is? Windows 10 is 6 Thank you Philip Borkholde

RE: OS(3) number result for Windows 11

2024-07-18 Thread Richard Kaye
End of my day and I'm easily distracted. 1 - Windows 6.02 2 - 3 - 6 4 - 2 5 - 9200 6 - 2 7 - 8 - 0 9 - 0 10 - 256 11 - 1 ACTIVATE SCREEN CLEAR lcresult=[] FOR xx=1 TO 11 lcResult = lcResult + TRANSFORM(xx)+[ - ]+TRANSFORM(OS(xx))+CHR(13)+CHR(10) NEXT _cliptext = lcresult -- rk F

RE: OS(3) number result for Windows 11

2024-07-18 Thread Richard Kaye
Look at my 2nd reply. 😊 -- rk From: ProfoxTech On Behalf Of Philip Borkholder Sent: Thursday, July 18, 2024 5:25 PM To: profoxt...@leafe.com Subject: RE: OS(3) number result for Windows 11 Well that's interesting. Same major number as 10. What does OS(1) give you? Thanks __

RE: It's been a long time...

2024-07-22 Thread Richard Kaye
Cheers for Ed & Profox! Now let’s get enough folks signed up for SWFox so we can have a 25 year reunion. 😊 -- rk From: ProfoxTech On Behalf Of Ed Leafe Sent: Monday, July 22, 2024 9:32 AM To: profoxt...@leafe.com Subject: It's been a long time... ...since the first message posted to ProFox:

RE: It's been a long time...

2024-07-22 Thread Richard Kaye
That looks like fun, w00dy.. Author: Richard Kaye Posted at: 2001-05-17 at 10:57:55 -- rk From: ProfoxTech On Behalf Of juer...@wondzinski.de Sent: Monday, July 22, 2024 11:12 AM To: profoxt...@leafe.com Subject: AW: It's been a long time... Well then, congratulations on this temp

FW: Southwest Fox 2024: Decisions, decisions...

2024-07-31 Thread Richard Kaye
Geek Gatherings, LLC Sent: Wednesday, July 31, 2024 1:45 PM To: Richard Kaye Subject: Southwest Fox 2024: Decisions, decisions... Dear Richard, Thanks to our generous speakers stepping up and shouldering some of the financial risks, additional sponsorship, and our hope that the community will re

RE: Outlook Automation Help Needed

2024-08-12 Thread Richard Kaye
UmVmYWN0b3IgdGltZS4g8J+YiiBZb3Ugc2hvdWxkIGJlIGFibGUgdG8gc3dhcCBvdXQgdGhvc2Ug U0VFSyBmdW5jdGlvbiArICFGT1VORCgpIGNhbGxzIHdpdGggYSBzaW5nbGUgSU5ERVhTRUVLIGNh bGwuDQoNCi0tDQoNCnJrDQoNCkZyb206IFByb2ZveFRlY2ggPHByb2ZveHRlY2gtYm91bmNlc0Bs ZWFmZS5jb20+IE9uIEJlaGFsZiBPZiBQYXVsIEguIFRhcnZlcg0KU2VudDogTW9uZGF5

RE: Outlook Automation Help Needed

2024-08-12 Thread Richard Kaye
Really? Y'all can't read base64? 😉 I always have to remember to tell Lookout to use plain text for Profox replies and in this case I clearly neglected to do that. Since Ed already translated on my behalf all I can say is mea culpa and I'll do better next time. Or you can come to SWFox and yell

RE: Outlook Automation Help Needed

2024-08-13 Thread Richard Kaye
Sheesh… You make one mistake and you get a reputation… 😉 -- rk From: ProfoxTech On Behalf Of Paul H. Tarver Sent: Monday, August 12, 2024 6:37 PM To: profoxt...@leafe.com Subject: RE: Outlook Automation Help Needed Hmmm...now that I can scan through Outlook emails in VFP efficiently, perhaps

RE: Trying to create shortcut text

2017-02-14 Thread Richard Kaye
Record a macro. :-) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Tuesday, February 14, 2017 9:44 AM To: profoxt...@leafe.com Subject: Trying to create shortcut text My days are filled with

RE: Trying to create shortcut text

2017-02-14 Thread Richard Kaye
lf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Tuesday, February 14, 2017 9:50 AM To: profoxt...@leafe.com Subject: RE: Trying to create shortcut text On 2017-02-14 09:45, Richard Kaye wrote: > Record a macro. :-) Great idea...but that only fixes my current setup. I want to have this ability in

RE: Trying to create shortcut text

2017-02-14 Thread Richard Kaye
I would avoid using standard VFP hot keys. VFP uses CTRL-D for DO program... -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Tuesday, February 14, 2017 10:42 AM To: profoxt...@leafe.com Subject

RE: Copy Excel worksheet to another workbook

2017-02-16 Thread Richard Kaye
ox=CREATEOBJECT([excel.application]) ox.Visible=.t. ox.Workbooks.Open(GETFILE([xlsx])) ow=ox.ActiveWorkbook ow.SaveCopyAs([c:\rfc\copytest.xlsx]) ox.Workbooks.Open([c:\rfc\copytest.xlsx]) This copies the entire document, not an individual sheet. -- rk -Original Message- From: ProfoxTech [

RE: Copy Excel worksheet to another workbook

2017-02-16 Thread Richard Kaye
ble=.t. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Thursday, February 16, 2017 12:36 PM To: profoxt...@leafe.com Subject: RE: Copy Excel worksheet to another workbook ox=CREATEOBJECT([excel.application]) ox.Visible=.t. ox

RE: Copy Excel worksheet to another workbook

2017-02-16 Thread Richard Kaye
ok Hey rk - Great program name!!! Gosh - U must be bored - and its not even a Friday... :-) Regards, Kurt Wendt Senior Systems Analyst Tel. +1-212-747-9100 www.GlobeTax.com -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent

RE: Copy Excel worksheet to another workbook

2017-02-17 Thread Richard Kaye
AM To: profoxt...@leafe.com Subject: RE: Copy Excel worksheet to another workbook Thanks Richard - you've given me some further ideas -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: 16 February 2017 18:04 To: profoxt...@leafe.com S

RE: Copy Excel worksheet to another workbook

2017-02-17 Thread Richard Kaye
n for that -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: 17 February 2017 12:14 To: profoxt...@leafe.com Subject: RE: Copy Excel worksheet to another workbook You're welcome, Paul. I just played around in the command window with t

RE: Copy Excel worksheet to another workbook

2017-02-17 Thread Richard Kaye
too, Gene. :-) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Gene Wirchenko Sent: Friday, February 17, 2017 12:58 PM To: profoxt...@leafe.com Subject: RE: Copy Excel worksheet to another workbook At 04:14 2017-02-17, Richard Kaye wrote: >Y

RE: Copy Excel worksheet to another workbook

2017-02-17 Thread Richard Kaye
I've been using it for a while. It's pretty easy to use and he's got some good samples in his docs. I primarily use it for exporting a table/cursor to Excel. I have not used any of the reading from Excel methods yet. One caveat is it is not the fasting thing in the world once you start getting i

VFP Codeplex site down?

2017-02-27 Thread Richard Kaye
I'm just getting a blank page in Chrome. Anyone else seeing similar results? -- rk --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leafe.com Subscri

RE: VFP Codeplex site down?

2017-02-27 Thread Richard Kaye
AM EST, Richard Kaye wrote: >I'm just getting a blank page in Chrome. Anyone else seeing similar >results? > >-- > >rk > -- Sent from my Android device with K-9 Mail. Please excuse my brevity. ___ Post Messages to: Pro

RE: VFP Codeplex site down?

2017-02-27 Thread Richard Kaye
://vfp.codeplex.com/ Fred On Mon, Feb 27, 2017 at 8:42 AM, Richard Kaye wrote: > I'm just getting a blank page in Chrome. Anyone else seeing similar > results? > > -- > > rk > ___ Post Messages to: ProFox@leafe.com Subs

RE: VFP Codeplex site down?

2017-02-27 Thread Richard Kaye
Behalf Of Richard Kaye Sent: Monday, February 27, 2017 11:05 AM To: profoxt...@leafe.com Subject: RE: VFP Codeplex site down? And Fred. :-) Probably some cookie issue. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Fred Taylor Sent: Monday

RE: Grid - Height : Expression evaluated to an illegal value

2017-02-27 Thread Richard Kaye
Perhaps you'll need to determine the bounds and then add an assign method to keep it from crossing the line? Doesn't feel very elegant, I know but... -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Tracy Pearson Sent: Monday, February 27, 201

RE: R.I.P. Marcia Akins

2017-03-14 Thread Richard Kaye
That's awful news... ☹ I had many great conversations with both Marcia and Andy at various Whilfests and Devcons. My deepest condolences to Andy and their families. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jean Laeremans Sent: Tuesday

RE: New Excel BREAKS Prior Working Automation!

2017-03-14 Thread Richard Kaye
Despite the tip, did you try not closing the source workbook before you pasted? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Wendt Sent: Tuesday, March 14, 2017 3:23 PM To: profoxt...@leafe.com Subject: New Excel BREAKS Prior Working Au

RE: Screen Running & Order of Objects Firing...

2017-03-24 Thread Richard Kaye
IIRC LisaG was a musician in one of Prince's bands. But I could be wrong... And veering OT... -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Friday, March 24, 2017 7:02 PM To: profoxt...@leafe.com Subject: Re: Screen Running &

RE: VFP9SP2 report error with _pagetotal variable

2017-03-27 Thread Richard Kaye
How do you have REPORTBEHAVIOR set? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Wendt Sent: Monday, March 27, 2017 1:07 PM To: profoxt...@leafe.com Subject: RE: VFP9SP2 report error with _pagetotal variable Mike - I believe this is a

RE: VFP9SP2 report error with _pagetotal variable

2017-03-27 Thread Richard Kaye
This does sound very familiar. Do you have a copy of Cathy Poutney's RW book? Maybe it's mentioned in there? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Wendt Sent: Monday, March 27, 2017 1:07 PM To: profoxt...@leafe.com Subject: RE:

RE: VFP9SP2 report error with _pagetotal variable

2017-03-27 Thread Richard Kaye
d of the article should resolve: https://msdn.microsoft.com/en-us/library/aa977060(v=vs.71).aspx HWP's What's New in VFP8 also has some good suggestions. On Mon, Mar 27, 2017 at 1:10 PM, wrote: > On 2017-03-27 13:10, Richard Kaye wrote: >> >> How do you have REPORTBEHA

RE: Codeplex is shutting down, VFPX.org is spinning up

2017-04-03 Thread Richard Kaye
http://doughennig.blogspot.com/2017/04/vfpx-is-moving.html I don't think it's time to panic yet. Especially when the VFPx admin team is working on a Github migration. Those folks are really smart... :-) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On B

VFP EXE and RDS random crashes

2017-04-11 Thread Richard Kaye
Throwing this out to the collective wisdom. I've recently rolled out a hosted environment for my application. So I'm in the cloud... I've been observing random hard application errors, particularly around running reports. Of course, it's not consistent. A user will be able to run a report with

RE: VFP EXE and RDS random crashes

2017-04-11 Thread Richard Kaye
m] On Behalf Of Ted Roche Sent: Tuesday, April 11, 2017 8:13 AM To: profoxt...@leafe.com Subject: Re: VFP EXE and RDS random crashes On Tue, Apr 11, 2017 at 7:30 AM, Richard Kaye wrote: > Throwing this out to the collective wisdom. > > I've recently rolled out a hosted environment for

RE: VFP EXE and RDS random crashes

2017-04-11 Thread Richard Kaye
Thanks for the details, Christof. Greatly appreciated. I had mentioned to my IT team that this appeared to be some kind of network related issue. I will pass this info on to them. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Wollenhaupt,

RE: VFP EXE and RDS random crashes

2017-04-12 Thread Richard Kaye
I have vague memories of the floating point bug and will look at getting that in place as suggested. Just to clarify here, all users are accessing the EXE using RDP. There is no "local" C drive as far as they are concerned. And while there is a drive mapped to a share, it is all self-contained

RE: VFP EXE and RDS random crashes

2017-04-12 Thread Richard Kaye
The plot thickens. I've been able to reproduce the crashes if I am logged in with a domain account that has the privileges of my end users. Both attempting to preview or print reports as well as using function keys as hot keys go kaboom. -- rk -Original Message- From: ProfoxTech [mailt

RE: VFP EXE and RDS random crashes

2017-04-12 Thread Richard Kaye
:26 PM To: profoxt...@leafe.com Subject: RE: VFP EXE and RDS random crashes Richard Kaye wrote on 2017-04-12: > The plot thickens. I've been able to reproduce the crashes if I am logged in with a domain account that has the privileges of my end users. Both attempting to preview or print re

RE: VFP EXE and RDS random crashes

2017-04-12 Thread Richard Kaye
I was able to preview a report using the native engine so it's possible that something in the XFRX previewer is not happy. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Wednesday, April 12, 2017 5:32 PM To: pr

RE: Copying to a Cursor

2017-04-12 Thread Richard Kaye
Select from table where into cursor mycursorname. If you want to be able to manipulate the cursor by adding or removing rows, adding indexes, etc. use the READWRITE clause. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Gene Wirchenko Se

RE: Checking in on FOXCHARTS

2017-04-19 Thread Richard Kaye
Try using Thor before Codeplex is completely off-line. I think it might have the various bits and pieces you're looking for. I'd also get his chart designer class as it's very helpful with tweaking charts in realtime. Also, Jim hangs out in a Thor Google group and you should be able to get his a

RE: Text file import

2017-04-20 Thread Richard Kaye
Or you could use ALINES. m.ctext=[field 1|field 2||field 4|field 5|field 6] ?ALINES(anarray,m.ctext,2,[|]) DISPLAY MEMORY LIKE anarray* -- rk -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Matt Wiedeman Sent: Thursday, April 20, 2017 10:58 AM To: profox@le

RE: Getting count of rows in a text file -- best approach?

2017-04-21 Thread Richard Kaye
ALINES()? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Friday, April 21, 2017 10:45 AM To: profoxt...@leafe.com Subject: Getting count of rows in a text file -- best approach? VF9SP2 Curre

RE: STREXTRACT (was RE: Text file import)

2017-04-21 Thread Richard Kaye
STREXTRACT came along in 7 maybe? It really simplifies a lot of that old OCCURS()/AT()/RAT() type code -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Friday, April 21, 2017 11:19 AM To: prof

RE: Getting count of rows in a text file -- best approach?

2017-04-21 Thread Richard Kaye
- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Friday, April 21, 2017 11:20 AM To: profoxt...@leafe.com Subject: RE: Getting count of rows in a text file -- best approach? On 2017-04-21 10:47, Richard Kaye

RE: Getting count of rows in a text file -- best approach?

2017-04-21 Thread Richard Kaye
Did you benchmark with ALINES? :-) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Friday, April 21, 2017 2:34 PM To: profoxt...@leafe.com Subject: Re: Getting count of rows in a text file -- b

RE: Getting count of rows in a text file -- best approach?

2017-04-21 Thread Richard Kaye
approach? On 2017-04-21 11:24, Richard Kaye wrote: > Only when it fits the situation. :-) > > Dirty? Really? One line of code returns the number of rows in your > string. Which was your original question. My solution was 1 line too: RowCount = OCCURS(CHR(13),FILETOST

RE: Getting count of rows in a text file -- best approach?

2017-04-21 Thread Richard Kaye
You just listen to Ted, Mike. He is invariably right. It's all in memory either way. As you saw the overhead either way isn't much different. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent:

RE: Excel automation to get the SUM("R:R")

2017-04-26 Thread Richard Kaye
Here's what I dummied up at the command line. You just need to get the proper cells in the range object. lox=CREATEOBJECT([excel.application]) lox.Visible=.t. lox.Workbooks.Add() los=lox.ActiveSheet lor=los.Range([a1],[a10]) ?lox.WorksheetFunction.Sum(lor) -- rk -Original Message- From:

RE: Codeplex is shutting down, VFPX.org is spinning up

2017-04-26 Thread Richard Kaye
I haven't seen any commentary from Jim Nelson, Thor Master, as to his plans to adapt Thor to the Git world. He has indicated elsewhere that he is heading towards retirement. Whenever anyone asks a question about changes to Thor, his more recent replies have indicated that he feels it's a pretty

RE: Excel automation to get the SUM("R:R")

2017-04-26 Thread Richard Kaye
.Range("AA99").Value ENDWITH && oExcel.ActiveSheet as EXCEL.Worksheet My DetailClaims logic is wrong though; it's counting ALL rows in the column, and I just wanted to the populated count. Any ideas on that one? Honestly I saw On 2017-04

RE: Reading from SQLite

2017-04-26 Thread Richard Kaye
Whil Hentzen wrote an eBook on working with SQLLite. http://www.hentzenwerke.com/catalog/sqlite2gb.htm -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of José Olavo Cerávolo Sent: Wednesday, April 26, 2017 4:24 PM To: profoxt...@leafe.com Subje

RE: Codeplex is shutting down, VFPX.org is spinning up

2017-04-27 Thread Richard Kaye
I have no doubt that the VFP community will step up to the challenge. It is how we operate. Rick White Light Computing, Inc. www.whitelightcomputing.com -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Wednesday, April 26, 201

RE: Codeplex is shutting down, VFPX.org is spinning up

2017-04-28 Thread Richard Kaye
. www.whitelightcomputing.com -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Thursday, April 27, 2017 08:24 To: profoxt...@leafe.com Subject: RE: Codeplex is shutting down, VFPX.org is spinning up Hey Rick, Long time, no see. Thanks for chiming in. I

RE: Question about determining when record not showing after filter applied

2017-05-08 Thread Richard Kaye
As best I recall, simply setting a filter will not move the record pointer. You need to do that and then check to see if you are at EOF. And it gets a little more complicated if you have any relations set to your filtered table. Or you have dirty buffers and are using row buffering. -- rk ---

RE: Question about determining when record not showing after filter applied

2017-05-08 Thread Richard Kaye
Yep. Store the recno to a memvar before you set the filter. GO memvar. Check for EOF. You'll probably want to set lockscreen while you're doing all that stuff. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwareso

RE: Question about determining when record not showing after filter applied

2017-05-08 Thread Richard Kaye
ining when record not showing after filter applied GO recordno does not honor the filter. You can still go to a filtered record (or deleted). Fred On Mon, May 8, 2017 at 1:50 PM, Richard Kaye wrote: > Yep. Store the recno to a memvar before you set the filter. GO memvar. > Check for

RE: Weird Instantiation Bug

2017-05-10 Thread Richard Kaye
I've found occasions where I've neglected to have something in front of the dot, principally due to using VB inheritance to copy and paste code from one method to another, and VFP seems to behave as if there is an implicit with...endwith scoped to the current object. IOW it will run and if the t

RE: Weird Instantiation Bug

2017-05-10 Thread Richard Kaye
g On 2017-05-10 15:14, Richard Kaye wrote: > principally due to using VB inheritance to copy and paste code from one > method to another, ROFL!! I see what you did there. :D ___ Post Messages to: ProFox@leafe.com Subscription M

RE: Bad link for XLSWorkbook

2017-05-11 Thread Richard Kaye
What are you trying to get to, Mike? This will get you to the main project page. https://github.com/ggreen86/XLXS-Workbook-Class -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Thursday, May

RE: Bad link for XLSWorkbook

2017-05-12 Thread Richard Kaye
mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Friday, May 12, 2017 12:19 AM To: profoxt...@leafe.com Subject: RE: Bad link for XLSWorkbook On 2017-05-11 16:56, Richard Kaye wrote: > What are you trying to get to, Mike? > > This will get you to the main project page. > > htt

RE: Bad link for XLSWorkbook

2017-05-12 Thread Richard Kaye
gt; -Original Message- > From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of > mbsoftwaresoluti...@mbsoftwaresolutions.com > Sent: Friday, May 12, 2017 12:19 AM > To: profoxt...@leafe.com > Subject: RE: Bad link for XLSWorkbook > > On 2017-05-11 16:56, Ri

RE: Running Multiple Instances of VFP 9

2017-05-12 Thread Richard Kaye
Sure. I do it all the time. It should just work unless you have your environment setup with some dependencies on exclusive access. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Paul H. Tarver Sent: Friday, May 12, 2017 3:19 PM To: profoxt.

RE: Running Multiple Instances of VFP 9

2017-05-12 Thread Richard Kaye
And you can tweak the startup environments by using different config.fpw files. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Fernando D. Bozzo Sent: Friday, May 12, 2017 4:42 PM To: profoxt...@leafe.com Subject: Re: Running Multiple Instan

RE: Running Multiple Instances of VFP 9

2017-05-15 Thread Richard Kaye
I know you've come up with a good solution that works for you but I thought I'd mention that the situation you're describing is exactly what the Environment Manager is for. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Paul H. Tarver Sen

RE: [NF] As one door closes, ...

2017-05-16 Thread Richard Kaye
Good luck, Mike. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Monday, May 15, 2017 7:14 PM To: profoxt...@leafe.com Subject: [NF] As one door closes, ... Well, got laid off from the Corpor

RE: Running Multiple Instances of VFP 9

2017-05-16 Thread Richard Kaye
library as needed. -- rk -Original Message- From: Paul H. Tarver [mailto:p...@tpcqpc.com] Sent: Tuesday, May 16, 2017 1:00 PM To: Richard Kaye ; profoxt...@leafe.com Subject: RE: Running Multiple Instances of VFP 9 Admittedly, I don't know a lot about the Environment Manager, but what

RE: generate pdf files by batch and send them by email

2017-05-16 Thread Richard Kaye
I use Rick Strahl's WW Client Tools for SMTP (and other TCP/IP stuff) and XFRX for PDF generation. All VFP solutions but not free. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of rafael.copq...@gmail.com Sent: Tuesday, May 16, 2017 4:37 PM T

RE: Running Multiple Instances of VFP 9

2017-05-17 Thread Richard Kaye
On Behalf Of Paul H. Tarver Sent: 16 May 2017 18:00 To: 'Richard Kaye' ; profoxt...@leafe.com Subject: RE: Running Multiple Instances of VFP 9 Admittedly, I don't know a lot about the Environment Manager, but what I've seen of it so far, it would be lots more work to configure th

RE: [NF] XFRX V 17.1

2017-05-23 Thread Richard Kaye
I don't usually use that output variant but I do have the source code. Time permitting I'll see if I can duplicate this. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Paul Newton Sent: Tuesday, May 23, 2017 3:53 AM To: profoxt...@leafe.com

RE: VFP9SP2 app on Windows 10 -- reports not showing

2017-05-30 Thread Richard Kaye
There is still some condition in the editor that will potentially flip the printer environment back on but the fine details escape me. I think Doug Hennig may have blogged about it and posted a code fix but you will need to recompile the affected app. The other thing that can make for quirky re

RE: VFP9SP2 app on Windows 10 -- reports not showing

2017-05-30 Thread Richard Kaye
Found it. http://doughennig.blogspot.com/2012/02/updating-vfpx-reportbuilderapp.html -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Tuesday, May 30, 2017 7:31 AM To: profoxt...@leafe.com Subject: RE: VFP9SP2 app on

RE: VFP9SP2 app on Windows 10 -- reports not showing

2017-05-30 Thread Richard Kaye
Actually, that's about another issue Doug found and fixed. But it does link to this one: http://doughennig.blogspot.com/2010/03/fixing-report-designer-bug.html -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Tuesday

RE: [NF] Profox emails not showing up

2017-06-05 Thread Richard Kaye
This one made it, Charlie. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Charlie-gm Sent: Monday, June 05, 2017 4:04 PM To: profoxt...@leafe.com Subject: [NF] Profox emails not showing up This is a test email. It looks like my messages are

RE: [ADMIN] Testing new SMTP relay

2017-06-07 Thread Richard Kaye
Slow answer... -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Wednesday, June 07, 2017 11:45 AM To: profoxt...@leafe.com Subject: Re: [ADMIN] Testing new SMTP relay Works for me. On Wed, Jun 7, 2017 at 11:09 AM, Edward Leafe

RE: e: [NF] PyQT for desktop applications

2017-06-07 Thread Richard Kaye
I bet that runs like the wind in a browser... You think Whil used that in his User Hostile Interfaces presentation? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Edward Leafe Sent: Wednesday, June 07, 2017 12:44 PM To: profoxt...@leafe.com

RE: e: [NF] PyQT for desktop applications

2017-06-08 Thread Richard Kaye
Salesforce? I cringe every time I have to use it. There's nothing particularly intuitive about it, imho, at least out of the box. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Stephen Russell Sent: Thursday, June 08, 2017 3:49 PM To: prof

RE: Conditional formatting in reports

2017-06-13 Thread Richard Kaye
Using dynamic formatting does avoid the messiness of nested controls and there's a great deal of flexibility in what you can do. We also set 90 in our app config. A bigger gotcha with going to 90, IMHO, is that you may need to tweak report objects to render properly; for example, text boxes with

RE: [NF] Do you prefer Digest Mode?

2017-06-15 Thread Richard Kaye
I'm not sure. I thought I dreamed that... (Veering dangerously into OT land now...) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Paul H. Tarver Sent: Thursday, June 15, 2017 5:28 PM To: profoxt...@leafe.com Subject: RE: [NF] Do you prefer

RE: Bulk Imports While Multi-User System is in Use

2017-06-23 Thread Richard Kaye
Actually there's a VFPx project () that can read and write native XLSX without Excel. Having said that, if you're using the XLS format than you will need Excel, as Charlie says. -- rk -Original Message- From: ProfoxTech [mailto:profoxte

RE: SMS (text messaging)

2017-07-06 Thread Richard Kaye
Mike being a big VFP guy, I'd send him to https://github.com/VFPX/TwilioX 😊 -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Malcolm Greene Sent: Thursday, July 06, 2017 4:10 PM To: profoxt...@leafe.com Subject: Re: SMS (text messaging) Hi M

RE: "An IF | ELSE | ENDIF statement is missing"

2017-07-14 Thread Richard Kaye
Thor comes with a bunch of utility PRGs that might help with this. And you can create your own variations of pretty much all the Thor utilities if it doesn't work precisely as you want. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Dave Cr

Re: [FIC] Problems with Adapted code

2017-07-22 Thread Richard Kaye
As much as I love Profox, I'd definitely move the discussion over to the FiC forum on the Westwind message boards. https://support.west-wind.com/ West Wind Message Board support.west-wind.com Support Web site for West Wind tools and products and general Web and

RE: GETFILE() Returns Empty String in Some Cases

2017-07-31 Thread Richard Kaye
What kind of value does "parms" contain? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ken Dibble Sent: Monday, July 31, 2017 1:27 PM To: profoxt...@leafe.com Subject: GETFILE() Returns Empty String in Some Cases Hi folks, VFP 9 SP1 on Win

RE: GETFILE() Returns Empty String in Some Cases

2017-08-01 Thread Richard Kaye
To contribute to the topic drift, maybe we can talk about TABs vs SPACES next... (I'm an m dot guy. Ambiguity only contributes in horseshoes and hand grenades... ;-) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Koen Piller Sent: Tuesday,

RE: GETFILE() Returns Empty String in Some Cases

2017-08-01 Thread Richard Kaye
That's when I joined the m dot team. If Calvin recommended it, it seemed like good advice. 😊 -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ken Dibble Sent: Tuesday, August 01, 2017 2:30 PM To: profoxt...@leafe.com Subject: RE: GETFILE() Ret

RE: Fwd: 2017 News from Hentzenwerke Publishing!

2017-08-04 Thread Richard Kaye
http://www.hentzenwerke.com/catalog/htk.htm 😊 -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Friday, August 04, 2017 12:01 PM To: profoxt...@leafe.com Subject: Re: Fwd: 2017 News from Hentzenwerke Publishing! On Fri, Aug 4,

RE: SQL Error

2017-08-09 Thread Richard Kaye
Tamar needs a new pair of shoes. Buy her book - http://www.hentzenwerke.com/catalog/tamingvfpsql.htm :-) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Dave Crozier Sent: Wednesday, August 09, 2017 11:01 AM To: profoxt...@leafe.com Subject:

RE: VFP9SP2 apps on Citrix

2017-08-14 Thread Richard Kaye
Having a great deal of respect for your VFP chops, is your loader something you can share, Dave? I'm always curious about the mechanics of these types of things. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Dave Crozier Sent: Monday, Augu

RE: VFP9SP2 apps on Citrix

2017-08-14 Thread Richard Kaye
n app. I'll package it up and put it onto Ed's page. Dave -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Richard Kaye Sent: 14 August 2017 15:59 To: profox@leafe.com Subject: RE: VFP9SP2 apps on Citrix Having a great deal of respect for your VFP

RE: Set bell to anyfile.wav

2017-08-16 Thread Richard Kaye
Yeah. Dump the ?? and use the Windows API. (I think I found the API stuff on the news2news site a long time ago. Wouldn't want anyone here think I was smart enough to figure that out on my own.) The rest of it is just some defensive coding. FUNCTION playSound(m.soundFile AS Character, m.soundMo

RE: Event logging

2017-09-07 Thread Richard Kaye
As Matt mentioned, GF5 has been out for a while and it is quite stable. If you decide to revisit the coverage profiler, this add-on for analyzing coverage logs can be quite helpful. It's a little rough around the edges but it does help you drill into how your code is running. I have a little bi

RE: Event logging

2017-09-07 Thread Richard Kaye
And having just really read your original query, Dave, I would highly recommend getting CVP and generating coverage logs to analyze with it. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Thursday, September 07, 2017 7

RE: Janis Booth, RIP

2017-09-12 Thread Richard Kaye
That is sad news, Ted. Janis (Jim at that time) spoke fairly regularly at the NNJFUG back in the day. A true VFP guru who was always willing to share knowledge with the community and as you say, fun to hang out with... -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun..

RE: [NF] Not sure if this is good or not?

2017-09-14 Thread Richard Kaye
Good luck, Stephen. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Stephen Russell Sent: Thursday, September 14, 2017 1:08 PM To: profoxt...@leafe.com Subject: [NF] Not sure if this is good or not? We found out we were sold yesterday. Here

RE: [NF] Customer asking for (preferably free) unattended remote access software so she can access her work machine from home

2017-09-19 Thread Richard Kaye
Several of my clients have settled on Splashtop as an LMI replacement - -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Alan Bourke Sent: Tuesday, September 19, 2017 4:38 AM To: profoxt...@leafe.com Subject: Re: [

<    1   2   3   4   5   6   7   8   9   10   >