RE: VFP9: Populating a Combo Box

2013-02-27 Thread Richard Kaye
Could be that you need to set the combo's Value or Displayvalue property to what you want to see before calling the Refresh. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Desmond Lloyd Sent: Wednesday, February 27, 2013 5:59 PM To:

RE: [NF] Win 7 - AutoHide taskbar

2013-02-28 Thread Richard Kaye
This sounds familiar, John. I don't recall the solution off the top of my head but Google is your friend... -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of John Weller Sent: Thursday, February 28, 2013 1:11 PM To: profoxt...@leafe.com

RE: Large exe

2013-03-04 Thread Richard Kaye
The biggest thing would be to make sure that the include debug info option is not checked before building your EXE. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of James Harvey Sent: Monday, March 04, 2013 10:18 AM To: profoxt...@leafe.com

RE: Large exe

2013-03-04 Thread Richard Kaye
Sorry, James. The Project tab of Project-Project Info. (The same place where you specify the icon for your EXE.) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of James Harvey Sent: Monday, March 04, 2013 10:40 AM To: profoxt...@leafe.com

RE: Large exe

2013-03-04 Thread Richard Kaye
Cleaning up the project may also reduce the EXE but I don't recall. You should also look at PACKing your VCXs and SCXs. They are subject to memo bloating. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of James Harvey Sent: Monday, March 04,

RE: Large exe

2013-03-04 Thread Richard Kaye
DLLs FLLs can't be built into the EXE and must be distributed separately. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Alan Bourke Sent: Monday, March 04, 2013 11:53 AM To: profoxt...@leafe.com Subject: Re: Large exe Aside from not

RE: A Form a Strange Date Problem

2013-03-05 Thread Richard Kaye
As Kurt says, an object either exists or it does not so empty() is not appropriate. VARTYPE() is your friend for objects. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Sent: Tuesday, March 05, 2013 12:23 PM To: profoxt...@leafe.com

RE: Screen Res. Design Monitor Sizes...

2013-03-06 Thread Richard Kaye
I had looked at this class briefly years ago but never went far enough with it to see how it might work with my stuff. All the chatter here made me decide to take another look. While anchors have done the job for basic resizing, the font scaling is the piece I miss the most. So of course I'm

RE: Screen Res. Design Monitor Sizes...

2013-03-06 Thread Richard Kaye
-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Wednesday, March 06, 2013 11:36 AM To: profoxt...@leafe.com Subject: RE: Screen Res. Design Monitor Sizes... I had looked at this class briefly years ago but never went far enough with it to see how it might work with my stuff. All the chatter here

RE: Screen Res. Design Monitor Sizes...

2013-03-06 Thread Richard Kaye
-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Wednesday, March 06, 2013 11:56 AM To: profoxt...@leafe.com Subject: RE: Screen Res. Design Monitor Sizes... Yeah. Kaboom. C5 memory error completely crashing VFP after I hit whatever control its puking on. I'm narrowing it down but it's tedious

RE: Screen Res. Design Monitor Sizes...

2013-03-06 Thread Richard Kaye
Do you have it in your project? If so, what does it show as the path? Put it in your libs folder with the rest of your classes and add it back to the project. PACK or clean up the project. COMPILE CLASSLIB will fix the last one. -- rk -Original Message- From: ProfoxTech

MWResize debugging fun

2013-03-06 Thread Richard Kaye
For anyone following along, I 've narrowed it down to the saveOriginalSize method where it attempts to add a property on the fly. My suspicion is the property is already there and attempting to add the same property causes the C5 error. More to come... -- rk

RE: MWResize debugging fun

2013-03-06 Thread Richard Kaye
think it mattered if it was the first one. Well I've got a few more things to work through but it feels more promising than it did earlier. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Wednesday, March 06, 2013 12:51 PM

RE: Screen Res. Design Monitor Sizes...

2013-03-06 Thread Richard Kaye
Seems that way. The form I've been wrestling does not have any explicit anchor properties set. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Wednesday, March 06, 2013 1:50 PM To: profoxt...@leafe.com

