Re: Form designer to first time use of class designer

2024-07-04 Thread Frank Cazabon
Joe, would this work for you? move your mouse over the container (not any of the contained objects), then type this in the command window: ox = SYS(1270) ox.SaveAsClass("myclasslib","myclass") MODIFY CLASS myclass of myclasslib Frank. Frank Cazabon On 04/07/2024 1:22

Re: Application Protection

2024-04-22 Thread Frank Cazabon
Is defox still a thing? 22 Apr 2024 19:48:27 Eric Selje : > I think ReFox is still out there. It has a application scrambler to prevent > decompilation, if that's what you're looking for. > > Eric > > > On Mon, Apr 22, 2024 at 5:35 PM Carl Lindner wrote: > >> Eons ago, I picked up

Re: Programatically placing text boxes on a form - continued

2023-10-30 Thread Frank Cazabon
NAME = "TextBox" + LTRIM(STR(i)) + LTRIM(STR(j))        .LEFT = (j - 1) * 10        .TOP = (i - 1) * 20        .WIDTH = 100        .HEIGHT = 20        .VALUE = "Data for cell " + LTRIM(STR(i)) + ", " + LTRIM(STR(j))        .VISIBLE =

Re: Fun with label printers

2023-06-01 Thread Frank Cazabon
3: label3 row 4: label4 you have: row 1: label1, label2 row 2: label3, label4 just another WAG while I distract myself from some Flutter/Dart training I'm doing :) Frank. Frank Cazabon On 01/06/2023 2:23 pm, Richard Kaye wrote: Hi Frank, I appreciate the response. I'll check

Re: Fun with label printers

2023-06-01 Thread Frank Cazabon
Hey Richard, If I remember correctly, these label printers only print one label at a time. Can you loop through your result set and print each label one at a time? Frank. Frank Cazabon On 01/06/2023 1:21 pm, Richard Kaye wrote: Hi ProFoxers! Let's start June off with an actual VFP

Re: VFP Report Dynamics Tab Missing

2023-04-21 Thread Frank Cazabon
t*.app files are, anyway) > > > On 4/20/2023 5:27 PM, Frank Cazabon wrote: >> Thanks >> >> 20 Apr 2023 17:20:29 Richard Kaye : >> >>> It's all on VFPX via Github. >>> >>> https://github.com/VFPX/ReportingApps >>> >>&g

Re: VFP Report Dynamics Tab Missing

2023-04-20 Thread Frank Cazabon
Tracy, this was the problem, thanks! I downloaded the latest files from https://github.com/VFPX/ReportingApps and the extra tabs are available now. Frank. Frank Cazabon On 20/04/2023 4:56 pm, Tracy Pearson wrote: Hi Frank, My only thoughts is you need to be sure you have the updated

Re: VFP Report Dynamics Tab Missing

2023-04-20 Thread Frank Cazabon
Thanks 20 Apr 2023 17:20:29 Richard Kaye : > It's all on VFPX via Github. > > https://github.com/VFPX/ReportingApps > > From: ProfoxTech On Behalf Of Frank Cazabon > Sent: Thursday, April 20, 2023 5:12 PM > To: profoxt...@leafe.com > Subject: Re: VFP Report Dynamics

Re: VFP Report Dynamics Tab Missing

2023-04-20 Thread Frank Cazabon
the updated Report*.app > files. > > HTH, > Tracy > > -Original Message- > From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Frank > Cazabon > Sent: Thursday, April 20, 2023 3:27 PM > To: mailto:profoxt...@leafe.com > Subject: VFP Report Dynamics Tab M

Re: VFP Report Dynamics Tab Missing

2023-04-20 Thread Frank Cazabon
> HTH, > Tracy > > -Original Message- > From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Frank > Cazabon > Sent: Thursday, April 20, 2023 3:27 PM > To: profoxt...@leafe.com > Subject: VFP Report Dynamics Tab Missing > > Hi, > > I've got version 0

VFP Report Dynamics Tab Missing

2023-04-20 Thread Frank Cazabon
Hi, I've got version 09.00..7423 and SET("ReportBehavior") = 90 yet when I double click a report control on a report I don't see the Dynamics Tab or the Advanced Tab. Windows 11 Pro 22H2 What am I doing wrong? -- Frank. Fra

Re: [NF] Right-click Open with options

2022-11-13 Thread Frank Cazabon
Could this be what you are looking for? https://www.wikihow.com/Add-New-Options-to-Right-Click-Menu-in-Windows 13 Nov 2022 09:19:04 Paul Newton : > As a result of various attempts I am now ending up with several duplicate > entries on the right-click menu - any ideas where these are stored so

