Re: Lianja anyone?

2018-08-22 Thread Stephen Russell
We are dealing with our ERP to do SAAS and in that case NO YOU CAN NOT RDP
in at all.  That is why we will pay them a monthly gouge of $$ to do it for
us.  :(

To be honest I don't even get to touch my raw SQL data either.  They push
it to a Data Lake and I get to consume from there.  Pretty sure that will
be a document database or some sort of NoSQL version.  That will be really
fun getting my data out for our on prem DW.

On Wed, Aug 22, 2018 at 11:23 AM Alan Bourke 
wrote:

> On Wed, 22 Aug 2018, at 4:05 PM, Stephen Russell wrote:
> > Not sure you can RDP into Cloud today.  Maybe you can but not with what
> we
> > are looking at.
>
> Absolutely you can, one of our products depends on it.
>
> --
>   Alan Bourke
>   alanpbourke (at) fastmail (dot) fm
>
[excessive quoting removed by server]

___
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://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cajidmylo-ddqltigflo9twbkdxbiboxhrkpsyzvu5xfrqmy...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Lianja anyone?

2018-08-22 Thread Peter Cushing

On 22/08/2018 17:26, Alan Bourke wrote:


It involves purchasing RDP licences is  maybe one reason, you would normally 
need to implement Citrix XenApp or something to manage it properly.

There are alternatives to RDP like ThinStuff that can work very well.


+1 on the thinstuff, which we use here.  We also use RDPguard
https://rdpguard.com/
to stop brute force attacks etc.  There's always a large list of IPs 
that have been blocked for x days.


Peter

This communication is intended for the person or organisation to whom it is addressed. The contents are confidential and may be protected in law. Unauthorised use, copying or disclosure of any of it may be unlawful. If you have received this message in error, please notify us immediately by telephone or email. 


www.whisperingsmith.com

Whispering Smith Ltd Head Office:61 Great Ducie Street, Manchester M3 1RR. 
Tel:0161 831 3700 
Fax:0161 831 3715 


London Office: 101 St. Martin's Lane,London, WC2N 4AZ  Tel:0207 299 7960




___
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://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/744d5036-0a1f-8a55-a1e8-ae06ed118...@whisperingsmith.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

RE: Frustrations on anchor=15 resizing not happening until I go off the page and come back to it (SOLVED)

2018-08-22 Thread Richard Kaye
OK. I was going to say your eventracking looked a bit too tightly filtered. 
There should have been activate/deactivate events for the pageframe/pages. IAC 
you've got a working solution. 

--

rk

-Original Message-
From: ProfoxTech  On Behalf Of 
mbsoftwaresoluti...@mbsoftwaresolutions.com
Sent: Wednesday, August 22, 2018 12:18 PM
To: profoxt...@leafe.com
Subject: Re: Frustrations on anchor=15 resizing not happening until I go off 
the page and come back to it (SOLVED)

On 2018-08-22 10:43, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote:
> VFP9SP2 using FoxCharts (1.37 and 1.46beta)
> 
> I've got FoxCharts working somewhat in my testing so far, but I can't 
> get the first showing page to fully resize automatically and some 
> trickery I've tried is driving me nuts.  See 20-second demo showing my
> frustration:  https://www.screencast.com/t/jmTkdEl2xN
> 
> Ideas?
> 
> tia,
> --Michael



Solved it with this kludge in the form.init:

this.LockScreen = .T.
this.pgf.ActivePage = 2
this.pgf.ActivePage = 1
this.LockScreen = .F.

___
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://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/bn6pr10mb1299973af6ee29ad90dc0768d2...@bn6pr10mb1299.namprd10.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Re: Lianja anyone?

2018-08-22 Thread Alan Bourke
On Wed, 22 Aug 2018, at 3:51 PM, mbsoftwaresoluti...@mbsoftwaresolutions.com 
wrote:
> On 2018-08-17 10:08, Dave Crozier wrote:

> They've got 500MB of data in some centers  with 20+ years of data

Not *that* big in Fox terms ...

> running some reports  takes FOREVER on the client machines at their learning 
> centers

Are they on the same LAN as the server with the DBFs?


-- 
  Alan Bourke
  alanpbourke (at) fastmail (dot) fm

___
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://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/1534955270.2769.1482731696.4e1ea...@webmail.messagingengine.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Lianja anyone?

2018-08-22 Thread Alan Bourke


On Wed, 22 Aug 2018, at 3:54 PM, mbsoftwaresoluti...@mbsoftwaresolutions.com 
wrote:
> On 2018-08-20 07:41, Alan Bourke wrote:

> Why doesn't this approach happen more often or why isn't it commonplace? 
>   (I get the imnpression it's not.)  Is it not professional in its style?

It involves purchasing RDP licences is  maybe one reason, you would normally 
need to implement Citrix XenApp or something to manage it properly. 

There are alternatives to RDP like ThinStuff that can work very well.

-- 
  Alan Bourke
  alanpbourke (at) fastmail (dot) fm

___
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://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/1534955191.2120.1482726968.7218f...@webmail.messagingengine.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Lianja anyone?

2018-08-22 Thread Alan Bourke
On Wed, 22 Aug 2018, at 4:05 PM, Stephen Russell wrote:
> Not sure you can RDP into Cloud today.  Maybe you can but not with what we
> are looking at.

Absolutely you can, one of our products depends on it. 

-- 
  Alan Bourke
  alanpbourke (at) fastmail (dot) fm

___
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://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/1534954999.1634.1482725448.0f322...@webmail.messagingengine.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Frustrations on anchor=15 resizing not happening until I go off the page and come back to it (SOLVED)

2018-08-22 Thread mbsoftwaresolutions

On 2018-08-22 10:43, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote:

VFP9SP2 using FoxCharts (1.37 and 1.46beta)

I've got FoxCharts working somewhat in my testing so far, but I can't
get the first showing page to fully resize automatically and some
trickery I've tried is driving me nuts.  See 20-second demo showing my
frustration:  https://www.screencast.com/t/jmTkdEl2xN

Ideas?

tia,
--Michael




Solved it with this kludge in the form.init:

this.LockScreen = .T.
this.pgf.ActivePage = 2
this.pgf.ActivePage = 1
this.LockScreen = .F.

___
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://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/3539eace8df2baa12816446c824f6...@mbsoftwaresolutions.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Recommendations for online PHP course?

2018-08-22 Thread Vince Teachout

On 08/22/18 10:59 AM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote:

On 2018-08-08 06:29, Dave Crozier wrote:

Udemy.com run some great courses and every few weeks run special
offers where courses are discounted to your equivalent of a few
dollars.


I've used PluralSight for some learning. Some good, some eh.


Thanks - I've already ordered some Udemy courses, but I'll check into 
PluralSight for future use.


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



___
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://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/54b5e1a2-4e4a-84bb-9c7c-21ab0cdb6...@caracal.net
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Frustrations on anchor=15 resizing not happening until I go off the page and come back to it

2018-08-22 Thread mbsoftwaresolutions

On 2018-08-22 11:21, Richard Kaye wrote:

Is the chart container magically zooming when you activate the 2nd
page? If so, what code is executing at that time?



I used EVENTTRACKING to tell me.  I set ET on in the pag1.Deactivate and 
turned it back off in the pag1.Activate (so when I navigated back to 
page1 it would shut off).  Here's the pickup from page2's tracking:


41830.801, frmhelpdeskcharts.pgf.pag2.Activate()
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.title.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.subtitle.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.xaxis.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.yaxis.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.scalelegend.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.axislegend2.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.shapelegend.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.sidelegend.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.tooltip.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.yaxis2.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.chartcanvas.UIEnable(.T.)
41830.802, 
frmhelpdeskcharts.pgf.pag2.mychart.cmdchartoptions.UIEnable(.T.)

41830.802, frmhelpdeskcharts.pgf.pag2.mychart.title.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.subtitle.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.xaxis.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.yaxis.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.scalelegend.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.axislegend2.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.shapelegend.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.sidelegend.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.tooltip.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.yaxis2.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag2.mychart.chartcanvas.UIEnable(.T.)
41830.802, 
frmhelpdeskcharts.pgf.pag2.mychart.cmdchartoptions.UIEnable(.T.)

41830.802, frmhelpdeskcharts.pgf.pag2.mychart.UIEnable(.T.)
41830.802, frmhelpdeskcharts.pgf.pag1.mychart.Moved()
41830.802, frmhelpdeskcharts.pgf.pag1.mychart.Resize()
41830.802, xfcbitmap.Init(1740, 744, .F., .F., .F.)
41830.804, xfcgraphics.Init()
41830.804, xfcbitmap.Destroy()
41830.805, xfccolor.Init()
41830.809, xfccolor.Destroy()
41830.809, xfcfont(Arial, 16, 1, .F., .F., .F.)
41830.809, 41830.816, frmhelpdeskcharts.LostFocus()
41830.817, frmhelpdeskcharts.Deactivate()
41830.817, frmhelpdeskcharts.Paint()

I had tried forcing a thisform.Paint but that didn't make any 
difference.


___
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://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/eb90b65251846fce3feb82eb72a3f...@mbsoftwaresolutions.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: Frustrations on anchor=15 resizing not happening until I go off the page and come back to it

2018-08-22 Thread Richard Kaye
Is the chart container magically zooming when you activate the 2nd page? If so, 
what code is executing at that time?

--

rk

-Original Message-
From: ProfoxTech  On Behalf Of 
mbsoftwaresoluti...@mbsoftwaresolutions.com
Sent: Wednesday, August 22, 2018 10:43 AM
To: profoxt...@leafe.com
Subject: Frustrations on anchor=15 resizing not happening until I go off the 
page and come back to it

VFP9SP2 using FoxCharts (1.37 and 1.46beta)

I've got FoxCharts working somewhat in my testing so far, but I can't get the 
first showing page to fully resize automatically and some trickery I've tried 
is driving me nuts.  See 20-second demo showing my
frustration:  https://www.screencast.com/t/jmTkdEl2xN

Ideas?

tia,
--Michael


___
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://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/bn6pr10mb1299a76b38e1156f879d249bd2...@bn6pr10mb1299.namprd10.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Lianja anyone?

2018-08-22 Thread Stephen Russell
Not sure you can RDP into Cloud today.  Maybe you can but not with what we
are looking at.

On Wed, Aug 22, 2018 at 9:57 AM 
wrote:

> On 2018-08-22 10:54, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote:
> > On 2018-08-20 07:41, Alan Bourke wrote:
> >> You might find that putting the existing solution on a Windows server
> >> in the cloud and allowing the users RDP access is a path of less
> >> resistance - in that scenario all the DBF access is happening locally
> >> on the server.
> >
> >
> > Why doesn't this approach happen more often or why isn't it
> > commonplace?  (I get the imnpression it's not.)  Is it not
> > professional in its style?
>
>
>
> And wouldn't this approach be very secure?
>
[excessive quoting removed by server]

___
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://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cajidmykoe9xiho7ubli4q1pg-64b0wtupmdgebt8pofouxs...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Every day a school day.

2018-08-22 Thread mbsoftwaresolutions

On 2018-07-31 05:49, Alan Bourke wrote:

On Tue, 31 Jul 2018, at 5:57 AM,
mbsoftwaresoluti...@mbsoftwaresolutions.com wrote:


I pretty much only use it with arrays.  What else would you use it
for???  Collections I guess?


I only use it for collections, due to the fact that I avoid arrays if 
possible.



I only use FOR EACH with arrays on functions like AFIELDS where it 
automatically creates arrays.  The only time I ever use arrays other 
than those scenarios is where I just use it for a SUM query:


select sum(MyValue) FROM MyTable into array laSum

return nvl(laSum[1],0)


Stuff like that.

___
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://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/8320181d8ca33f7b10889591bff37...@mbsoftwaresolutions.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Recommendations for online PHP course?

2018-08-22 Thread mbsoftwaresolutions

On 2018-08-08 06:29, Dave Crozier wrote:

Udemy.com run some great courses and every few weeks run special
offers where courses are discounted to your equivalent of a few
dollars.



I've used PluralSight for some learning. Some good, some eh.

___
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://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/ca736c3bb0e1fa5036795f98c6db7...@mbsoftwaresolutions.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Lianja anyone?

2018-08-22 Thread mbsoftwaresolutions

On 2018-08-22 10:54, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote:

On 2018-08-20 07:41, Alan Bourke wrote:

You might find that putting the existing solution on a Windows server
in the cloud and allowing the users RDP access is a path of less
resistance - in that scenario all the DBF access is happening locally
on the server.



Why doesn't this approach happen more often or why isn't it
commonplace?  (I get the imnpression it's not.)  Is it not
professional in its style?




And wouldn't this approach be very secure?

___
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://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/7a4b9c6cc032e2a2193adbec51c00...@mbsoftwaresolutions.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Lianja anyone?

2018-08-22 Thread mbsoftwaresolutions

On 2018-08-20 07:41, Alan Bourke wrote:

You might find that putting the existing solution on a Windows server
in the cloud and allowing the users RDP access is a path of less
resistance - in that scenario all the DBF access is happening locally
on the server.



Why doesn't this approach happen more often or why isn't it commonplace? 
 (I get the imnpression it's not.)  Is it not professional in its style?


___
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://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/79bda63a33e0d6ca7f961eff07819...@mbsoftwaresolutions.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Lianja anyone?

2018-08-22 Thread mbsoftwaresolutions

On 2018-08-17 10:08, Dave Crozier wrote:

Looking at it as a basis for some web development that at the moment
converting from strict VFP  desktop onto a browser based solution as
the desktop solution ships so much data when opening DBF's with their
associated indexes.



Just a quick comment that the VFP dbf app I did at Sylvan has the same 
challenges in its old age.  They've got 500MB of data in some centers 
with 20+ years of data, and for whatever reason, running some reports 
takes FOREVER on the client machines at their learning centers (where 
it's just a handful of machines on the local server).  Corporate's 
workaround was to give folks direct server access so they could run it 
faster on the server.  I'm glad I switched to MySQL back in 2004!


___
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://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/96e9a3507bf7387b8e8ddfe3c...@mbsoftwaresolutions.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Frustrations on anchor=15 resizing not happening until I go off the page and come back to it

2018-08-22 Thread mbsoftwaresolutions

VFP9SP2 using FoxCharts (1.37 and 1.46beta)

I've got FoxCharts working somewhat in my testing so far, but I can't 
get the first showing page to fully resize automatically and some 
trickery I've tried is driving me nuts.  See 20-second demo showing my 
frustration:  https://www.screencast.com/t/jmTkdEl2xN


Ideas?

tia,
--Michael

___
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://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/b1149dfbff2f560eb4c04cd3b322b...@mbsoftwaresolutions.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.