RE: Screen Res. Design Monitor Sizes...

2013-03-06 Thread Richard Kaye
Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Wednesday, March 06, 2013 12:44 PM To: profoxt...@leafe.com Subject: RE: Screen Res. Design Monitor Sizes... Do you have it in your project? If so, what does it show as the path? Put it in your libs

RE: Screen Res. Design Monitor Sizes...

2013-03-06 Thread Richard Kaye
All the VFP source that lives in DBFs does fun stuff with relative pathing that can come back to bite you if you do just the sort of thing you described, Kurt. :-) Ouch... -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Sent: Wednesday,

RE: Screen Res. Design Monitor Sizes...

2013-03-06 Thread Richard Kaye
... There is no ocx (that I know of) in the resizer. Jerry -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Wednesday, March 06, 2013 2:00 PM To: profox@leafe.com Subject: RE: Screen Res. Design Monitor Sizes... I believe the invalid message

RE: NF: File Compare Utility

2013-03-08 Thread Richard Kaye
Not to argue with Ted Christof (who among us could win that one), I've been using a product called Merge from Araxis for years and years. There are native versions for both Windoze and OSX. It does both file and folder comparison (pro version does 3 way file comparisons) and even has a COM

RE: NF: File Compare Utility

2013-03-08 Thread Richard Kaye
, 2013 2:28 PM To: profoxt...@leafe.com Subject: Re: NF: File Compare Utility On Fri, Mar 8, 2013 at 2:20 PM, Richard Kaye rk...@artfact.com wrote: Not to argue with Ted Christof There's more than one right answer. Always glad to hear of new stuff. Actually I first started using the OS/2 version

RE: SQL statement formation

2013-03-12 Thread Richard Kaye
You could also try doubling up the embedded delimiter like this when building your SQL statement: [select Lname from customer where Fname like 'O''Mally'] I know this will work with VFP and MSSQL ODBC but don't know about the MYSQL ODBC connector. It's also possible there's some flag in the

RE: SQL statement formation

2013-03-12 Thread Richard Kaye
I formally withdraw my suggestion that you double up embedded delimiters. (I have Johnny Drop Tables on my tatabletop display of comics...) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Tuesday, March 12, 2013 3:31 PM To:

PDF417 barcode reading

