Re: VFP9SP2 pop-up box for nearly everything

2015-08-07 Thread Fernando D. Bozzo
Hi Mike: Have you SET TABLEPROMPT OFF? This way you get an error and not a dialog, and this plus the error controller, you can see where this is happening 2015-08-07 17:42 GMT+02:00 : > Screenshot: > http://mbsoftwaresolutions.com/images/dialog_box_popup_every_time.png > > VFP9SP2, User is o

Re: VFP9SP2 pop-up box for nearly everything

2015-08-07 Thread mbsoftwaresolutions
I'll try that, but what's strange is that I do not use DBFs. AND, more weird--and classic: it works fine on my machine PLUS IT WORKS FINE ON ANOTHER USER'S MACHINE AT THE SAME PROBLEM SITE. So bizarre. I don't think I've ever messed with SET TABLEPROMPT so it's worth a shot. Thanks! --Mik

RE: VFP9SP2 pop-up box for nearly everything

2015-08-07 Thread Richard Kaye
LOCFILE() calls will do that, too. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Friday, August 07, 2015 11:43 AM To: profoxt...@leafe.com Subject: VFP9SP2 pop-up box for nearly everything S

RE: VFP9SP2 pop-up box for nearly everything

2015-08-07 Thread mbsoftwaresolutions
Checked my code. No LOCFILEs in production code (but in some stub PRGs that were ran manually by me inside the VFP IDE and do not get called in the running app). Added the SET TABLEPROMPT OFF and it STILL came up. What the heck?!?!? On 2015-08-07 11:51, Richard Kaye wrote: LOCFILE()

Re: VFP9SP2 pop-up box for nearly everything

2015-08-07 Thread Fred Taylor
Don't you need a config file with RESOURCE=OFF? Having SET RESOURCE OFF in your code is too late, VFP tries to open the resource file before your code is executed. Fred On Fri, Aug 7, 2015 at 9:18 AM, wrote: > Checked my code. No LOCFILEs in production code (but in some stub PRGs > that were

Re: VFP9SP2 pop-up box for nearly everything

2015-08-07 Thread mbsoftwaresolutions
I've got that too. config.fpw contents, included in EXE: * This is the config file for the software. RESOURCE = OFF title FabNet, by MB Software Solutions, LLC (c) 2014 screen = OFF tmpfiles = sys(2023) ALLOWEXTERNAL = ON On 2015-08-07 12:13, Fred Taylor wrote: Don't you need a config file wi

Re: VFP9SP2 pop-up box for nearly everything

2015-08-07 Thread Fred Taylor
OK, you have an ALLOWEXTERNAL=ON, which means you may also be using a CONFIG.FPW file in your path, overriding your internal one. Fred On Fri, Aug 7, 2015 at 9:26 AM, wrote: > I've got that too. config.fpw contents, included in EXE: > > * This is the config file for the software. > RESOURCE =

Re: VFP9SP2 pop-up box for nearly everything

2015-08-07 Thread mbsoftwaresolutions
Put that there years ago after seeing it on here (via Rick Schummer, I think) as a good idea (or so I thought) that might come in handy in the future. Just checked my distribution---there's no config.fpw in my Inno Script and so no config.fpw deployed (other than the one built into the EXE).

Re: VFP9SP2 pop-up box for nearly everything

2015-08-07 Thread mbsoftwaresolutions
I think I've found the issue. PEBKAC. lol ___ 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 Archiv

RE: VFP9SP2 pop-up box for nearly everything

2015-08-07 Thread Kurt Wendt
ng to know what really happened! :-) -K- -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Friday, August 07, 2015 1:58 PM To: profoxt...@leafe.com Subject: Re: VFP9SP2 pop-up box for nearly everything I t

Re: VFP9SP2 pop-up box for nearly everything

2015-08-07 Thread Jeff Johnson
t 07, 2015 1:58 PM To: profoxt...@leafe.com Subject: Re: VFP9SP2 pop-up box for nearly everything I think I've found the issue. PEBKAC. lol [excessive quoting removed by server] ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: h

