Re: [NF] Windows 10 phone to join VFP in the graveyard

2017-10-26 Thread Paul Hemans
Add the Kinect to the list. Most people would equate it with gaming, it was more than just that it industrial applications. Well it used to. Virus-free. www.avast.com

RE: VFP, Authorize.net

2017-10-26 Thread Darren
The rule is simple. VFP can do anything !!! -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Mike McCann Sent: Friday, 27 October 2017 7:59 AM To: profoxt...@leafe.com Subject: RE: VFP, Authorize.net We have used Rick Strahl's West-Wind Web Tools for

RE: VFP, Authorize.net

2017-10-26 Thread Mike McCann
We have used Rick Strahl's West-Wind Web Tools for years to do HTTP POST using HTTP and HTTPS, both to web sites and web services. We call an in-house written C# Windows authentication utility from VFP. A little work but very do-able from VFP. -Original Message- From: ProfoxTech

Re: VFP, Authorize.net

2017-10-26 Thread mbsoftwaresolutions
On 2017-10-26 15:42, Vince Teachout wrote: A friend of mine sent the following question, and I don't know the answer. Does anyone know off the top of their head? "I have a VFP question if you do not mind. I have a client with an old custom app in VFP 7 and 9. They process credit cards using

RE: VFP, Authorize.net

2017-10-26 Thread Darren
Seems to me like it is ultimately XML or JSON posted and JSON back. If that is what it is then it is easy enough to handle. If I am missing something then it could be a different story. Personally I'd skip all that C# stuff and look at the examples they give in the "TRY IT" tabs. But then

Re: VFP, Authorize.net

2017-10-26 Thread Stephen Russell
I will say yes and no. Getting the data, collections in this case, from VFP to post there may be difficult. you are posting in an httppost situation. >From a PHP pov there are objects being created. new AnetAPI\TransactionRequestType(); you should be able to do that easily. You then stuff it.

Re: recno() function in tsql

2017-10-26 Thread Stephen Russell
I only see Jurgen's statement, noting from you in my current email. Then this popped in as I was writing. "Yes. After I read Woody's example I checked the SQL help an now see how to use it.tksRafael " On Thu, Oct 26, 2017 at 3:10 PM, rafael.copquin wrote: > > > Look

RE: recno() function in tsql

2017-10-26 Thread rafael.copquin
Yes. After I read Woody's example I checked the SQL help an now see how to use it.tksRafael  Enviado desde mi dispositivo Samsung Mensaje original De: Dave Crozier Fecha: 26/10/2017 12:12 (GMT-03:00) A: ProFox Email List

Re: recno() function in tsql

2017-10-26 Thread rafael.copquin
Look at the example in my earlier reply to WoodyRafael  Enviado desde mi dispositivo Samsung Mensaje original De: Stephen Russell Fecha: 26/10/2017 12:37 (GMT-03:00) A: ProFox Email List Asunto: Re: recno() function in tsql

VFP, Authorize.net

2017-10-26 Thread Vince Teachout
A friend of mine sent the following question, and I don't know the answer. Does anyone know off the top of their head? "I have a VFP question if you do not mind. I have a client with an old custom app in VFP 7 and 9. They process credit cards using Authorize.net. Authorize.net is pushing

RE: [NF] Tech buzzwords

2017-10-26 Thread Kurt Wendt
Oh man - that video was Hysterical! I had to keep myself in check - sitting at my desk at work - watching that video - and NOT laugh out loud!!! :-) -K- -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Stephen Russell Sent: Thursday, October 26,

Re: recno() function in tsql

2017-10-26 Thread Stephen Russell
I haven't thought of the term recno() in decades. It is a temporary pointer to a specific row but why would you not use your PKey as an identifier? On Thu, Oct 26, 2017 at 10:00 AM, Jürgen Wondzinski wrote: > In SQL each record has to have a PrimaryKey (Field) for

Re: [NF] Question to our UK & EU members

2017-10-26 Thread Stephen Russell
Thank you. I read personal data and that makes me feel a lot better. We can let our HR department know about it but I believe that we keep a separate HR team there because they are aware of what is specific to the UK. On Thu, Oct 26, 2017 at 9:24 AM, Dave Crozier wrote:

RE: recno() function in tsql