2013-03-14 Thread Richard Kaye
Starting some research on adding support for reading PDF417 barcodes (used by many US states driver's licenses) to my app and starting with the Profox list is always a good place to begin. Anyone here invented this wheel already? TIA -- rk ___

RE: Password Security

2013-03-14 Thread Richard Kaye
Check out the VFP2C32 project on VFPX. It has a CREATEGUID function and a compare GUID function. ACTIVATE SCREEN CLEAR SET LIBRARY TO c:\rfc\vfp2c32.fllchange path as appropriate for your system m.lcGUID1=CREATEGUID() ?m.lcGUID1 m.lcGUID2=CREATEGUID() ?m.lcGUID2

RE: Password Security

2013-03-15 Thread Richard Kaye
John had asked about a GUID generating function. I was just making him aware there is a VFP way to do it by using the VFP2C DLL because all us old-timers don't need no other solutions. g There are quite a few useful API functions wrapped inside it besides the GUID generation/comparison. --

RE: Password Security

2013-03-18 Thread Richard Kaye
To not answer your question directly, Mike, the GUID function in the VFP2C project allows you to generate a GUID in 3 different formats: ASCII (default) UNICODE BINARY If you want something human readable use the ASCII option. If you want something completely inscrutable use the binary option.

RE: Password Security

2013-03-19 Thread Richard Kaye
If you do, make sure you install the Intellisense definitions for it. Makes exploring the available functions much easier. -- rk -Original Message- On 3/18/2013 6:41 PM, Richard Kaye wrote: To not answer your question directly, Mike, the GUID function in the VFP2C project allows you

RE: What kind of moron sends data in an Excel with hidden columns?

2013-03-21 Thread Richard Kaye
I was going to say a human moron. (I feel your pain, Michael.) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Thursday, March 21, 2013 10:17 AM To: profoxt...@leafe.com Subject: Re: What kind of moron sends data in an Excel

MWResize implementation

2013-03-27 Thread Richard Kaye
I'm making good progress in reworking my main application to use this class and am looking forward to being able to put it in the hands of my users in the not too distant future. So far, most of the gotchas revolve around grids (surprise, surprise...) but there are a few other things. For

RE: MWResize implementation

2013-03-27 Thread Richard Kaye
There were so many improvements to the grid control alone in VFP 9 that I would run to get out of 7. Not to mention much better support for more current versions of Windoze. I'm still poking at the active cell font thing. If I come up with any useful solutions I will post here. -- rk

RE: FOCUS the MWResize implementation...

2013-03-27 Thread Richard Kaye
it be put back onto the Same Cell Automatically??? I think this may work - depending on the answer to the last Q... -K- -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Wednesday, March 27, 2013 4:13 PM To: profoxt...@leafe.com Subject

RE: FOCUS the MWResize implementation...

2013-03-27 Thread Richard Kaye
onto the Same Cell Automatically??? I think this may work - depending on the answer to the last Q... -K- -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Wednesday, March 27, 2013 4:13 PM To: profoxt...@leafe.com Subject: RE

RE: FOCUS the MWResize implementation...

2013-03-28 Thread Richard Kaye
I think I have a different solution and will post here after I do a bit more testing. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Sent: Wednesday, March 27, 2013 5:15 PM To: profoxt...@leafe.com Subject: RE: FOCUS the MWResize

RE: FOCUS the MWResize implementation...

2013-03-29 Thread Richard Kaye
to be a different fontsize from its parent column; problem solved. Nothing terribly complicated but if you want the code snippets to try out on your own system let me know. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Thursday

RE: FOCUS the MWResize implementation...

2013-03-29 Thread Richard Kaye
I'm inserting a handful of lines into code into a much larger method so not sure if a download is really the best way to go. Here's what I've added to the resizeControl method: After this line right at the top of the method - lcControlName = m.This.GetName( m.toControl ) Add this: LOCAL

Wonder what this means...

2013-04-01 Thread Richard Kaye
http://www.sswug.org/editorials/readed.aspx?id=2739 -- rk ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

RE: Wonder what this means...

2013-04-01 Thread Richard Kaye
... An April Fool's joke?? -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Monday, April 01, 2013 7:31 AM To: profoxt...@leafe.com Subject: Wonder what this means... http://www.sswug.org/editorials/readed.aspx?id=2739 -- rk

RE: FOCUS the MWResize implementation...

2013-04-01 Thread Richard Kaye
happens! Excellent. Maybe you should get this change implemented into the Base version of this Class that people are downloading and using! Anyway - just a thought... -K- -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Friday

RE: ReSizer AGAIN Inconsistent GRID Interactivity

2013-04-01 Thread Richard Kaye
Using the watch window in the debugger may give you a clue about what's happening. That's how I found the issue with textboxes in columns. Are you setting any grid object property values at runtime? For example, on several of my forms the user has the ability to effectively change what the

RE: ReSizer AGAIN Inconsistent GRID Interactivity

2013-04-01 Thread Richard Kaye
...@leafe.com] On Behalf Of Richard Kaye Sent: Monday, April 01, 2013 12:51 PM To: profoxt...@leafe.com Subject: RE: ReSizer AGAIN Inconsistent GRID Interactivity Using the watch window in the debugger may give you a clue about what's happening. That's how I found the issue with textboxes in columns

RE: ReSizer AGAIN Inconsistent GRID Interactivity

2013-04-02 Thread Richard Kaye
FYI looks like comboboxes in columns need similar treatment to textboxes. I'm refactoring my code now. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Sent: Monday, April 01, 2013 4:12 PM To: profoxt...@leafe.com Subject: RE: ReSizer

