[NF] World class enterprise system in X#

2019-12-03 Thread Johan Nel
Azyra Systems report that their large scale Enterprise System used by 100+ logistics businesses in 12 countries is now built with X# as the principal language and Microsoft Sql Server as the database. Jimmy Cahill, Joint CEO of Azyra, told us /“We are delighted with the unrivalled coding

World class enterprise system in X#

2019-12-03 Thread Johan Nel
Azyra Systems report that their large scale Enterprise System used by 100+ logistics businesses in 12 countries is now built with X# as the principal language and Microsoft Sql Server as the database. Jimmy Cahill, Joint CEO of Azyra, told us /“We are delighted with the unrivalled coding

Programatically saving the Outlook signature when using automation code

2019-12-03 Thread MB Software Solutions, LLC
Problem:  need to preserve Customer's email signature in Outlook automation code.  Tech:  VFP9SP2 app using the latest Outlook client. This is an update to the 8/21/2019 thread I started about using Outlook to create an email with file attachments.  Got that code working (see below) but now

Re: AW: Calling code in parent's parent class

2019-12-03 Thread Eric Selje
Same. Code smell. On Tue, Dec 3, 2019 at 10:19 AM MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > I would agree that it seems kludgey. Worked for a "genius" last gig and > he used it and it was amazing to see it in action operate easily but my > spidey sense

Re: AW: Calling code in parent's parent class

2019-12-03 Thread MB Software Solutions, LLC
I would agree that it seems kludgey.  Worked for a "genius" last gig and he used it and it was amazing to see it in action operate easily but my spidey sense said "yeah, no...I don't like it." On 12/3/2019 11:10 AM, Jürgen Wondzinski wrote: Sounds a little bit like "bad design", but if life

RE: Calling code in parent's parent class

2019-12-03 Thread Paul Newton
Many thanks to everybody who has replied - I had come across the :: operator many moons ago but had forgotten about it. Paul Newton -Original Message- From: ProfoxTech On Behalf Of Jürgen Wondzinski Sent: 03 December 2019 16:10 To: profoxt...@leafe.com Subject: AW: Calling code in

AW: Calling code in parent's parent class

2019-12-03 Thread Jürgen Wondzinski
Sounds a little bit like "bad design", but if life demands such constructs You can always get the code from the upmost level by using the "QuatroDot" operator :: like class::MyMethod() If you would need one in between, then you need to do some clever IF branching in the beginning of each

Re: Calling code in parent's parent class

2019-12-03 Thread MB Software Solutions, LLC
Hmmm...See :: Scope Resolution Operator in VFP help.  That references calling the PARENT but not sure how you'd leapfrog back 2+ levels.  I'm sure the Foxperts here will answer shortly. On 12/3/2019 11:00 AM, Paul Newton wrote: Hi all Let's say that I have the following situation:

Re: Calling code in parent's parent class

2019-12-03 Thread Christof Wollenhaupt
> Let's say that I have the following situation: > > GreatGrandParent -> GrandParent -> Parent -> Class > > In Class I want to bypass the code in Parent but call the code in either > GrandParent OR GreatGrandParent. GrandParent::Method () -- Christof

Calling code in parent's parent class

2019-12-03 Thread Paul Newton
Hi all Let's say that I have the following situation: GreatGrandParent -> GrandParent -> Parent -> Class In Class I want to bypass the code in Parent but call the code in either GrandParent OR GreatGrandParent. Is this possible and, if so, how? Many thanks Paul Newton --- StripMime Report