2017-10-26 Thread Dave Crozier
Rafael, Jurgen is correct but there is a "pseudo" way to do it if you simply want a unique row number to be generated if that helps. Use Row(Number) with the OVER(...) segmentation construct Select Row_NUMBER() over (Partition by <...unique field..> order by ) as Row#, as , From .dbo.

AW: recno() function in tsql

2017-10-26 Thread Jürgen Wondzinski
In SQL each record has to have a PrimaryKey (Field) for identifying it, since SQL doesn't know of records, it knows about result-sets instead. The RECNO() in xBase is just the same concept: a unique identifier for the current session, not meant for a longterm relation setting. If you

recno() function in tsql

2017-10-26 Thread Rafael Copquin
Is there an equivalent to the VFP recno() function in T-SQL? I'd like to create the following select statement in T-SQL: select recno(),otherfields. from database.dbo.table If there is not, what would be a substitute? Rafael Copquin --- Este correo electrónico ha sido comprobado en

RE: [NF] Question to our UK & EU members

2017-10-26 Thread Dave Crozier
Stephen, The rules are not yed 100% defined and the whole data protection legislation is a work in progress, especially in the UK where Brexit will invariably muddy the waters. Take a look at this as a starter:

[NF] Question to our UK & EU members

2017-10-26 Thread Stephen Russell
I heard yesterday in a meeting about a need of/for data separation for UK business and EU. Nobody knew anything past that vague phrase. Can someone shed any light on this for me? I am defining SQL Storage and I thought that I heard that some data cannot leave either the UK or the EU and come

Re: [NF] Tech buzzwords

2017-10-26 Thread Stephen Russell
Had not seen that video. As I heard footsteps in the hall, I stiffened up. LOL! On Thu, Oct 26, 2017 at 7:59 AM, < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > Charlie's recent post made me think of some buzzwords in Tech over the > years that just made a person either laugh, cringe,

Re: [NF] SPOILER: Software Dev is Hard

2017-10-26 Thread Stephen Russell
ERP system is just over 1 TB. We have to create a new company or two for our new ownership so it should n't grow too much when we do that because that is more reworking the umbrella company. The DW is 300 gig. Our testing db is 50-60 gig now, and our OEE environment is 30-40 gig as well.

[NF] Tech buzzwords

2017-10-26 Thread mbsoftwaresolutions
Charlie's recent post made me think of some buzzwords in Tech over the years that just made a person either laugh, cringe, roll-their-eyes, or some combination thereof. I thought it'd be fun to list some tech buzzwords over the years in this thread. The CIO at my gig from 1999-2002 loved to

Re: [NF] SPOILER: Software Dev is Hard

2017-10-26 Thread mbsoftwaresolutions
On 2017-10-26 07:05, Stephen Russell wrote: 1/4 million includes both servers before discounts. That is paid across 3 years. 96 cores make up that fee. 96 cores?!!?! WOW! How much data are you working with there?!?!? ___ Post Messages to:

Re: [NF] SPOILER: Software Dev is Hard

2017-10-26 Thread Stephen Russell
1/4 million includes both servers before discounts. That is paid across 3 years. 96 cores make up that fee. On Wed, Oct 25, 2017 at 10:05 PM, < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > On 2017-10-25 21:08, Stephen Russell wrote: > >> Maybe we will get over that. That is very M$

RE: FoxPro DevCon in Frankfurt

2017-10-26 Thread Dave Crozier
I must admit I had totally forgotten to follow Rainer's conference progress for the last few years, in fact since the Prague Devcon finished which I always used to frequent along with many other colleagues. It was only your mention of Frankfurt that jogged my mind. I appreciate the

AW: FoxPro DevCon in Frankfurt

2017-10-26 Thread Jürgen Wondzinski
Hi Dave, not sure if there will be another VFP DevCon in Germany next year. Rainer (the organizer) is somewhat "frustrated" currently. The Alaska (XBase++) group has cancelled their part of the conferences (both in USA and Germany), which reduces the overall count of attendees. For hotels

RE: FoxPro DevCon in Frankfurt

2017-10-26 Thread Dave Crozier
Would love to come Jurgen, if only to re-ignite some old friendships but not enough notice to kick the bean counters into passing the capex! Hope you have a great conference and keep us posted so next year can be scheduled in. Dave

RE: [OT] Nothing here, move along

2017-10-26 Thread Dave Crozier
Received here OK. Over! Dave --- This communication and the information it contains is intended for the person or organisation to whom it is addressed. Its contents are confidential and may be protected in law. If you have received