RE: ReSizer AGAIN Inconsistent GRID Interactivity

2013-04-03 Thread Richard Kaye
For those following along I've submitted an updated version with my updates to Ed. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Sent: Tuesday, April 02, 2013 9:23 AM To: profoxt...@leafe.com Subject: RE: ReSizer AGAIN Inconsistent

RE: Unbearable Lightness/Heaviness of Arrays

2013-04-05 Thread Richard Kaye
As Ted always says, you need to test in your environment to determine the best tradeoff between performance and maintainability. Are you deploying applications in a real-time environment? Are you working with large arrays inside loops with 1000s of iterations? Then performance overhead is

RE: Unbearable Lightness/Heaviness of Arrays

2013-04-05 Thread Richard Kaye
Probably not. :-) Although if you're staying in the warm comfortable VFP zone it might be worth the time to refactor the array stuff to use cursors. As Christof mentioned, VFP is way faster with data (no surprise there) than arrays. -- rk -Original Message- From: ProfoxTech

RE: WTF??? File Is Not Open!

2013-04-09 Thread Richard Kaye
As we're all sharing our reset utilities, here's a subset of mine: SET SYSMENU TO DEFAULT ON ERROR ON SHUTDOWN RELEASE ALL SET RESOURCE ON SET PROCEDURE TO SET LIBRARY TO SET CLASSLIB TO CLEAR CLEAR PROGRAM CLEAR RESOURCES CLEAR EVENTS CLEAR ALL I also disconnect any open connections to SQL

RE: WTF??? File Is Not Open!

2013-04-10 Thread Richard Kaye
All updated source should auto-compile as long as you have SET DEVELOPMENT ON. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Dan Covill Sent: Tuesday, April 09, 2013 7:30 PM To: profoxt...@leafe.com Subject: Re: WTF??? File Is Not Open! On

RE: WTF??? File Is Not Open!

2013-04-10 Thread Richard Kaye
...@leafe.com Subject: Re: WTF??? File Is Not Open! On 4/10/2013 8:30 AM, Richard Kaye wrote: All updated source should auto-compile as long as you have SET DEVELOPMENT ON. I see no reason why you'd ever want to have SET DEVELOPMENT OFF. -- Mike Babcock, MCP

RE: [NF] Windows 7 question on default save to drives

2013-04-10 Thread Richard Kaye
Look at cleaning out the old temp folder on the C drive while you're at it, Mike. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Wednesday, April 10, 2013 12:06 PM To: profoxt...@leafe.com Subject: Re: [NF]

RE: VFP 9 On-Line Help

2013-04-10 Thread Richard Kaye
The latest and greatest VFP 9 help is available as a project on VFPX, Gene. http://vfpx.codeplex.com/wikipage?title=VFP%209%20SP2%20Help%20FilereferringTitle=Home -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Gene Wirchenko Sent:

RE: A CRAZY Grid Interaction...

2013-04-17 Thread Richard Kaye
There are definitely some quirks around setting focus to contained objects. Sorry I can't offer anything more specific at the moment but I'd do some research around that. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Wendt Sent:

RE: VFP6: File is in Use Error

2013-04-17 Thread Richard Kaye
How about: use filename order thisorder in select([bob]) again I don't recall if the SELECT() function supports the alias reference back in VFP 6. Of course this begs the question of how often filename is being opened under how many aliases and whether or not your code cares if it gets

RE: VFP9: Help File

2013-04-19 Thread Richard Kaye
IIRC you have to go onto the properties of the CHM file and tell Windows you trust it. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Desmond Lloyd Sent: Friday, April 19, 2013 9:37 AM To: profoxt...@leafe.com Subject: VFP9: Help File

RE: Using Grids / Fwd: Trouble with ProFox

2013-04-19 Thread Richard Kaye
Gene, If you have the What's New In 8,9... books I'd start there. Having said that, trying to use grids without the GUI designers, at least as a starting point, sounds like a bit of a challenge. -- rk From: Gene Wirchenko ge...@telus.net To: MB Software Solutions, LLC

