RE: Entering field in the first character position

2008-07-22 Thread Bryant
This sound correct to me. Bryant -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sytze de Boer Sent: Tuesday, July 22, 2008 2:58 PM To: [EMAIL PROTECTED] Subject: Re: Entering field in the first character position I have encountered similar situations

Re: [NF] FileMaker Pro

2017-08-01 Thread Bryant
FileMaker Pro Advanced allows royalty free, cost more to purchase the Advanced version, still not as nice as VFP. Bryant Sent from my iPad > On Aug 1, 2017, at 5:06 AM, Dave Crozier wrote: > > Mike, > Used it a lot but there are runtime charges as it is definitely NOT a roy

Re: NF - MYSQL Server Free Edition

2017-12-15 Thread Bryant
When I got into the computer business a long time ago I was told that if I wanted to enjoy my business “stay small”. I did and I’ve been in business since since 1987, 76 years old and still programming and loving it. Bryant > On Dec 15, 2017, at 4:28 PM, Paul H. Tarver wrote: >

Re: VFP Programmers

2018-03-22 Thread Bryant
I can be reached at bry...@medfordsh.com Or call be at 609-654-5443 Bryant > On Mar 22, 2018, at 10:55 AM, Ted Roche wrote: > > Yes. > >> On Thu, Mar 22, 2018 at 9:56 AM, Bryant Minard wrote: >> Is there a VFP programmer in New Jersey or in the Philadelphia

RE: Program already running

2013-02-18 Thread Bryant
I use the following" *** * Start of Code * LOCAL llQuit *!* Check for instance(s) of Myapp running oManager = GETOBJECT([winmgmts:]) cQuery = [select * from win32_process where name='cemetery.exe'] && cemetery.exe is the name of my program oResult = oManager.ExecQuery(cQuery) IF oResul

VFP on a tablet

2015-07-01 Thread Bryant
Can someone tell me if VFP runtime can run on a Windows 8 tablet Bryant Minard Medford Software House Sent from my iPad ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of

Re: VFP on a tablet

2015-07-01 Thread Bryant
Did you have to do anything different to make buttons work on the touch screen? Bryant Minard Medford Software House Sent from my iPad > On Jul 1, 2015, at 4:28 PM, Jack Skelley wrote: > > Yes it does! > I run VFP apps on a Surface 2 and a Winbook with zero is

Re: VFP on a tablet

2015-07-01 Thread Bryant
Thanks everyone for the help, sounds like I have another project. Bryant Minard Medford Software House Sent from my iPad > On Jul 1, 2015, at 4:59 PM, Jack Skelley wrote: > > Bryant: > Nothing! > I have VFP6 and 9 apps running on the tablets. > The Surface 2 optional keybo

Outlook

2008-06-02 Thread Bryant
When I close Outlook in Windows XP SP3, the program shuts down but stays open in the background. If I look in Task Manager under processes I see Outlook is still open which causes a problem when I backup. Anyone have a solution? I looked through M$ but no luck. Bryant Medford Software House

Outlook

2008-06-02 Thread Bryant
When I close Outlook in Windows XP SP3, the program shuts down but stays open in the background. If I look in Task Manager under processes I see Outlook is still open which causes a problem when I backup. Anyone have a solution? I looked through M$ but no luck. Bryant Medford Software House

Re: Outlook

2008-06-02 Thread Bryant
Yes, Itunes was an Add in. Unchecked it and now Outlook closes the way it should. Thanks for your help, you people are amazing at solving problems. Bryant - Original Message - From: "David Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 02, 20

Re: [NF] Installing a new email client (on new laptop)

2013-11-19 Thread Bryant
Bryant Minard Medford Software House Sent from my iPad > On Nov 19, 2013, at 4:00 PM, Mike Copeland wrote: > > I find TBird to be quite capable and worthy of use. > > Yes, it does get a little "numb-brained" (unresponsive) when receiving email, > especi

Re: VFP and 64 bit Windows

2014-05-21 Thread Bryant
Bryant Minard Medford Software House Sent from my iPad > On May 20, 2014, at 11:22 PM, Tracy Pearson wrote: > > Can you tell which user started the version of word that will not close? If > it is not the same user, that is problematic. > -- > Tracy > > --- Strip

RE: Date calculations.

2007-03-28 Thread Bryant
Thanks Ken Bryant -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Kixmoeller/fh Sent: Tuesday, March 27, 2007 7:58 PM To: profox@leafe.com Subject: Re: Date calculations. On Mar 27, 2007, at 6:14 PM, Bryant Minard wrote: > If I have varia

RE: Date calculations.

