Re: FRX2ANY not producing output

2013-05-13 Thread Ken Dibble
ideas? I had this experience if iSEDQuickPDF.dll wasn't not in the path of the application or the unlock.vcx/vct library wasn't available. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http

Re: FRX2ANY not producing output

2013-05-13 Thread Ken Dibble
You're welcome. :) Ken Dibble www.stic-cil.org Amazing! Thank you so much! The iSEDQuickdPDF.dll was not in the path on my machine but is on the production machine. Thanks, Jeff --- Jeff Johnson j...@san-dc.com (623) 582-0323 www.san-dc.com www.arelationshipmanager.com

Re: Vfp9-Mouse size

2013-05-14 Thread Ken Dibble
control on the form to have this work well. Ken Dibble www.stic-cil.org ___ 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

Re: Screen Design, Fonts Win7 vs. WinXP

2013-05-15 Thread Ken Dibble
influenced by the characteristics of particular hardware. Ken Dibble www.stic-cil.org ___ 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

RE: Screen Design, Fonts Win7 vs. WinXP

2013-05-15 Thread Ken Dibble
Thanks again for coming to my Emotional Rescue! (Yeah - an old Stones saying..) Hey, it did more than that for me. It rescued my eyes! ... Um didn't that just happen to Gene... ? Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox

Re: Weird Events Issue: Addendum and Solution / Horrible Kludge

2013-05-21 Thread Ken Dibble
solution. And yes, it's a kludge, a work-around for a fairly annoying set of VFP bugs. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list

Design Question: Abstract Classes, Yes or No?

2013-05-29 Thread Ken Dibble
, based on my limited understanding, this looks like full code inheritance, not just interface inheritance. Assuming that's true, is there any benefit to using abstract classes in Python in general? With Dabo in particular? Thanks very much for any and all thoughts on this subject. Ken Dibble

Re: Design Question: Abstract Classes, Yes or No?

2013-05-29 Thread Ken Dibble
and internally in the classloc fields of application-specific .vcx and .scx tables. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list

Re: Design Question: Abstract Classes, Yes or No?

2013-05-29 Thread Ken Dibble
now I'll rip 'em out. Thanks Ted. It always helps to get your perspective. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http

Re: Design Question: Abstract Classes, Yes or No?

2013-05-29 Thread Ken Dibble
Thanks to all who replied. It helps a great deal to be able to come here to find out if I've missed something in my thinking. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman

Re: Return value from form in class

2013-05-30 Thread Ken Dibble
THIS.Caller = oCaller ENDPROC PROCEDURE DoSomethingUseful THIS.ReturnValue = Foo ENDPROC PROCEDURE UNLOAD oCaller.ModalResult = THIS.ReturnValue ENDPROC ENDDEFINE Ken Dibble www.stic-cil.org

Re: Design Question: Abstract Classes, Yes or No?

2013-05-30 Thread Ken Dibble
the discussion. That's a huge benefit for me. I don't live anywhere near one of the big cities that still as a VFP user group, so this is where I get my jollies. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance

Re: Design Question: Abstract Classes, Yes or No?

2013-05-30 Thread Ken Dibble
Correcting the link, which email encoding (or something) seems to have munged: http://c2.com/cgi/wiki?YouArentGonnaNeedIt Interesting. I wonder how many times I have done this? Which? Implemented something prematurely, or followed YAGNI? Ken Dibble www.stic-cil.org

Re: Design Question: Abstract Classes, Yes or No?

2013-05-30 Thread Ken Dibble
think to myself: I *know* that they are going to need this, so I might as well... Yup, it's very tempting. Been there, done that, got the untraceable bugs. :) Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance

Re: Crashed programs remaining resident

2013-05-30 Thread Ken Dibble
. My app is still running on 8 Dell Optiplex GX60s with 256 MB of DDR 1 RAM. I mean, you can go make a pot of coffee on a slow Bunn and come back while a typical recordset is pulled up and displayed, but still... Ken Dibble www.stic-cil.org ___ Post

Re: Design Question: Abstract Classes, Yes or No?

2013-05-30 Thread Ken Dibble
but unrelated in any clear way to what the user says they need, I figure YAGNI. A related term is gold plating: http://c2.com/cgi/wiki?GoldPlating Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http

Re: Design Question: Abstract Classes, Yes or No?