Re: GDIPlus - Resize

2022-06-27 Thread Frank Cazabon
Does this site help? VfpImaging VFP tips and tricks blog: RESIZE IMAGES WITH VFP9 and GDI+ <http://vfpimaging.blogspot.com/2006/02/resize-images-with-vfp9-and-gdi_1706.html> Frank. Frank Cazabon On 27/06/2022 8:40 am, Paul Newton wrote: Unfortunately Alan's ResizeImage function won'

Re: [NF] Understanding Rackspace documentation

2022-05-16 Thread Frank Cazabon
not allow them to. I've left them investigating this for now. Frank. Frank Cazabon On 13/05/2022 4:01 pm, Ed Leafe wrote: On May 13, 2022, at 14:38, Frank Cazabon wrote: Ed, is there a C# SDK for doing this? Or maybe it's time to learn some python. A long time ago there was, but I have

Re: [NF] Understanding Rackspace documentation

2022-05-13 Thread Frank Cazabon
Ed, is there a C# SDK for doing this? Or maybe it's time to learn some python. Frank. Frank Cazabon On 13/05/2022 9:12 am, Ed Leafe wrote: On May 13, 2022, at 07:36, Frank Cazabon wrote: What I get back is: Status 404, the resource could not be found. Can you see what I am doing wrong

Re: [NF] Understanding Rackspace documentation

2022-05-13 Thread Frank Cazabon
I just tried it with no difference. I wonder if this has anything to do with user rights. While in the UI on rackspace I saw a message about not being able to upload files unless my admin was logged in. I'll get the client to logion and see. Frank. Frank Cazabon On 13/05/2022 9:12 am, Ed

Re: [NF] Understanding Rackspace documentation

2022-05-13 Thread Frank Cazabon
I pull it out from an earlier response used for authentication Frank. Frank Cazabon On 13/05/2022 8:40 am, Paul Newton wrote: Where does m.lcToken come from? On 13/05/2022 13:36, Frank Cazabon wrote: Hi Ed, unfortunately I'm not getting it to work (either from VFP or from Postman). Here

Re: [NF] Understanding Rackspace documentation

2022-05-13 Thread Frank Cazabon
==" What I get back is: Status 404, the resource could not be found. Can you see what I am doing wrong? Frank. Frank Cazabon On 12/05/2022 3:06 pm, Ed Leafe wrote: On May 12, 2022, at 13:10, Frank Cazabon wrote: anybody here ever had to do anything with Rackspace's Storage API to mo

Re: [NF] Understanding Rackspace documentation

2022-05-13 Thread Frank Cazabon
:) Thanks Ed. I'll let you know how I get on. Frank. Frank Cazabon On 12/05/2022 3:33 pm, Ed Leafe wrote: On May 12, 2022, at 14:31, Ed Leafe wrote: Here's the code as it should be: https://github.com/pycontribs/pyrax/blob/master/pyrax/object_storage.py#L599-L606 Geez, that's just

[NF] Understanding Rackspace documentation

2022-05-12 Thread Frank Cazabon
t? I've got the account, sourceContainer and sourceObject but not sure what comes before the /v1/ 2. I'm unaware of a COPY type of Http request, so what should that be? 3. Even trying various things in PostMan aren't helping :( -- Frank. Frank Cazabon __

Re: Config.FPW command ignored when double-clicking on PJX in Explorer

2022-05-09 Thread Frank Cazabon
indow"? Do you mean "?CURDIR()" ? Frank. Frank Cazabon On 09/05/2022 10:20 am, Paul Newton wrote: Hi Frank Thanks for your reply.  I have tried as you suggest (Config.FPW and Startup.PRG in the VFP9.EXE folder) but that still does not work.  Double-clicking on the PKX open

Re: Config.FPW command ignored when double-clicking on PJX in Explorer

2022-05-09 Thread Frank Cazabon
enough. Frank. Frank Cazabon On 09/05/2022 10:07 am, Paul Newton wrote: Thanks Jan You say that double-clicking on a PJX works as usually but what are the commands in your Start.PRG and do they get executed (in addition to the project being opened). Paul On 09/05/2022 14:09, Jan Bucek wrote

Re: Accessing/processing archived emails

2022-04-13 Thread Frank Cazabon
LOL Frank. Frank Cazabon On 13/04/2022 10:43 am, paul.newton.h...@gmail.com wrote: That's not surprising - I've just realised that his reply was to me and not to the list ... DOH! -Original Message- From: ProfoxTech On Behalf Of Frank Cazabon Sent: 13 April 2022 15:40 To: profoxt

Re: Accessing/processing archived emails

