RE: String operations under Win 8

2014-08-04 Thread Allen
I don't know if anyone else has noticed. While win 8.1 was fast to start with it has slowed down in many things. Like explorer filling, something I have never seen before in windows. Outlook (2007) has gone to snail pace to reload IMAP folders. Firefox takes an age to load. I suppose it must be

RE: JPG as General Fields in FRX

2014-08-04 Thread Dave Crozier
You can still use a variable in the picture name to dynamically specify the name of the picture. Just use =varname Dave -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Andrew MacNeill Sent: 02 August 2014 14:14 To: profox@leafe.com; profoxt...@leafe.com

RE: Negative of attaching error handler object to _screen object?

2014-08-04 Thread Dave Crozier
+1 CreateObject() Dave -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: 04 August 2014 01:50 To: ProFox Email List Subject: Re: Negative of attaching error handler object to _screen object? On 2014-08-03

Re: Auto Response

2014-08-04 Thread Gérard Lochon
- Original Message - From: Angelito Curimo ebi_...@yahoo.com Thank you for sending your email, this will be replied later, God Bless... Big Bot is watching us ... ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: readmethod()

2014-08-04 Thread Gérard Lochon
- Original Message - From: Jean MAURICE jsm.maur...@wanadoo.fr To: profox@leafe.com Sent: Saturday, August 02, 2014 8:12 AM Subject: Re: readmethod() With FoxCharts is shipped ... ... (first because I am colour blind !). Half a chance, Jean. As told us Sammy Jr, you could be

Re: readmethod()

2014-08-04 Thread Jean MAURICE
Le 04/08/2014 13:52, Gérard Lochon a écrit : PS : tu reste à gamberger tout l'été au lieu d'aller te ressourcer ? En fait, j'ai déjà pris des 'vacances' en juin et je repars faire du train en Suisse en Septembre ! Ma femme est en congé depuis la semaine dernière mais on reste à Grenoble ou

[NF] Need sample XML for P6 and P9 downloaded from UK HMRC

2014-08-04 Thread Paul Newton
Hi all I wonder if anybody in the UK has some sample data downloaded from HMRC for P6 and P9 tax code changes? Thanks Paul Newton ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free

RE: sending email

2014-08-04 Thread Tracy Pearson
Gary Jeurink wrote on 2014-08-03: A long time ago you guys gave me a snipit that sent mail from a button click. IF venders2.email lcMail = mailto:+ venders2.email ShellExecute(0,open,lcMail,,,1) ENDIF Now I have a wrinkle. How can I give the option to send from,

Re: Moving my error handler to its own DLL for easier distribution/updating

2014-08-04 Thread Kevin Cully
In the past, we've decoupled our error handler into a Foxpro based APP file. It worked out well. [1] Create a project such as 'ErrHand.pjx' with all of the forms, programs and reports that are needed for a bulletproof error handling. [2] Build using BUILD APP ErrHand FROM ErrHand [2] Test the

Re: Moving my error handler to its own DLL for easier distribution/updating

2014-08-04 Thread Fernando D. Bozzo
The problem with ON ERROR is that error control is more like a Web app than a desktop app, because you can't scalate the error and stay in the app, and makes you abandon the app. I don't see decoupling error handler as a good idea for everything, and being so generic can't manage well particular

Re: [NF] Need sample XML for P6 and P9 downloaded from UK HMRC

2014-08-04 Thread Andrew Stirling
Is this what you want http://www.hmrc.gov.uk/softwaredevelopers/paye/internet/dps.htm Kind regards Andrew Stirling 01250 874580 supp...@calcpay.co.uk http://www.calcpay.co.uk On 04/08/2014 13:58, Paul Newton wrote: Hi all I wonder if anybody in the UK has some sample data downloaded from

RE: [NF] Need sample XML for P6 and P9 downloaded from UK HMRC

2014-08-04 Thread Paul Newton
Andrew Thanks for that - I will check out the Outgoing XML Generator on that page Paul -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Andrew Stirling Sent: 04 August 2014 15:11 To: profoxt...@leafe.com Subject: Re: [NF] Need sample XML for P6 and

Re: sending email

2014-08-04 Thread Paul Hill
On 4 August 2014 14:22, Tracy Pearson tr...@powerchurch.com wrote: Now I have a wrinkle. How can I give the option to send from, 1. default outlook account 2. from a gmail account 3. from a yahoo account Since gmail and yahoo are web services, the account would probably need to

Re: Moving my error handler to its own DLL for easier distribution/updating

2014-08-04 Thread mbsoftwaresolutions
On 2014-08-04 09:59, Kevin Cully wrote: In the past, we've decoupled our error handler into a Foxpro based APP file. It worked out well. [1] Create a project such as 'ErrHand.pjx' with all of the forms, programs and reports that are needed for a bulletproof error handling. [2] Build using BUILD

Re: Moving my error handler to its own DLL for easier distribution/updating

2014-08-04 Thread mbsoftwaresolutions
Moreover...I'm thinking that you of course pass the parms like any usual ON ERROR DO ErrHand WITH ERROR(), MESSAGE(), PROGRAM(), LINENO(), but if you don't pass the parms, the APP launches a management kind of form that allows you to review the log of errors. Kevin -- to address what Ferd

Re: Moving my error handler to its own DLL for easier distribution/updating

2014-08-04 Thread mbsoftwaresolutions
Hi Fernando, For all my time, I've always had the error handling included in the EXE. Only recently though, when something seemed to go awry with things OUTSIDE of my app, did I find that embedded the error handling in the app was a disadvantage, because now, I'd have to update every app to

Re: Moving my error handler to its own DLL for easier distribution/updating