RE: VFP9SP2 pop-up box for nearly everything

2015-08-09 Thread Michael Glassman
Hopefully Michael will fess up when he gets back to work tomorrow! ;-) -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jeff Johnson Sent: Friday, August 07, 2015 1:10 PM To: profoxt...@leafe.com Subject: Re: VFP9SP2 pop-up box for nearly everything

RE: VFP9SP2 pop-up box for nearly everything

2015-08-10 Thread mbsoftwaresolutions
Well, I should confess that it's some bug in this code of mine, although I've retooled this to totally eliminate the DBF file and just go right to my backend (MySQL). This was the old code. No doubt I had something assumed/wrong with my DBF table: FUNCTION Audit(tcFormName as String, tcUniqu

Re: VFP9SP2 pop-up box for nearly everything

2015-08-10 Thread Fernando D. Bozzo
Hi Mike: I think that this code have many possibilities to fail, it's not encapsulated. I comment on every aspect based on what I can see, and some asumptions of what I can't see: 1) You do "INSERT INTO (this.cAuditDBF) ...", but I don't see you first open the table (this.cAuditDBF) with USE comm

RE: VFP9SP2 pop-up box for nearly everything

2015-08-11 Thread Dave Crozier
ond "?" returns back nothing after the initial "<" Dave -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: 11 August 2015 04:21 To: ProFox Email List Subject: RE: VFP9SP2 pop-up box for nearly ever

RE: VFP9SP2 pop-up box for nearly everything

2015-08-11 Thread Paul Newton
Dave Yes, but it also throws an operator/operand type mismatch error Paul -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Dave Crozier Sent: 11 August 2015 09:41 To: profoxt...@leafe.com Subject: RE: VFP9SP2 pop-up box for nearly everything Mike

RE: VFP9SP2 pop-up box for nearly everything

2015-08-11 Thread Dave Crozier
oun...@leafe.com] On Behalf Of Paul Newton Sent: 11 August 2015 09:48 To: profox@leafe.com Subject: RE: VFP9SP2 pop-up box for nearly everything Dave Yes, but it also throws an operator/operand type mismatch error Paul -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.co

Re: VFP9SP2 pop-up box for nearly everything

2015-08-11 Thread Koen Piller
t;" > > Look at the output the second "?" returns back nothing after the > initial "<" > > Dave > > > -----Original Message----- > From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of > mbsoftwaresoluti...@mbsoftwaresolutions.com >

RE: VFP9SP2 pop-up box for nearly everything

2015-08-11 Thread mbsoftwaresolutions
On 2015-08-11 04:41, Dave Crozier wrote: Mike, I'd also give the line: llOK = this.ExecuteSQL(lcSQL) = 1 a look as I think the this could cause you problems if the ExecuteSQL is returning back a boolean value Personally, even though I use it occasionally I am not a fan of in line assignments an

Re: VFP9SP2 pop-up box for nearly everything

2015-08-11 Thread mbsoftwaresolutions
On 2015-08-11 02:58, Fernando D. Bozzo wrote: Hi Mike: I think that this code have many possibilities to fail, it's not encapsulated. I comment on every aspect based on what I can see, and some asumptions of what I can't see: 1) You do "INSERT INTO (this.cAuditDBF) ...", but I don't see you f

RE: VFP9SP2 pop-up box for nearly everything

2015-08-11 Thread Dave Crozier
11 August 2015 13:25 To: ProFox Email List Subject: RE: VFP9SP2 pop-up box for nearly everything On 2015-08-11 04:41, Dave Crozier wrote: > Mike, > I'd also give the line: > llOK = this.ExecuteSQL(lcSQL) = 1 > > a look as I think the this could cause you problems if the Exe

RE: VFP9SP2 pop-up box for nearly everything

2015-08-17 Thread Kurt Wendt
Dave - Sorry to hear you were having such a bad day - and also for my slow reply (I was out in Cali last week for a Conference). I suspect that they give you an apt. at local Apple store so far in future - since they probably only give limited # of advance appt's for a "Genius" - to leave most