2022-04-13 Thread Frank Cazabon
Interesting, I never saw his message, it's not even in my spam (quite a few Profox emails end up in Google's spam) :( Frank. Frank Cazabon On 13/04/2022 10:33 am, paul.newton.h...@gmail.com wrote: Frank Vince suggested copying my old MBOX stuff into TB's default mail location ... seems

Re: Accessing/processing archived emails

2022-04-13 Thread Frank Cazabon
Glad you found something. I didn't see a response from Vince. What did he suggest? Frank. Frank Cazabon On 13/04/2022 10:24 am, paul.newton.h...@gmail.com wrote: Many thanks, Frank It looks as if Vince's suggestion might very well work and would be the ideal solution. Paul -Original

Re: Accessing/processing archived emails

2022-04-11 Thread Frank Cazabon
Hi Paul, A quick search gave me these but I've never used them: https://www.bitrecover.com/blog/view-thunderbird-msf-files/ https://sysc.org/open-mbox-file-format/ 11 Apr 2022 18:03:11 paul.newton.h...@gmail.com: > Hi all > > > > I have several (Windows Explorer) folders containing

Re: Windows 11 ads and unexpected restarts on Win 10 Pro

2021-12-27 Thread Frank Cazabon
I updated a couple weeks ago. Haven't noticed any problems. 27 Dec 2021 17:26:21 MB Software Solutions, LLC : > Anybody else upgrade to Win11 yet and can comment on how your Fox IDE (and > exes/rpts/etc) works with it? > > > On 12/16/2021 11:55 PM, data...@adam.com.au wrote: >> I have

Re: VFP equivalent of SQL Server 'script table'

2021-09-02 Thread Frank Cazabon
on forums | Foxite <https://www.foxite.com/faq/default.aspx?id=50> Visual MaxFrame Professional has a tool called XXDTGenAndPopCode to turn each record in a table into an INSERT statement. Frank. Frank Cazabon On 02/09/2021 7:05 am, Alan Bourke wrote: In MSSQL you can script a tab

Re: Disappearing pop-up windows (like the Find window dialog in Code References, and sometimes the entire Debug window)

2021-08-10 Thread Frank Cazabon
off the screen somewhere? If you know the debug window is the active window, you can press Alt, then left arrow, then down arrow, then "M" and you will be able to move the window with the arrow keys. That might give you a better idea of where the window is. Frank. Frank Cazabon

Generate Restful API for a database

2021-08-06 Thread Frank Cazabon
come across one out there in the wild? -- Frank. Frank Cazabon ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman/listinfo

Re: Data Manipulation, Pivot?

2021-07-22 Thread Frank Cazabon
R.isRoster;             ) B ON A.EmployeeFK = B.EmployeeFK AND A.SheetDate = B.SheetDate AND A.StoreFK = B.StoreFK;         ) S ;     GROUP BY StoreFK, EmployeeFK;     INTO CURSOR c_TimeWorkedSummary Frank. Frank Cazabon On 22/07/2021 9:11 am, Frank Cazabon wrote: Hi, I haven't done a lot

Data Manipulation, Pivot?

2021-07-22 Thread Frank Cazabon
for reference in the report, it also results in a separate row for each date for each employee whereas I want 1 row for each employee. Any suggestions as to the best way to approach this? -- Frank. Frank Cazabon ___ Post Messages to: ProFox

RE: VFP Label Height changes

2021-07-14 Thread Frank Cazabon
rectly showed 19. >When I reset Height to default, it again showed 17. > >I spent a few hours attempting to reproduce it in a new project. I am >not >seeing the behavior currently. I'll may get some more time this weekend >to >continue my efforts. > > >Tracy > >---

Re: VFP Label Height changes

2021-07-08 Thread Frank Cazabon
Tracy, you able to recreate this with base VFP controls and then maybe add in your controls one by one to see where it's happening? Maybe there's some resizing code running or bindevents that does something "special"? Frank. Frank Cazabon On 07/07/2021 4:46 pm, Tracy Pea

Re: Strange display of DropDownList in Grid

2021-06-28 Thread Frank Cazabon
Hi Tracy, sorry for the delay. I tried to stay away from the computer this weekend. My rowsourcetype = 1-value, style = 2-dropdown list Frank. Frank Cazabon On 25/06/2021 5:18 pm, Tracy Pearson wrote: Frank, I'm tinkering with a dropdown for something completely different than this post

Re: Strange display of DropDownList in Grid