2007-03-28 Thread Bryant
This works for me. Thanks Bryant -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vince Teachout Sent: Tuesday, March 27, 2007 11:56 PM To: ProFox Email List Subject: Re: Date calculations. Bryant Minard wrote: > If I have variable (d = 397,

RE: DLL/OCX to use with VFP ???

2007-05-17 Thread Bryant
I've been using 7z with good results. Syntax: RUN /n 7za a -tzip d:\cemdata.zip *.dbf *.fpt *.cdx -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MB Software Solutions Sent: Thursday, May 17, 2007 4:57 PM To: [EMAIL PROTECTED] Subject: Re: DLL/OCX to use

Numbers to words

2007-06-26 Thread Bryant
Does anyone know where I can find coding to convert numbers to words for printing checks? Bryant ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com

VFP 9 Task Pane problem

2008-11-25 Thread Bryant Minard
I just installed VFP 9 with SP1 on a Vista computer and I am getting the following error in the Environment Manager window: 0: Class definition MSXML2.DOMDOCUMENT.4.0 is not found. Anyone have a suggestion on what could be causing this? Bryant Medford Software House

Browse problem

2008-07-27 Thread Bryant Minard
Can someone explain why this coding will not work? Browse field1 :7 (this works, sets the field width to 7 characters) N=7 Browse field1 :n (gives a syntax error) Is there any way to set a field in browse by using a variable? Bryant Minard Medford Software House 25 Ark Rd

Re: Browse problem

2008-07-27 Thread Bryant Minard
I tried using a macro substitute but no luck. Bryant On Jul 27, 2008, at 5:25 AM, Paul Hill wrote: > On Sun, Jul 27, 2008 at 9:52 AM, Bryant Minard > <[EMAIL PROTECTED]> wrote: >> Can someone explain why this coding will not work? >> >> Browse field1 :7 (this wo

Re: Browse problem

2008-07-28 Thread Bryant Minard
Thanks Dan, I have it working and it's just what I need. Bryant On Jul 27, 2008, at 6:18 AM, Dan Olsson wrote: > At 2008-07-27 12:02, you wrote: >> I tried using a macro substitute but no luck. > > Yes it works - if you do it right :) > > t="BRO

Re: [NF] Excel Question

2010-06-09 Thread Bryant Minard
How about using the right function, such as: =RIGHT(E18,3) + 2 Bryant Minard Medford Software House 25 Ark Rd Medford, NJ 08055 Tel. (609) 654-5443Fax. (609) 654-5686 sa...@medfordsh.com > > > > > > > Paul Hill wrote: > > > > On Tue, Jun 8, 201

VFP Programmers

2018-03-22 Thread Bryant Minard
Is there a VFP programmer in New Jersey or in the Philadelphia area on this thread? Bryant Minard Medford Software House 25 Ark Rd Medford, NJ 08055 Tel. (609) 654-5443Fax. (609) 654-5686 sa...@medfordsh.com ___ Post Messages to: ProFox

Logo

2012-07-26 Thread Bryant Minard
What is the best way to store and print a logo on VFP9 report form? Bryant Minard Medford Software House 25 Ark Rd Medford, NJ 08055 Tel. (609) 654-5443Fax. (609) 654-5686 sa...@medfordsh.com --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body

Re: Logo

2012-07-26 Thread Bryant Minard
How do you reference the the jpg file on the report form? Bryant On Jul 26, 2012, at 10:23 AM, Richard Kaye wrote: > Until your table/memo gets corrupted. :) > > Or simply put the image file in the same folder as your reports. Make sure > you size/format it to the exact print d

Re: Logo

2012-07-26 Thread Bryant Minard
This worked just fine. Thanks to all you guys for the help. Bryant Minard bry...@medfordsh.com On Jul 26, 2012, at 11:24 AM, Jeff Johnson wrote: > The picture control on the report has a fixed control source > ".\images\logo.jpg" Prior to running the report I replace logo

Re: Beginning VFP9

2010-01-19 Thread Bryant Minard
I like "The Pinter Visual FoxPro Programming Handbook" by Les Pinter and "The Visual FoxPro Report Writer:" written by Cathy Pountney. Look on Amazon.com, they have a good selection. Bryant On Jan 16, 2010, at 10:20 AM, Barry Hansen wrote: > I am a retired Engineer

Antivirus software

2010-01-24 Thread Bryant Minard
Has anyone had any experiences with Kaspersky antivirus software? I have a client who just went out and bought 3 copies for the office. Bryant Minard Medford Software House 25 Ark Rd Medford, NJ 08055 Tel. (609) 654-5443Fax. (609) 654-5686 sa...@medfordsh.com --- StripMime Report

Re: [NF] PC Only Booting when Reset is pressed

2010-07-17 Thread Bryant Minard
Sounds like the internal battery might need replacing. They usually last 5-6 years. Bryant On Jul 17, 2010, at 9:02 AM, Frank Cazabon wrote: > Hi, > > I am definitely not a techy when it comes to the ins and outs of PC > hardware, but my mother's PC (probably 8 years old Wind

Graphic software

2010-11-04 Thread Bryant Minard
Does anyone know of an addin graphics software package that allows you to draw buttons on VFP form and place them at different angles? Bryant Minard Medford Software House 25 Ark Rd Medford, NJ 08055 Tel. (609) 654-5443Fax. (609) 654-5686 sa...@medfordsh.com

Re: Cemetery Management Software

2012-12-19 Thread Bryant Minard
Check out medfordsh.com, they a cemetery app done in VFP9. Bryant On Dec 19, 2012, at 1:12 PM, "MB Software Solutions, LLC" wrote: > I know someone had a Foxpro app for this. These folks had a need. Just > passing it along in case you can route this to whomever that pers

RE: [NF] Online demos

2008-03-17 Thread Bryant Minard
How about Crossloop? Bryant -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Madigan Sent: Monday, March 17, 2008 11:33 AM To: [EMAIL PROTECTED] Subject: Re: [NF] Online demos I think gotomeeting probably uses the HTTP port like I believe

RE: [NF] disappointed with AVG 8, looking for an alternative

2008-05-15 Thread Bryant Minard
I always have trouble with Norton on a network. I know it's because I have not set it up correctly. I would like to read how you have Norton set up. Bryant -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gil Hale Sent: Thursday, May 15, 2008 8:16

outlook e-mail help

2007-12-18 Thread Bryant Minard
,; INTEGER nShowWindow lcEmailAddress = [EMAIL PROTECTED] lcCCAddress = " " lcSubject = " " cMessageBody = " " ShellExecute(0, "", "mailto:"; + lcEmailAddress + "?Subject=" + lcSubject + ; "&CC=" + lcCCAddress + "&a

RE: outlook e-mail help

2007-12-19 Thread Bryant Minard
Thanks to everyone for their help. The code below is just what I'm looking for, works great. Thanks Bryant -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Graham Brown (CompSYS) Sent: Wednesday, December 19, 2007 5:58 AM To: [EMAIL PROTECTED] Su

RE: outlook e-mail help

2008-01-24 Thread Bryant Minard
This works with outlook. Can it be modified to work with Outlook Express? Bryant -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Graham Brown (CompSYS) Sent: Wednesday, December 19, 2007 5:58 AM To: [EMAIL PROTECTED] Subject: RE: outlook e-mail help

Tablets

2011-03-28 Thread Bryant Minard
Does anyone know it there is a tablet that will run VFP? Bryant Minard Medford Software House 25 Ark Rd Medford, NJ 08055 Tel. (609) 654-5443Fax. (609) 654-5686 sa...@medfordsh.com --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept

Re: Tablets

2011-03-28 Thread Bryant Minard
Thanks Alan, the Samsung's Sliding 7 Series Tablet looks like it might work for me. Bryant Minard Medford Software House 25 Ark Rd Medford, NJ 08055 Tel. (609) 654-5443Fax. (609) 654-5686 sa...@medfordsh.com On Mar 28, 2011, at 6:47 AM, Alan Bourke wrote: > Best --- StripMim

Date calculations.

2007-03-27 Thread Bryant Minard
If I have variable (d = 397, the difference between two dates), how can I show that in years, months and days? (example 1 year, 1 month and 1 day) Has anyone written a function to do something like this? Bryant -- No virus found in this outgoing message. Checked by AVG Free Edition

RE: Numbers to words

2007-06-26 Thread Bryant Minard
Thanks Dave & Jaime, that's what I was looking for. Bryant -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Crozier Sent: Tuesday, June 26, 2007 7:01 AM To: [EMAIL PROTECTED] Subject: RE: Numbers to words Bryant, Take a look

RE: Reading Data From Serial Port

2007-09-13 Thread Bryant Minard
Does anyone know how to center a button caption? I looked at all the button properties but couldn't fine anything on positioning a caption. Bryant ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/lis

RE: Office 2003/07

2007-09-27 Thread Bryant Minard
I've been slowly switching my clients over to Star Office for $69.00. It seems to be working out just fine. Office 2007 is too expensive and too hard to learn. Bryant Medford Software House 25 Ark Road Medford, NJ 08055 Tel. 609-654-5443, Fax. (609) 654-5686, Cell (609) 923-0613 -Ori

Filemaker Pro

2007-10-17 Thread Bryant Minard
Has anyone tried Filemaker Pro lately? I took a look at the newest version 9 and it looks pretty neat. Bryant Medford Software House 25 Ark Road Medford, NJ 08055 Tel. 609-654-5443, Fax. (609) 654-5686, Cell (609) 923-0613 --- StripMime Report -- processed MIME parts --- multipart

RE: Filemaker Pro

2007-10-17 Thread Bryant Minard
I'm finding it very hard to find a replacement for VFP. Maybe I'll just retire when I can't use VFP anymore and just pump gas!!! Bryant -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nicholas Geti Sent: Wednesday, October 17, 2007 1:3