RE: Using Grids / Fwd: Trouble with ProFox

2013-04-19 Thread Richard Kaye
Easy there, Kurt. I'm not completely rejecting setting up grids in code; I type much faster than I click. :-) Just trying to point out that there's a lot of tedious code to write if Gene starts that way. BTW I think you can just drag a DBF and drop on a form to create a grid. Your advice to

RE: Using Grids / Fwd: Trouble with ProFox

2013-04-22 Thread Richard Kaye
Shouldn't you be crawling back under your grid... vbg -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt @ VR-FX Sent: Friday, April 19, 2013 5:48 PM To: profoxt...@leafe.com Subject: Re: Using Grids / Fwd: Trouble with ProFox Sorry RK -

RE: Incomplete installation?

2013-04-22 Thread Richard Kaye
Try VFP9.EXE /regserver at the command line. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Joe Yoder Sent: Monday, April 22, 2013 1:28 PM To: profoxt...@leafe.com Subject: Incomplete installation? I just installed VFP 9 along with SP2 and

RE: Review of My Application

2013-04-29 Thread Richard Kaye
You can work around this limitation, in VFP 9 at least, by RETURNing to the control/object that you want to set focus to like so: some code that doesn't pass your validation test but you want to let the user go somewhere else RETURN thisform.myControlToSetfocusTo This is documented in the VFP

RE: Grid Changes Over the Years

2013-04-29 Thread Richard Kaye
There may not be chapters on grid changes in the New In 8 9 books but the info there covers what are, imho, the best grid changes; UI stuff like allowcellselection, highlightrow, lockcolumn, autosize. Using bindevents and gridhittest allows you to avoid putting the same code into each

RE: Review of My Application

2013-04-29 Thread Richard Kaye
. :-) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Gene Wirchenko Sent: Monday, April 29, 2013 1:17 PM To: profoxt...@leafe.com Subject: RE: Review of My Application [reordered to chronological] At 07:06 2013-04-29, Richard Kaye rk

RE: Grid Changes Over the Years

2013-04-29 Thread Richard Kaye
Yep. Sorry for the alternate name. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Gene Wirchenko Sent: Monday, April 29, 2013 1:31 PM To: profoxt...@leafe.com Subject: RE: Grid Changes Over the Years There are small sections on grids.

RE: [ADMIN] Donation Request

2013-05-01 Thread Richard Kaye
A Melanie quote! -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Wednesday, May 01, 2013 3:08 PM To: profoxt...@leafe.com Subject: Re: [ADMIN] Donation Request Don't go too fast but I go pretty far... g,dr -- Ted Roche

RE: [ADMIN] Donation Request

2013-05-02 Thread Richard Kaye
And I'm now the guy on the list who publicly recognized both Melanie and John Denver. (Veering dangerously OT now...) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ken Dibble Sent: Wednesday, May 01, 2013 8:25 PM To: profoxt...@leafe.com

RE: Vfp9-Mouse size

2013-05-14 Thread Richard Kaye
Have you tried setting your mousepointer property as desired in the form itself? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Sytze de Boer Sent: Tuesday, May 14, 2013 5:44 PM To: profoxt...@leafe.com Subject: Vfp9-Mouse size Hi folk I

RE: Damned Web Services....

2013-05-16 Thread Richard Kaye
16, 2013 9:30 AM To: profoxt...@leafe.com Subject: Re: Damned Web Services On Thu, May 16, 2013 at 4:28 AM, Dave Crozier da...@flexipol.co.uk wrote: [Richard Kaye] snip VFP will only work with SOAP and maybe an early version, not sure on that. My WS is all json I would recommend you finding

RE: Nasty Problem with Activate

2013-05-16 Thread Richard Kaye
If you do this every time the user moves into the control it seems to me the control's GotFocus method would be the place to do it. I just threw together a simple form with 2 text boxes on it. The first text box I set the format property to D and set the value to date(). In the GotFocus event