2013-05-31 Thread Ken Dibble
reference Roche Ted Roche Associates, LLC http://www.tedroche.com Indeed. Sometimes we have no guidance but experience. You can't always follow the rubber line to your seat. Ken Dibble kend@FiresignTheatre.comedy ___ Post Messages to: ProFox

Re: Problems with List

2013-06-05 Thread Ken Dibble
it has something to do with the email encoding of the sender, either the encoding itself or the Content-Type designation that gets passed along with it. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance

Re: Interactive change event

2013-06-05 Thread Ken Dibble
the SelStart, SelLength, and SelText properties of editboxes. If you provide some more explanation of what you're doing, maybe we can help further. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http

Re: Interactive change event

2013-06-05 Thread Ken Dibble
modify my code to show what you are trying to do? Ken Dibble ** Demo Code ** oForm = CREATEOBJECT(Form) oForm.AddObject(label9,Label) WITH oForm.label9 .Top = 10 .Left = 5 .Width = 200 .Height = 20 .Visible = .T. ENDWITH oForm.AddObject(MemoBox1,MemoBox

Re: Interactive change event

2013-06-05 Thread Ken Dibble
other rather unpredictable circumstances, including, perhaps, yours. I've been caught by that little weirdness several times over the years. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http

Unexplained Error 1705 Access Denied Errors

2013-07-19 Thread Ken Dibble
RETURN .T. ENDIF EndMethod2 Method3 ERASE sometable1.* BANG!! Error 1705 File access denied. ERASE sometable2.* ERASE sometable3.* EndMethod3 EndLoopMethod Can anyone explain this? What am I missing here? Thanks for any help. Ken Dibble

Re: Unexplained Error 1705 Access Denied Errors

2013-07-19 Thread Ken Dibble
the calling program tries to erase them. I suppose I can put the ERASE calls inside a TRY...CATCH inside a DO WHILE loop. DO WHILE loops scare me though. Thanks for the help. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com

Re: Unexplained Error 1705 Access Denied Errors

2013-07-19 Thread Ken Dibble
...CATCH loop for ERASE, any thoughts on how I can minimize getting into an infinite loop? Sure, I can limit the number of iterations, but I have no idea what that limit needs to be to be effective. Unfortunately, I can't reproduce this problem on demand. Thanks. Ken Dibble www.stic-cil.org

Re: Unexplained Error 1705 Access Denied Errors

2013-07-19 Thread Ken Dibble
Either way you want a bail out option. Mike doesn't like DO WHILE, and I prefer not to EXIT or manually tweak a counter in a FOR NEXT. To each their own. Thanks everybody for all your suggestions. I'll be back on this on Monday. Roll on the weekend! Ken Dibble www.stic-cil.org

Re: [NF] Building a Database Application with Xojo

2013-07-26 Thread Ken Dibble
Xojo in Spanish would be pronounced Kso-ho with a really hard 'h' and the X just like in English (ks), and the 'o' as in 'pond'. Is it too difficult to pronounce Kso-jo in English? Not if you're already coughing... Ken Dibble www,stic-cil.org

[NF] Typical Email Security Protocols?

2013-07-29 Thread Ken Dibble
? TLS? Kerberos? Something else? I realize that a lot of places use IMAP or MAPI for email. BUT, for places that use POP/SMTP, do people still frequently set up the accounts without any of those protocols? Thanks. Ken Dibble www.stic-cil.org ___ Post

RE: [NF] Typical Email Security Protocols?

2013-07-30 Thread Ken Dibble
. There are a lot easier ways to steal useful data. (Sorry, just a pet peeve of mine.) See my repy to Ted also. Thanks, Dave. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman

Re: [NF] Typical Email Security Protocols?

2013-07-30 Thread Ken Dibble
of this problem on the antivirus company's public forum, and one of them was mine. So I was trying to understand how it could be that more people haven't seen and complained about it. Thanks again. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox

Indecipherable VFP Error 2115

2013-07-30 Thread Ken Dibble
on the server, and even though, according to the other error data, the line that actually says PACK is not being called. I would think and hope that PACK doesn't trigger a table's default-value expression. Are we having fun yet? Can anybody find the light at the end of this tunnel? Thanks. Ken

Re: Indecipherable VFP Error 2115

2013-07-30 Thread Ken Dibble
2115. Thanks. Ken Dibble www.stic-cil.org ___ 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 Searchable Archive

Re: [NF] Typical Email Security Protocols?

2013-07-30 Thread Ken Dibble
afford it. Ken Dibble www.stic-cil.org ___ 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 Searchable Archive

RE: Indecipherable VFP Error 2115

2013-07-30 Thread Ken Dibble
. No indexes using UDFs anywhere in the application. The table mentioned has two INDEX ON fieldname TAG fieldname indexes, set at design-time, only. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http

Re: [NF] Typical Email Security Protocols?

2013-07-30 Thread Ken Dibble
, which does prevent some issues, though I'm sure not all of them. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http

Re: Indecipherable VFP Error 2115

2013-07-30 Thread Ken Dibble
You can't use ANY VFP function that requires an alias as a parameter in a SQL statement. You're using ... EMPTY(dicttable) which is a big no-no. It's not an alias. It's the name of a field in the table being queried. And it works without error most of the time. Ken Dibble www.stic

RE: Indecipherable VFP Error 2115

2013-07-30 Thread Ken Dibble
to see if anybody else can come closer to explaining what may actually be happening here. Thanks! Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free

Re: Indecipherable VFP Error 2115

2013-07-30 Thread Ken Dibble
out. On application startup, you'll want to truncate or archive the old log. Yup, I can do that. Slowly, slowly we turn, bit by bit... In your error routine, you might want to email the log to yourself, if you can get SMTP to work :) Hah! Thanks, Ted. Ken Dibble www.stic-cil.org

Re: Indecipherable VFP Error 2115

2013-07-30 Thread Ken Dibble
to instrument and log it as Ted suggested first and see if I can get enough additional information that way. Thanks. Ken Dibble www.stic-cil.org [excessive quoting removed by server] ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http

Re: Indecipherable VFP Error 2115

2013-07-30 Thread Ken Dibble
, like some sort of flesh-eating bacteria. I'll see if I can log the living daylights out of it and get some more info that way. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman

Re: Indecipherable VFP Error 2115

2013-07-31 Thread Ken Dibble
. Ken Dibble www.stic-cil.org ___ 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 Searchable Archive: http

Re: Indecipherable VFP Error 2115

2013-07-31 Thread Ken Dibble
of it? On the other hand, if your TV keeps blanking out do you complain to the cable company and keep complaining until you get a tech over to deal with it? (Many other examples.) See my point? Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com

Re: Indecipherable VFP Error 2115

2013-07-31 Thread Ken Dibble
a headache I don't need. Maybe I could create a routine that gets triggered if the user's system crashes that pushes an annoying gong sound through the computer speaker every 5 seconds and only I can turn it off--which I would gladly do in exchange for an error report from the user. ;:- Ken

Re: Indecipherable VFP Error 2115

2013-08-01 Thread Ken Dibble
there's much benefit for the cost. As I said, I like the idea in principle but in practice... Thanks. Ken Dibble IT Coordinator ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free

Re: Indecipherable VFP Error 2115

2013-08-01 Thread Ken Dibble
? :) I think if you do that on a submarine, everybody gets wet... But I'll think about it, at least in-house where I can control my own internal email server assuming the program can still talk to it. Ken Dibble www.stic-cil.org ___ Post Messages