2021-06-02 Thread Frank Cazabon
Thanks for checking this out Tracy. It's a subclass from the framework I use (Visual MaxFrame Professional). I'll experiment some more today and see if I can tie it down. Frank. Frank Cazabon On 01/06/2021 5:12 pm, Tracy Pearson wrote: I took another look at that. And I think that might

RE: Strange display of DropDownList in Grid

2021-06-01 Thread Frank Cazabon
hen the underlying controlsource is >a >value that is not in the RowSource. >I think it might be the reason in the grid as well. > >HTH, >Tracy > >-Original Message- >From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of >Frank >Cazabon &

Re: Strange display of DropDownList in Grid

2021-06-01 Thread Frank Cazabon
, then move the mouse to try to select an item in the list (but don't actually click on anything). Frank. Frank Cazabon On 01/06/2021 3:05 pm, Tracy Pearson wrote: Pictures don't come through the list. I have learned if one drags the scrollbar of a listbox below or above the listbox, then select

Strange display of DropDownList in Grid

2021-06-01 Thread Frank Cazabon
times it's a real pain to get rid of and display the list properly. -- Frank. Frank Cazabon --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) multipart/related text/html image/png

Re: Formset goofy

2021-05-27 Thread Frank Cazabon
= sys(1270) (in the command window) x.left = 0 Frank. Frank Cazabon On 26/05/2021 5:28 pm, Joe Yoder wrote: I have been working with two forms in a formset for the first time. All has worked out well as the two forms are simply two perspectives on the underlying data. I switch between them

Re: _framewk,vct is missing or invalid, but it isn't and it's not.

2021-05-04 Thread Frank Cazabon
Grant the user (or everyone) full control? Could it be anything to do with that old virtualisation thing that Windows used to do? Frank. Frank Cazabon On 04/05/2021 9:24 am, Ted Roche wrote: Rebuilding a project that includes c:\program files (x86)\microsoft visual foxpro 9\wizards

Re: Drag and Drop code

2021-05-03 Thread Frank Cazabon
gt; Frank. Frank Cazabon On 03/05/2021 3:43 pm, MB Software Solutions, LLC wrote: Many many moons ago I did some drag and drop code, but I have forgotten completely and it's no longer in my possession anyway. I want to drag names amongst a screen full of listboxes: https://www.screencast.com

Re: Variations in CSV settings by region

2021-04-16 Thread Frank Cazabon
delimiter? Or do your customers have no control over the production of the files? Frank. Frank Cazabon On 16/04/2021 10:33 am, Richard Kaye wrote: Hey Ted! It's snowing here in lovely MA right now... Happy April! I agree but it's not so much the users getting creative with the required formats

Re: File Server Sharing SMB1: W10 Update KB5001330 shuts off SMB1

2021-04-15 Thread Frank Cazabon
My guess is he meant this: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MRXSmb\Parameters Frank. Frank Cazabon On 15/04/2021 6:53 am, Peter Cushing wrote: Hi Christof, Is there a word missing from the key below (before Parameters)? Peter On 14/04/2021 16:54, Christof Wollenhaupt

Re: Interesting Error 1426 on COPY TO (lcFile) FIELDS a, b, c FOR condition TYPE XL5

2021-04-08 Thread Frank Cazabon
Hey Mike, what exactly worked? On 8 April 2021 13:34:30 GMT-04:00, "MB Software Solutions, LLC" wrote: >Thanks, Frank and othersthat worked. > > >On 4/7/2021 8:52 AM, Frank Cazabon wrote: >> Hi Mike, >> >> have you worked this out yet? >>

Re: Interesting Error 1426 on COPY TO (lcFile) FIELDS a, b, c FOR condition TYPE XL5

2021-04-07 Thread Frank Cazabon
want to consider alternatives: https://doughennig.com/papers/Pub/201607dhen.pdf Frank. Frank Cazabon On 06/04/2021 1:56 pm, MB Software Solutions, LLC wrote: I get this error when executing a COPY TO TYPE XL5 line in a program designed over a decade ago: /OLE error code 0x80030003: Unknown COM

Re: Grid with an centered image

2021-03-19 Thread Frank Cazabon
Hey Tracy, can you put together a simple example to share here and maybe one of us can have a look at it? Frank. Frank Cazabon On 17/03/2021 6:43 pm, Tracy Pearson wrote: I have spent a few days on this. I have a routine in our base form class that will resize the controls according

Re: Debenu.com/FoxItSoftware for creating PDFs

2021-03-09 Thread Frank Cazabon
I would consider creating a Windows service to do that, or maybe a scheduled job in Task Scheduler. I'd probably use C# :0) Frank. Frank Cazabon On 09/03/2021 10:13 am, MB Software Solutions, LLC wrote: If this were your task (/Task: Create PDFs via scheduled job calls of my Fox EXE

Re: Grid with an centered image

2021-03-08 Thread Frank Cazabon
. This >statement is added to the messages for those lawyers who are too stupid >to see the obvious. > >Report [OT] Abuse: >http://leafe.com/reportAbuse/001101d71459$8fdbcab0$af936010$@powerchurch.com -- Frank Cazabon Sent from my phone. Please excuse

Re: XFRX support

2021-02-21 Thread Frank Cazabon
tions.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. > >Report [OT] Abuse: >http://leafe.c

Re: Report Switching cursor (by itself?)

2021-02-05 Thread Frank Cazabon
Hi Vince, is curplants the recordsource if a grid on the screen? If so then move focus away from the grid prior to running the report. The grid is greedy and tries to get it's controlsource selected all the time. Frank. Frank Cazabon On 05/02/2021 8:59 am, Vince Teachout wrote: I've

Re: Setting Class Libraries

2021-01-15 Thread Frank Cazabon
I guess that might work depending on if your class is the same name as in other classes included in the exe and with a set classlib to earlier in the code. Frank. Frank Cazabon On 15/01/2021 2:41 pm, Philip Borkholder wrote: Thanks Frank, Second question. What if I set CLASSLIBRARY

Re: Setting Class Libraries

2021-01-15 Thread Frank Cazabon
What is in the exe will be used Frank. Frank Cazabon On 15/01/2021 1:03 pm, Philip Borkholder wrote: Hi all, Quick question that I can't remember the hierarchy. Situation: Running a VFP App compiled in an EXE. This EXE has a VCX class library file compiled into it that the author used

Re: Automation & Office 365

2021-01-15 Thread Frank Cazabon
Thanks, that's the link I put in the original post :) Frank. Frank Cazabon On 15/01/2021 11:38 am, Stephen Russell wrote: I saw this: https://support.microsoft.com/en-us/office/choose-between-the-64-bit-or-32-bit-version-of-office-2dee7807-8f95-4d0c-b5fe-6c6f49b8d261 It lists the reason why

Re: Automation & Office 365

2021-01-15 Thread Frank Cazabon
OK, great to hear it works. Hopefully their testing will be successful. Thanks Frank. Frank Cazabon On 15/01/2021 11:04 am, Richard Kaye wrote: Yes. But installing the full 32 bit desktop version is a requirement. Works fine for Word, Excel and Outlook. -- rk -Original Message

Re: Automation & Office 365

2021-01-15 Thread Frank Cazabon
thanks Frank. Frank Cazabon On 15/01/2021 11:02 am, Alan Bourke wrote: No I've never done it but have done plenty of Excel automation. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox

Re: Automation & Office 365

2021-01-15 Thread Frank Cazabon
Thanks, have you got it working? I've asked them to uninstall the 64bit and try with the 32bit. Will report back what happens. Frank. Frank Cazabon On 15/01/2021 10:53 am, Alan Bourke wrote: There's no reason why it wouldn't still work as long as you are using 32-bit Office. It's

Automation & Office 365

2021-01-15 Thread Frank Cazabon
, what alternatives are there for generating Word documents from VFP? -- Frank. Frank Cazabon --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leafe.com Subscr

Re: SCX form included in EXE is not found on DO FORM line

2020-12-09 Thread Frank Cazabon
your dev classes into another folder on the same drive (does not have to be under the same project folder, can be a totally unrelated one) and see if that works. (or you could move the project onto the same drive as your dev classes.) Frank. Frank Cazabon On 09/12/2020 10:14 am, MB Software

Re: SCX form included in EXE is not found on DO FORM line

2020-12-08 Thread Frank Cazabon
>is in E: drive in my Dev\Client\Forms folder. > >Clear as mud now?  ;-) >--Mike > > >On 12/8/2020 2:23 PM, Frank Cazabon wrote: >> I had looked at it 2 or 3 times but it doesn't answer some of the >> questions asked by others here and I'm still not 100% sur