RE: Nasty Problem with Activate

2013-05-16 Thread Richard Kaye
Just to be sure it's clear, the code I used will highlight both digits in the day portion of the date. Richard Kaye Vice President, Auction House Systems Artfact | Invaluable | AuctionZip o 617 746 9838 f 617 746 9801 For the fastest response time, please send your support queries

RE: Damned Web Services....

2013-05-24 Thread Richard Kaye
] On Behalf Of Tracy Pearson Sent: Friday, May 24, 2013 2:19 PM To: profoxt...@leafe.com Subject: RE: Damned Web Services [Richard Kaye] snip To my knowledge, VFP doesn't have a library we can grab and use that works with *all* WSDLs. Tracy Pearson PowerChurch Software

RE: Return value from form in class

2013-05-30 Thread Richard Kaye
One way to do it would be to declare your lcReturnMsg variable as private before creating your form object and then directly set that variable in the unload of the form. Another way would be to pass a reference to the calling form object (implied in your question but not shown) to your called

RE: Return value from form in class

2013-05-30 Thread Richard Kaye
The latter being what Ken illustrated, of course. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Thursday, May 30, 2013 10:28 AM To: profoxt...@leafe.com Subject: RE: Return value from form in class One way to do it would

RE: [NF] oh those whacky end users....

2013-05-31 Thread Richard Kaye
Maybe counting up to and over 50 isn't in her skill set and she was too embarrassed to mention it. End users - can't live with 'em, can't live with 'em as I always say... -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of M Jarvis Sent: Friday,

RE: A Focus Problem - Not a Lack of Concentration!

2013-06-19 Thread Richard Kaye
Using the event tracking feature may go a long ways towards illuminating what's happening, Kurt. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Wendt Sent: Wednesday, June 19, 2013 12:18 PM To: profoxt...@leafe.com Subject: RE: A Focus

RE: A Focus Problem - Not a Lack of Concentration!

2013-06-19 Thread Richard Kaye
There are options for directing the output. Debug Output is one option. File is another. Check the help. Make sure you only select the events you're interested in as it can be pretty verbose. I think you can use the Coverage Profiler to analyze the event logs but don't remember for sure. -- rk

RE: A Focus Problem - Not a Lack of Concentration!