Re: Indecipherable VFP Error 2115

2013-08-01 Thread Ken Dibble
... TRY... AGAIN... By the way, in Windows 2000, mapped drives would *routinely* show up as red x's in Windows Explorer when they were perfectly well connected, and clicking them would not change the display at all. So I guess this is progress... Ken Dibble www.stic-cil.org

Re: Indecipherable VFP Error 2115

2013-08-01 Thread Ken Dibble
years of operation, except when the motherboard on the IBM Nefinity 3000 server blew a capacitor. And then IBM sent a genuine tech out from 70 miles away to replace that 8-year-old mobo the NEXT DAY, and only charged for the cost of the part. Nobody ever got fired for buying IBM :-) Ken

Re: Indecipherable VFP Error 2115

2013-08-01 Thread Ken Dibble
to pay quite a bit more for it than I'm paying for email now... but what I'm paying now is about $600 a year and includes website hosting as well. Hmmm.. Ed? Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance

Re: Indecipherable VFP Error 2115

2013-08-02 Thread Ken Dibble
At 10:40 PM 8/1/2013 -0500, you wrote: On Aug 1, 2013, at 8:12 PM, Ken Dibble krdib...@stny.rr.com wrote: Hmmm.. Ed? You want me to put you in touch with someone from sales? Yes, thanks. Can you send me info off-list? Ken ___ Post Messages