Re: SCX form included in EXE is not found on DO FORM line

2020-12-08 Thread Frank Cazabon
folder tree...not even the same DRIVE! but below you have confirmed that point #5 is correct that it was built in the same folder as the PJX. Which is it? Frank. Frank Cazabon On 08/12/2020 3:07 pm, MB Software Solutions, LLC wrote: Hi Frank, Yeah...pretty much right.  Take 43 seconds

Re: SCX form included in EXE is not found on DO FORM line

2020-12-08 Thread Frank Cazabon
is actually built there, not built elsewhere and copied back) Frank. Frank Cazabon On 08/12/2020 1:03 pm, MB Software Solutions, LLC wrote: On 12/8/2020 9:22 AM, Richard Kaye wrote: A fine question.  I didn't watch the movie. Are you putting a path in on your DO FORM call? Do you have

RE: Day one Virtual FoxFest has begun

2020-10-16 Thread Frank Cazabon
Hey Dave, I think Tamar said everything will be available on their you tube channel but only after the last day. Maybe message geek gatherings directly to get the unedited version :) On 16 October 2020 06:43:00 GMT-04:00, Dave Crozier wrote: >Guys, >I have registered for the conference but

Re: Virtual Fox Fest

2020-10-15 Thread Frank Cazabon
Have you registered Andy logged in on hopin? On 15 October 2020 11:18:38 GMT-04:00, "MB Software Solutions, LLC" wrote: >Aw manWTF am I doing wrong? > > >On 10/15/2020 11:17 AM, Frank Cazabon wrote: >> Nope. The welcome just finished and waiting for the first se