2013-06-19 Thread Richard Kaye
In addition to the mouse stuff, you should trim it back to the bare essentials for what you're trying to understand. VFP stores the events you've selected for tracking in your FOXUSER table (ID=ETRACK if you're interested) so your event selection is maintained across sessions, assuming you have

RE: A Focus Problem - Not a Lack of Concentration!

2013-06-19 Thread Richard Kaye
You must have a setfocus call in a when, valid, etc method somewhere. Perhaps some inherited code? http://www.vfug.org/Newsletters/AvoidingTheCannotCallSetFocusFromWithinAWhenValidErrorMessage.htm -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf

RE: A Focus Problem - Not a Lack of Concentration!

2013-06-19 Thread Richard Kaye
I realize you may be using shorthand for the actual code but if you're trying to use the RETURN object syntax to avoid the setfocus restrictions, you will need to use the full object hierarchy (i.e. RETURN thisform.mycontainer.mygrid.mycolumn.text1). BTW I have used this tip quite

RE: [NF] Intel i5 vs. Xeon CPU for a data server

2013-06-19 Thread Richard Kaye
Does the availability of SSDs affect the desirability of quantity of disks vs. size, Christof? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Christof Wollenhaupt Sent: Wednesday, June 19, 2013 4:33 AM To: profoxt...@leafe.com Subject: Re:

RE: [NF] Intel i5 vs. Xeon CPU for a data server

2013-06-20 Thread Richard Kaye
Thanks, Christof! -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Christof Wollenhaupt Sent: Thursday, June 20, 2013 2:23 AM To: profoxt...@leafe.com Subject: Re: [NF] Intel i5 vs. Xeon CPU for a data server Does the availability of SSDs

RE: [NF] XP Pro 64 OS Install Problem.

2013-06-24 Thread Richard Kaye
My experience with recovering keys from old MSDN subscriptions was different but it's been a while. I found some support page that allowed me to ask how I could get keys after I moved. They replied saying I could get up to 5(?) different keys per request. I also found that I could still connect

RE: Layout values appearing as non-default

2013-06-24 Thread Richard Kaye
Try PACKing the class library? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Paul Newton Sent: Monday, June 24, 2013 4:42 AM To: profoxt...@leafe.com Subject: RE: Layout values appearing as non-default Does anybody have ANY ideas about this

RE: Buffer Overrun - Solved!

2013-06-24 Thread Richard Kaye
For future ref that sounds like potential table corruption. A DBF repair utility might have solved it for you. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jeff Johnson Sent: Saturday, June 22, 2013 10:04 AM To: profoxt...@leafe.com

RE: Buffer Overrun - Solved!

2013-06-24 Thread Richard Kaye
Still smells like data corruption. Years ago my partner discovered a bug where VFP would happily tell you records added from inside a transaction were committed when the opposite was true. Running the table through Foxfix took care of it. -- rk -Original Message- From: ProfoxTech

RE: Buffer Overrun - Solved!

2013-06-24 Thread Richard Kaye
And I think that's the fundamental underlying cause of the problem. If the record count in the header is wrong, bad things will happen. I thought that was something Stonefield could repair but... -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf

RE: paths with quotes in them a problem for ADIR (DISREGARD)

2013-06-24 Thread Richard Kaye
Which makes me think of one of my favorite function names in VFP - ADDBS(). Never get bitten by this sort of thing again! Just ADDBS() to all your pathing... -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent:

RE: [NF] Frustrating inconsistent SQL results

2013-06-27 Thread Richard Kaye
Hmmm... I tend to use Flintstones names, too. Must have absorbed that by osmosis... -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Wednesday, June 26, 2013 10:04 PM To: profoxt...@leafe.com Subject: Re: [NF] Frustrating

RE: [NF] Frustrating inconsistent SQL results

2013-06-27 Thread Richard Kaye
Lol I thought that was a deliberate spelling choice. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Thursday, June 27, 2013 1:28 PM To: profoxt...@leafe.com Subject: Re: [NF] Frustrating inconsistent SQL results

RE: [NF] I have got myself really lazy....

2013-06-28 Thread Richard Kaye
I vote for number 2, Matt. Hope that helps... g,drvvf -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of M Jarvis Sent: Friday, June 28, 2013 1:18 PM To: profoxt...@leafe.com Subject: [NF] I have got myself really lazy snip So I tend to

RE: VFP9: File Read Error on an Index File: Windows 8

2013-07-03 Thread Richard Kaye
Hi Desmond, There are known issues with file based databases like VFP with Windows from Vista forward. (Well technically I've seen Vista referenced but have no reason to believe that 8 isn't also affected.) I suggest a little search using something like file corruption SMB. Here are some

RE: VFP9: File Read Error on an Index File: Windows 8

2013-07-03 Thread Richard Kaye
using VFP9 on Vista or Win 7. That includes both stand-alone and File Server systems. Dan Covill On 07/03/13 10:43 AM, Richard Kaye wrote: Hi Desmond, There are known issues with file based databases like VFP with Windows from Vista forward. (Well technically I've seen Vista referenced

RE: VFP9: File Read Error on an Index File: Windows 8

2013-07-04 Thread Richard Kaye
, Jul 3, 2013, at 08:51 PM, Richard Kaye wrote: Hi Dan, It seems to revolve around the OS making (bad) decisions on when data is written to disk for shared files like indexes. They're not bad decisions, in fact they're very necessary for the sort of performance required in modern networks

RE: VFP9: File Read Error on an Index File: Windows 8

2013-07-05 Thread Richard Kaye
be looking at hardware/network/system problems. You're blaming poor design, but if it was design I'd think we'd all be seeing the results. Dan Covill On 07/04/13 11:38 AM, Richard Kaye wrote: I'm sure there are valid technical reasons for the evolution of SMB protocols, opportunistic locking behaviors

RE: Fee tables from DBC

2013-07-08 Thread Richard Kaye
Besides the long column names are you using any other DBC features? Primary key tags? Default values? One strategy might be to pull the data out of all DBC tables into free tables using SQL or even COPY TO (just make sure you use the FREE clause if you use COPY TO). The advantage to the latter

RE: [NF] Windows 8.1

2013-07-09 Thread Richard Kaye
I haven't used this particular utility myself but I've used many Stardock products over the years (going back to my OS/2 days). http://www.stardock.com/products/start8/ -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Michael Oke, II Sent:

RE: Favorite Date Picker

2013-07-09 Thread Richard Kaye
Check out the various ctl32 classes available here: http://www.ctl32.com.ar/ -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Desmond Lloyd Sent: Tuesday, July 09, 2013 9:59 AM To: profoxt...@leafe.com Subject: Favorite Date Picker Would

RE: Why can't I ALTER TABLE on a cursor?

2013-07-11 Thread Richard Kaye
Hi Mike, I think you got your answer from Theirry? Don't use the DBF function in your ALTER TABLE statement when you're working with a cursor. ACTIVATE SCREEN CLEAR CREATE CURSOR test (test1 c(10)) DISPLAY STRUCTURE ALTER TABLE test ADD COLUMN test2 c(20) DISPLAY STRUCTURE ALTER TABLE test

RE: Why can't I ALTER TABLE on a cursor?

2013-07-11 Thread Richard Kaye
[mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Thursday, July 11, 2013 4:48 PM To: profoxt...@leafe.com Subject: Re: Why can't I ALTER TABLE on a cursor? On 7/11/2013 2:35 PM, Richard Kaye wrote: ACTIVATE SCREEN CLEAR CREATE CURSOR test (test1 c(10)) DISPLAY

RE: Why can't I ALTER TABLE on a cursor?

2013-07-12 Thread Richard Kaye
I noticed in the DISP STRU output of my little test that the underlying temp file name changed after each structure change. I guess using a long field name means the alter table code takes a different path that makes it fail. -- rk -Original Message- From: ProfoxTech

RE: Why can't I ALTER TABLE on a cursor?

2013-07-12 Thread Richard Kaye
can't I ALTER TABLE on a cursor? On Fri, July 12, 2013 10:17 am, Richard Kaye wrote: I noticed in the DISP STRU output of my little test that the underlying temp file name changed after each structure change. I guess using a long field name means the alter table code takes a different path

RE: Why can't I ALTER TABLE on a cursor?

2013-07-12 Thread Richard Kaye
IIRC good ol' XBASE APPEND FROM will do column matching for you whereas using SQL INSERT INTO ... SELECT will give you agita fi you try using * instead of explicit columns. Which also means you have to include any required columns that don't support NULLs even if that data is not in the source

RE: Blat Problem

2013-07-15 Thread Richard Kaye
Vey interesting John, a little Google-fu seems to indicate that iuf you want to use SSL SMTP wth blat you need to add another tool to the toolkit. Here's one example: http://comments.gmane.org/gmane.mail.blat/10184 -- rk -Original Message- From: ProfoxTech

RE: Blat Problem

2013-07-15 Thread Richard Kaye
One of the threads I saw referenced a different command line SMTP mailer that has TLS support built into it so it may be worth investigating. The syntax looks very similar to Blat. https://code.google.com/p/mailsend/ -- rk -Original Message- From: ProfoxTech

RE: Blat Problem

2013-07-15 Thread Richard Kaye
And SSL. The examples also specifically show how to use Gmail. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Monday, July 15, 2013 11:52 AM To: profoxt...@leafe.com Subject: RE: Blat Problem One of the threads I saw

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