[NF] Need an Email ISP with a Rational Mass Email Policy

2013-08-14 Thread Ken Dibble
the difference between this kind of mass emailing and spam, and does not impose limits on this kind of emailing, nor does it charge extra for it. Thanks for any help. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance

Re: [NF] Need an Email ISP with a Rational Mass Email Policy

2013-08-14 Thread Ken Dibble
Google has had this down for as long as I have been with them. No data-mining email service need apply. These emails contain confidential and, at times, HIPAA-protected information. Thanks. Ken Dibble www.stic-cil.org ___ Post Messages

Re: [NF] Need an Email ISP with a Rational Mass Email Policy

2013-08-14 Thread Ken Dibble
to use a separate provider solely for this purpose. Thanks. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http

Re: [NF] Need an Email ISP with a Rational Mass Email Policy

2013-08-14 Thread Ken Dibble
and maintain an email server for me, but only if they follow MY rules...ALL of them. Thanks. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version

Re: [NF] Need an Email ISP with a Rational Mass Email Policy

2013-08-14 Thread Ken Dibble
interference every time some other idiot ISP overtweaks their spam filter and blocks my messages. I don't want to configure or run the server. I want somebody else to do that for me, following MY rules. I will pay a fair price for that, but only if I can actually get that. Thanks. Ken Dibble

Re: [NF] Lawsuit claims Microsoft misled investors in Surface RT fiasco

2013-08-14 Thread Ken Dibble
http://www.channelregister.co.uk/2013/08/14/lawsuit_claims_microsoft_misled_investors_in_surface_rt_debacle/ fondleslab??? ROFL. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com

Re: [NF] Need an Email ISP with a Rational Mass Email Policy

2013-08-14 Thread Ken Dibble
I'm willing to pay a reasonably high price to a company to set up and maintain an email server for me, but only if they follow MY rules...ALL of them. Forward me your rules and requirements, and maybe we could talk. :) Deal. Will do, tomorrow when I get back to work. Thanks! Ken

Re: [NF] FBI Virus

2013-08-17 Thread Ken Dibble
of MalwareBytes, and probably by several other anti-malware programs. Ken Dibble www.stic-cil.org ___ 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

Re: Application Down - More Info

2013-09-12 Thread Ken Dibble
backup and restore everything under C:\Users\Public\UserName; you'll copy the corruption to the new profile.) Add the new profile to the Administrators group. I bet the problem is magically solved for that user. Ken Dibble www.stic-cil.org ___ Post

RE: Getting Data from Another form

2013-09-19 Thread Ken Dibble
) ... doesn't give you a reference to the form. ofrmCoach = CREATEOBJECT(frmCoach) ofrmCoach.Top = 5 ... would work though. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo

RE: Getting Data from Another form

2013-09-20 Thread Ken Dibble
object references; it's a whole other pre-OO xBase thing. Ken Dibble www.stic-cil.org ___ 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

[NF] How Can Passworded Zip Files be Dangerous?

2013-09-20 Thread Ken Dibble
? And how would a user get a password for a malware zip file mailed to him by a bot? What am I missing here, again, as usual? Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman

Re: [NF] How Can Passworded Zip Files be Dangerous?

2013-09-21 Thread Ken Dibble
all users to never open any attachments, zipped or not, unless they know exactly what is going to be in it beforehand. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo

Re: [NF] How Can Passworded Zip Files be Dangerous?

2013-09-21 Thread Ken Dibble
them to come in with an email. If you just tell people not to open any attachment that they don't know exactly what it is, you've achieved the same level of security without inconveniencing anybody or spending any extra money. SMH Ken Dibble www.stic-cil.org

RE: [NF] How Can Passworded Zip Files be Dangerous?

2013-09-21 Thread Ken Dibble
Don't believe it. Google is listening all the time. Put the hosts file on your computer and see. Not a problem. I wear my tinfoil-covered colander on my head at all times. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com

RE: [NF] How Can Passworded Zip Files be Dangerous?

2013-09-21 Thread Ken Dibble
the fascination with naked people and porn and such that most women appear to have . . . . lol I don't either--but I'd like to meet those women... Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http

Re: [NF] How Can Passworded Zip Files be Dangerous?