2014-08-04 Thread Kevin Cully
I don't have my error handler code on the VM that I have open right now so this is from memory. I opened up a form with a red background and gave them a Print, Continue, Cont. w/ Revert or Quit Application option. It shows the Error Number, and the Error message. There is a text area for them

Re: Moving my error handler to its own DLL for easier distribution/updating

2014-08-04 Thread mbsoftwaresolutions
On 2014-08-04 12:08, Kevin Cully wrote: I don't have my error handler code on the VM that I have open right now so this is from memory. I opened up a form with a red background and gave them a Print, Continue, Cont. w/ Revert or Quit Application option. It shows the Error Number, and the Error

[NF] SBS2008 IE

2014-08-04 Thread Jeff Johnson
I just spent the last two hours trying to install IE 9 ( 11) in SBS2008 with no success. The customer will only use IE. He also uses gmail with does not seem to work on IE7. My question is, what is the recommended version of IE for SBS2008? Who do you have to know to get it installed?

Re: [NF] SBS2008 IE

2014-08-04 Thread Rafael Copquin
Thanks. (Firefox works great but the customer wants to use IE) Some people never learn! Rafael Copquin El 04/08/2014 16:04, Jeff Johnson escribió: I just spent the last two hours trying to install IE 9 ( 11) in SBS2008 with no success. The customer will only use IE. He also uses gmail with

Re: [NF] SBS2008 IE

2014-08-04 Thread Jeff Johnson
This guy never will. ;^( On 8/4/2014 12:22 PM, Rafael Copquin wrote: Thanks. (Firefox works great but the customer wants to use IE) Some people never learn! Rafael Copquin El 04/08/2014 16:04, Jeff Johnson escribió: I just spent the last two hours trying to install IE 9 ( 11) in SBS2008

Re: [NF] SBS2008 IE

2014-08-04 Thread Ted Roche
On Mon, Aug 4, 2014 at 3:04 PM, Jeff Johnson j...@dcsoftware.com wrote: I just spent the last two hours trying to install IE 9 ( 11) in SBS2008 with no success. What happens? The customer will only use IE. He also uses gmail with does not seem to work on IE7. Nothing works on IE7 :)

Re: [NF] SBS2008 IE

2014-08-04 Thread Fred Taylor
We use SBS2008 and we just let windows update take it to IE11. Not sure what it was at initial install (IE7 or 9?). However, we don't use IE on that box, FireFox is the default browser there. Fred On Mon, Aug 4, 2014 at 12:04 PM, Jeff Johnson j...@dcsoftware.com wrote: I just spent the last

Re: [NF] SBS2008 IE

2014-08-04 Thread Jeff Johnson
Ted Fred: When I try to install IE it tells me the installer is out of date and won't let me install a new installer because the server needs updating. There is actually a SBS2008 web page for installing pre-requisits for IE9. That doesn't work either. It just seems the installers are out

Re: [NF] SBS2008 IE

2014-08-04 Thread Ted Roche
Have you tried running Windows Update? On Mon, Aug 4, 2014 at 3:48 PM, Jeff Johnson j...@san-dc.com wrote: Ted Fred: When I try to install IE it tells me the installer is out of date and won't let me install a new installer because the server needs updating. There is actually a SBS2008

Re: sending email

2014-08-04 Thread mbsoftwaresolutions
Hi Gary, Found this today while surfing: http://www.berezniker.com/content/pages/visual-foxpro/send-email-msn-email-account HTH, --Mike On 2014-08-03 20:12, Gary Jeurink wrote: A long time ago you guys gave me a snipit that sent mail from a button click. IF venders2.email lcMail =

Re: [NF] SBS2008 IE

2014-08-04 Thread mbsoftwaresolutions
On 2014-08-04 15:22, Rafael Copquin wrote: Thanks. (Firefox works great but the customer wants to use IE) Some people never learn! Rafael Copquin It's the ol Nobody ever got fired for using IBM kind of mentality. ___ Post Messages to:

Re: Attn peeps who use CDO for email

2014-08-04 Thread mbsoftwaresolutions
I was rewriting my error handler class (more than just a single large method in a common object but instead now its own class and several methods in it). Still going to finish but found this in my travels: http://www.berezniker.com/content/pages/visual-foxpro/cdo-2000-class-sending-emails

Re: [NF] SBS2008 IE

2014-08-04 Thread Stephen Russell
Some people have an opinion different from ours. They like IE and Bing-Bong. On Mon, Aug 4, 2014 at 3:23 PM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: On 2014-08-04 15:22, Rafael Copquin wrote: Thanks. (Firefox works great but the customer wants to use IE) Some people never

Re: [NF] SBS2008 IE

2014-08-04 Thread mbsoftwaresolutions
On 2014-08-04 17:06, Stephen Russell wrote: Some people have an opinion different from ours. They like IE and Bing-Bong. I actually do like Bing. And I don't care that my searches are tracked. I have nothing to hide. In fact, sometimes the targeted marketing is actually appreciated.

Re: [NF] SBS2008 IE

2014-08-04 Thread Jeff Johnson
I'll give that a try and report back. Thanks, On 8/4/2014 12:59 PM, Ted Roche wrote: Have you tried running Windows Update? On Mon, Aug 4, 2014 at 3:48 PM, Jeff Johnson j...@san-dc.com wrote: Ted Fred: When I try to install IE it tells me the installer is out of date and won't let me

Re: [NF] SBS2008 IE

2014-08-04 Thread Jeff Johnson
I'm with you on that Steve, only the level of frustration trying to get Internet Explorer and Office working for customers is incredible. A great deal of my customers like Outlook and IE and I look like an amateur to my customers because it is so difficult. Also, Remote Desktop Connection and