Re: Virtual Fox Fest

2020-10-15 Thread Frank Cazabon
hor, 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. > >Report [OT] Abuse: >http://leafe.com/reportAbuse/93aac18e-a9e7-9529-49b9-fa282a4b2...@mbsoftwaresolutions.com -- Frank Cazabon Sen

Re: My memo field(s) Are Bloated......

2020-10-05 Thread Frank Cazabon
figuration set for the table in the dbc (long column names, autoinc, triggers). If that is going to be a problem maybe copy it to a new table, then zap the old table and append from the new table but you'd still have to look out for autoinc. Frank. Frank Cazabon On 05/10/2020 10:37 am, Des

Re: [NF] Thunderbolt & VGA

2020-09-24 Thread Frank Cazabon
. Frank Cazabon On 22/09/2020 4:12 pm, Eric Selje wrote: I don't know if this is your issue, but here's a lesson I learned the hard way: https://www.urtech.ca/2017/12/solved-difference-active-passive-displayport-adaptors/ On Tue, Sep 22, 2020 at 1:19 PM Frank Cazabon wrote: I know

[NF] Thunderbolt & VGA

2020-09-22 Thread Frank Cazabon
/ P20 / P20 Pro Pixelbook, Chromebook, Intel NUC, HP, Acer, Lenovo and many others *with USB-C DP ALT Mode* (See Product Description) Shouldn't this work? Is there something I am missing? -- Frank. Frank Cazabon --- StripMime Report -- processed MIME parts --- multipart/alternative text

Re: VFP9SP2 Error 108: File is in use by another user.

2020-07-31 Thread Frank Cazabon
legal or medical advice. This >statement is added to the messages for those lawyers who are too stupid >to see the obvious. > >Report [OT] Abuse: >http://leafe.com/reportAbuse/f933b99f-c4a3-c3ab-9184-a8d733c59...@mbsoftwaresolutions.com -- Frank Cazabon Sent from my phone. Please

Re: [NF] gmail tracker

2020-05-20 Thread Frank Cazabon
Doesn't gmail do that for you already? Maybe if you explain what you want to do with the information? I don't think you can reliably track when someone has read your email. At least I know that I block any read receipts from going out so I assume others do it too. Frank. Frank Cazabon

Re: [NF] Gmail Tracking

2020-05-18 Thread Frank Cazabon
Hi Charles, I think you might need to explain more what exactly you mean by "gmail tracking" as no one has responded to either of your messages. At least I don't understand what you are looking for. Frank. Frank Cazabon On 17/05/2020 01:00 pm, Charles Hart Enzer,

Re: GoFish problem

2020-04-28 Thread Frank Cazabon
Never used it but rendered this: https://www.foxite.com/archives/html-treeview-in-vfp-450232.htm On 28 April 2020 19:36:45 GMT-04:00, Matt Slay wrote: >Eric - what UI control would be used in a VFP in place of the current >OCX Treeview? > > > > >Matt Slay > > > >> On Apr 28, 2020, at 5:41

Re: SQL Server 17 - ODBC or Native Client?

2020-04-08 Thread Frank Cazabon
Great! Thanks again Frank. Frank Cazabon On 08/04/2020 01:50 pm, António Tavares Lopes wrote: Microsoft changed course about this. The current (as of March 2020) state of affairs about ODBC is quite clear, actually: ODBC is the primary native data access API for applications written in C

Re: SQL Server 17 - ODBC or Native Client?

2020-04-08 Thread Frank Cazabon
Thanks Richard, I vaguely recall seeing that ODBC was no longer being developed/used, hence my doubt about using it. Frank. Frank Cazabon On 08/04/2020 01:20 pm, Richard Kaye wrote: I got away from the NC drivers a long time ago. Currently using 17 for pretty much everything. -- rk