2013-09-21 Thread Ken Dibble
much. Wasn't that Yogi Berra? Ken Dibble www.stic-cil.org ___ 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: [NF] How Can Passworded Zip Files be Dangerous?

2013-09-22 Thread Ken Dibble
the media called a virus was in fact a targeted eavesdropping mechanism that didn't damage software or equipment, but stole information. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com

RE: [NF] How Can Passworded Zip Files be Dangerous?

2013-09-23 Thread Ken Dibble
Whatever it was it does not excuse other governments spying on it. USA or UK whoever did it. Yes. As I said, I am completely opposed to that kind of thing. My reading of the linked story didn't tell me that something got damaged though. Ken Dibble www.stic-cil.org

Re: VFP9 install on 64-bit new laptop?

2013-10-03 Thread Ken Dibble
expect to buy software and then have it continue to work properly for you without continuing to pay for it over and over again? Wake up, man! This is 2013. Software isn't a product, it's a service. So get ready to be ser-vised Ken Dibble www.stic-cil.org

Re: VFP9 install on 64-bit new laptop?

2013-10-04 Thread Ken Dibble
the proctologist, I expected flowers and at the very least a tickle if we're going to get that close. Whoo hoo!! Perfect! Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT

Re: [ADMIN] Please help if you can - One week to go!

2013-10-04 Thread Ken Dibble
. She collected them, prized them, and reveled in delivering them. She passed away in August. So this donation is in the name of Milrene Smith. Thanks for the opportunity to celebrate her, Ed. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox

Re: Interesting scam

2013-10-09 Thread Ken Dibble
Is this just a UK thing so far? Not at all. And it's been around for at least a couple of years, though there are variants that put up the same ransom demands and lock the user out of the computer for all intents and purposes without actually encrypting any files. Ken Dibble www.stic

Re: Interesting scam

2013-10-10 Thread Ken Dibble
How would you be sure that they would give you back the original files after you paid the ransom? They wouldn't. They don't. They just steal your money. And if you use your credit card, then they steal that information. And lots of panicked people fall for it. Ken Dibble www.stic-cil.org

Re: Interesting scam

2013-10-10 Thread Ken Dibble
NOT work in Windows 7. (I can run an executable placed in that folder after setting that policy and restarting the machine.) Does anyone have any idea how to do this in Windows 7 and have it actually work? Ken Dibble www.stic-cil.org ___ Post Messages

RE: Interesting scam

2013-10-12 Thread Ken Dibble
are clearly paying spammers to send them out. Every day, hundreds of spam advertisements for well-known products. We don't have to find and bust the spammers. Just bust the companies that are paying them. Ken Dibble www.stic-cil.org ___ Post Messages

Re: win 8.1

2013-10-15 Thread Ken Dibble
. That never used to happen. Ken Dibble www.stic-cil.org ___ 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: win 8.1

2013-10-15 Thread Ken Dibble
anything]. There are all kinds of fake links out there. I only update Flash by going to the adobe website and downloading it from there. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com

Re: win 8.1

2013-10-16 Thread Ken Dibble
. This will eventually be true for XP. Long before people stop using it, people will stop writing malware for it. Sometime after that, malware designed for it will cease to circulate. At that point, it will be safe. Ken Dibble www.stic-cil.org ___ Post Messages

Re: win 8.1

2013-10-16 Thread Ken Dibble
new malware, by a large margin, is aimed at mobile OSes, with Android being in the lead. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version

Re: win 8.1

2013-10-16 Thread Ken Dibble
the switch. That never used to happen. Yeah but your Win 7 machine---is it 64-bit? Your XP is 32-bit. 64-bit should be faster, right? No, 32 bit, all of them. I'm dealing with about 90 machines at this point, about half XP, half Win 7. So this is my aggregate experience. Ken Dibble www.stic

Re: [NF] Chrome to drop XP in about 18 months.

2013-10-16 Thread Ken Dibble
Since W8 has come out XP drops from 15% of share to 12 and in 18 months I believe that most of that old stuff will fail and be replaced with a current one. The article says that XP has over 30% of OS market share. Ken Dibble www.stic-cil.org

Re: [NF] An introduction to Abject-oriented programming.

2013-10-16 Thread Ken Dibble
http://typicalprogrammer.com/?p=8 I'm wiping away tears and only got through the first page. Are you, like me, crying at how many people didn't get the joke? Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription

Re: [NF] An introduction to Abject-oriented programming.

2013-10-16 Thread Ken Dibble
http://typicalprogrammer.com/?p=8 Here's another good one: http://c2.com/cgi/wiki?FragileManifesto Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT

Re: SWFox Conf. Keynote is LIVE Now!

2013-10-18 Thread Ken Dibble
Ted Roche, Lifetime Achievement Award!! Congrats Ted! You're in very good company. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version

RE: Is code self documenting?

2013-10-31 Thread Ken Dibble
And why is the START button in windows used to END the system? Same reason Init 0 shuts down Linux. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free

Re: [NF] Cryptolocker

2013-11-06 Thread Ken Dibble
machine, but that would be the better way to go. Ken Dibble www.stic-cil.org ___ 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

RE: [NF] Cryptolocker

2013-11-06 Thread Ken Dibble
Why can't they close down bitcoin to start with. Seeing it aids with criminals and money laundering. Well, it also aids people who want to carry out perfectly legitimate financial transactions without the government poking its nose into them. Ken Dibble www.stic-cil.org

RE: [NF] Cryptolocker

2013-11-06 Thread Ken Dibble
advocates. It is not limited to the belief systems of extreme libertarians. I should know, because I am very far from that end of the spectrum. :) Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http

[NF] Windows POP Email Client Recommendations

2013-11-14 Thread Ken Dibble
This should be a fun opportunity for people to argue about the best email client. :) Thanks for any suggestions. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free

Re: [NF] Installing a new email client (on new laptop)

2013-11-20 Thread Ken Dibble
months ago that NSA had cracked https encryption in general. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http

Re: [NF] Installing a new email client (on new laptop)

2013-11-20 Thread Ken Dibble
attacks it and makes it impossible to use by non-administrative users. So that ship has sailed, and, as so often happens in the computer industry, progress has left me with no choice but to accept an inferior product. Ken Dibble www.stic-cil.org ___ Post

Re: [NF] Installing a new email client (on new laptop)

2013-11-20 Thread Ken Dibble
that the Thunderbird interface is too complicated--but I get a lot more service calls from a smaller Thunderbird user base (How do I change this? Why doesn't that work reliably? Why did it freeze up?) than I do from a larger number of Eudora users. So it's a bigger drag on my time. Ken Dibble www.stic

Re: [NF] Installing a new email client (on new laptop)

2013-11-20 Thread Ken Dibble
stellar spam/malware control though, compared to the previous company, and that was the most important consideration overall. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman

Re: [NF] Installing a new email client (on new laptop)

2013-11-20 Thread Ken Dibble
, or flexibility for mobility in our case. One size does not fit all. Ken Dibble www.stic-cil.org ___ 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

Re: VFP6: Why would anyone....

2013-11-22 Thread Ken Dibble
Oh. Just seemed odd, at the time. Like going to LA via Omaha or something! Wh! Charlie Daniels reference! Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com

RE: Grid: Row-Level Validation

2013-11-22 Thread Ken Dibble
such as not remembering which column refers to which date (along with being a lot easier to validate). Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list

RE: [NF] Malware protection vs cost

2013-11-21 Thread Ken Dibble
. So I'm beginning to wonder if Spybot is really effective anymore. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http

Re: FoxInCloud version 2.0 is available!

2013-12-09 Thread Ken Dibble
appeared. Ken Dibble www.stic-cil.org ___ 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 Searchable Archive: http

Re: Windows System Menu in My Custom Menu

2013-12-11 Thread Ken Dibble
ENDIF ON SELECTION BAR barnum OF WindowMenu thecommand ENDFOR IF somefound * Add any additional window management items to the menu here. ELSE DEFINE BAR 1 OF WindowMenu PROMPT SKIP FOR FillWindowMenu() ENDIF RETURN .F. ENDFUNC Ken

Prevent Report Field Splitting Between Pages

2013-12-17 Thread Ken Dibble
unless the rendered height of the second object will fit completely on the page? Thanks for any help. Ken Dibble www.stic-cil.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free

Re: Prevent Report Field Splitting Between Pages

2013-12-18 Thread Ken Dibble
of a mailing address. I would have to entirely rewrite the logic of the report system to get a pre-assembled mailing address into a memo field in a cursor. It's not worth the time and effort to do that.) But thanks. You're the only person who has responded at all. Ken Dibble www.stic-cil.org

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