Re: SQL Server 17 - ODBC or Native Client?

2020-04-08 Thread Frank Cazabon
Thanks António Frank. Frank Cazabon On 08/04/2020 11:12 am, António Tavares Lopes wrote: Frank, With SPT, there is no big feature difference between NC and recent ODBC drivers. If you're using NC, you can safely migrate to the more recent drivers. You may find bigger differences between

SQL Server 17 - ODBC or Native Client?

2020-04-08 Thread Frank Cazabon
for SQL Server}" instead? -- Frank. Frank Cazabon ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech Searc

Re: AW: May the Open Source Be With You: INTL and SDT!

2020-01-17 Thread Frank Cazabon
ed to the messages for those lawyers who are too stupid >to see the obvious. > >Report [OT] Abuse: >http://leafe.com/reportAbuse/b6730d27-69a8-6a77-0bc5-1d8ffaf24...@gmail.com -- Frank Cazabon Sent from my phone. Please excuse my brevity. --- StripMime Report -- processed MIME p

Intl and Report Labels

2019-12-05 Thread Frank Cazabon
another recommended way? Maybe some hook in the reportlistener to automatically call i() on the label itself? -- Frank. Frank Cazabon ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/pr

Re: SQL Dump

2019-11-28 Thread Frank Cazabon
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. > >Report [OT] Abuse: >http://leafe.com/rep

RE: Using XML String as part of query in SQL Server

2019-11-26 Thread Frank Cazabon
) -- TEMPTABLE(xmlArray) ) Thanks for the help On 26 November 2019 18:32:12 GMT-04:00, Frank Cazabon wrote: >Thanks Darren, > >I'm not getting anything returned and don't understand the syntax yet >to be sure how to fix your example. > >I've tried this: > >declare @arra

RE: Using XML String as part of query in SQL Server

2019-11-26 Thread Frank Cazabon
(SELECT >xmlArray.value('@imemonumber ','integer') FROM >@Array.nodes('/c_agreements/imemonumber') AS TEMPTABLE(xmlArray)) >-- >SET NOCOUNT OFF; > >-Original Message- >From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of >Frank Cazabon >Sent: W

Using XML String as part of query in SQL Server

2019-11-26 Thread Frank Cazabon
tDate, Amount FROM Agreements INNER JOIN << my XML data on the iMemoNumber >> My Google search terms have failed to produce what I am looking for. Anybody have the solution? -- Frank. Frank Cazabon ___ Post Messages to: ProFox@leafe.com

Re: How common is Table Buffering with DBFs??

2019-11-25 Thread Frank Cazabon
thor, 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. >Report [OT] Abuse: >http://leafe.com/reportAbuse/da156899-bb36-e7ca-86b2-912b4f416...@jordanmachine.com -- Frank Cazabon Sent from my phone.

Re: Fatal error issuing CALCULATE command

2019-11-22 Thread Frank Cazabon
That's interesting, I wonder if this is documented in the Hacker's Guide. I have to admit that in my 28 years of using VFP I've never used CALCULATE. Frank. Frank Cazabon On 22/11/2019 12:24 PM, Eric Selje wrote: Yes, Paul, that now makes my system crash with Fatal Error too in VFP9 and VFPA

Re: Gartner Analyst Relations

2019-11-22 Thread Frank Cazabon
Yep, in 1995 or 96 they said "FoxPro is dead". I think that was VFP 5 time. Frank. Frank Cazabon On 22/11/2019 11:11 AM, MB Software Solutions, LLC wrote: Thankfully my memory on bullshit fades but I recall something about them hosing FoxPro wy before it's true demise.  You oth

Re: File Sync

2019-11-20 Thread Frank Cazabon
Alan posted this earlier: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy On 20 November 2019 18:57:01 GMT-04:00, Koen Piller wrote: >Hi, > >Where can I find the Helpfile for RoboCopy? > >Rgds, > >Koen > >Op wo 20 nov. 2019 om 22:26 schreef Man-wai

Re: File Sync

2019-11-20 Thread Frank Cazabon
nions >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. > >Report [OT] Abuse: >http://leafe.com/reportAbuse/loyp123mb31672e4deab27cf67d2af7928f...@loyp123mb3167.gbrp123.pr

Re: Exporting Tables

2019-11-07 Thread Frank Cazabon
ot;frank") SET PROCEDURE TO gridextrasprocs m.lcFileName = "d:\temp\test.xlsx" IF FILE(m.lcFileName)     ERASE (m.lcFileName) ENDIF IF copytoexcel(m.lcFileName, "Sheet1", "ctest", "Name", "cTest.cName")     MESSAGEBOX("Excel file created"

Re: Exporting Tables

2019-11-06 Thread Frank Cazabon
-9B72-EF94E038C891=en Frank. Frank Cazabon On 06/11/2019 03:35 PM, Gene Wirchenko wrote: At 06:08 2019-10-30, "Tracy Pearson" wrote: Gene, I have not seen a difference in the output of the two commands. You might want to consider looking at Craig Boyd's post about exporting and

Re: [NF] This is incredible....command prompt refusing my command to change directory!

2019-10-08 Thread Frank Cazabon
Yes, you are having a senior moment. You need to enter e: first and then cd when you are on the e: drive Frank. Frank Cazabon On 08/10/2019 11:07 AM, MB Software Solutions, LLC wrote: Am I having a senior moment?!??  See screenshot: https://www.screencast.com/t/ur5534H9KT I am trying

Re: Bad style, but any chance it would ever fail to update properly?

2019-10-02 Thread Frank Cazabon
Yes, it fails if you are at EOF in the currently selected table, if I recall correctly. Frank. Frank Cazabon On 02/10/2019 02:14 PM, MB Software Solutions, LLC wrote: We've seen this before (and I did it 2 decades ago):  REPLACE MyTable.MyField with SomeOtherTable.SomeField The implication

Re: Outlook Redemption tool

2019-09-04 Thread Frank Cazabon
enough to try it out. Frank. Frank Cazabon On 03/09/2019 07:14 PM, Kurt at VR-FX wrote: Frank - I think what you suggested would Send it. He simply wants it on the screen to view. I think its possible that the window is Hidden some how. Must be a way to place it on top. I've done this kinda

Re: Outlook Redemption tool

2019-09-03 Thread Frank Cazabon
MID/f7d9c573-16a6-b737-9aaa-f288fa112...@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 o

Re: FoxPro 2.6a for Chromebooks

2019-09-03 Thread Frank Cazabon
There's probably a way to mount a shared folder in DosBox. this might help: https://ares.gobien.be/2017/03/mount-network-drive-shared-folder-in-dosbox/ Frank. Frank Cazabon On 03/09/2019 12:33 PM, Charles Hart Enzer, M.D. wrote: Thank you, Srikanth I can't figure out how to copy files

Re: SMB

2019-08-27 Thread Frank Cazabon
= enabled 4. Set the value to 0 to disable SMB 2.0, or set it to 1 to re-enable SMB 2.0. 5. Reboot the server. This paper may also be of some assistance: https://www.dataaccess.com/KBasePublic/Files/2476.Tuning%20Microsoft%20Networks%20for%20the%20Legacy%20Embedded%20Database_PDF_FMT

Re: Easiest/best way to create an email using local MS Outlook with file attachments?

2019-08-21 Thread Frank Cazabon
Mike, along with Alan's code you can use loMsg.Display() to display the email on screen before sending. Frank. Frank Cazabon On 21/08/2019 04:17 AM, Alan Bourke wrote: If you want to use Outlook: loOutlook=CreateObject("Outlook.Application") loMsg = loOutlook.Cr

Re: SQL server connection

2019-08-21 Thread Frank Cazabon
I use SQL native client (which is an option to install when installing SQL server): https://www.microsoft.com/en-us/download/details.aspx?id=50402 And then I use a connection string like: ConnectionString=DRIVER=SQL Server Native Client

Re: SQL server connection

2019-08-20 Thread Frank Cazabon
Yes, agreed using stored procedures is a good way, however I believe you still need SPT or CursorAdapters to access those stored procedures, so they are not necessarily mutually exclusive. Frank. Frank Cazabon On 20/08/2019 09:42 AM, Stephen Russell wrote: Considering they are flipping over

Re: SQL server connection

2019-08-20 Thread Frank Cazabon
rk now in VFP I would probably use CursorAdapters but I have never actually used them for more than playing with to learn about them. I believe they give you enough flexibility while hiding some of the technical details. If you want absolute control, then go with SPT. Frank. Frank Cazabon On

Re: Working with multi-page PDF files and automatically labeling and later extracting select pages

2019-08-02 Thread Frank Cazabon
,36,'PDF Merge Successful') = 6             X8ShellExecute(m.lcFilledForm)         ENDIF     ELSE         MESSAGEBOX("The system encountered a problem creating the PDF.",64,"Problem Encountered")     ENDIF Frank. Frank Cazabon On 02/08/2019 11:40 AM, MB Software Solut

  1   2   3   4   5   6   7   8   >