RE: OS(3) number result for Windows 11

2024-07-18 Thread Philip Borkholder
distracted. 1 - Windows 6.02 2 - 3 - 6 4 - 2 5 - 9200 6 - 2 7 - 8 - 0 9 - 0 10 - 256 11 - 1 ACTIVATE SCREEN CLEAR lcresult=[] FOR xx=1 TO 11 lcResult = lcResult + TRANSFORM(xx)+[ - ]+TRANSFORM(OS(xx))+CHR(13)+CHR(10) NEXT _cliptext = lcresult -- rk From: ProfoxTech On Behalf Of Ph

RE: OS(3) number result for Windows 11

2024-07-18 Thread Philip Borkholder
lf Of Philip Borkholder Sent: Thursday, July 18, 2024 4:28 PM To: profoxt...@leafe.com Subject: OS(3) number result for Windows 11 Hello all, Could someone with Windows 11 run : ? OS(3) To tell me what the number is? Windows 10 is 6 Thank you Philip Borkholder Vicksburg, MI [excessive qu

OS(3) number result for Windows 11

2024-07-18 Thread Philip Borkholder
Hello all, Could someone with Windows 11 run : ? OS(3) To tell me what the number is? Windows 10 is 6 Thank you Philip Borkholder Vicksburg, MI ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo

Re: VFP 8, ODBC connection to Azure SQL Server Pausing

2024-06-18 Thread Philip Borkholder
-ShareAlike 4.0 International License. On Tue, Jun 18, 2024 at 2:24 PM Philip Borkholder wrote: > Hi Tracy, > The SQLSETPROP() works once there is a connection I believe. > SQLSTRINGCONNECT() also returns a negative 1 however, the ODBC Login > screen pops up before that return. > I'm tryi

RE: VFP 8, ODBC connection to Azure SQL Server Pausing

2024-06-18 Thread Philip Borkholder
th Azure SQL. You could set some setting with SQLSETPROP() Function Look at ConnectTimeOut and DispLogin settings. The SQLConnect function returns a -1 when the connection isn't created. HTH, Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Be

VFP 8, ODBC connection to Azure SQL Server Pausing

2024-06-18 Thread Philip Borkholder
this? Is it a timeout issue that we can set in our connection string? Is there a setting on the Azure SQL server we need to set to not allow it to pause? Thanks for any guidance, Philip Borkholder Bison Tech Plus Vicksburg, MI ___ Post Messages to: P

Datamatrix barcode generation

2023-08-16 Thread Philip Borkholder
Hello all, It's been awhile since I posted a question. I've been using the utility FoxBarCode.prg and FoxBarCodeQR.prg for multiple bar codes including QR Codes. I need to print a datamatrix 2D barcode. Does anyone have a routine that can accomplish that? Thanks in advance, Philip B. Bison Tech

Re: .csv file imports to VFP

2023-04-16 Thread Philip Borkholder
Hi Joe, Some things you can check for in your character fields before you append are: CHR(10) CHR(13) CHR(2) CHR(3) CHR(4) Replace those with a blank if they exist. Also see if some of the character fields (like addresses) have a comma in them that might be separating it into a column before you

Re: AW: [NF] Windows 10 32 bit on current Hardware

2021-11-04 Thread Philip Borkholder
rsion. Haven't heard about that. If everything fails, you could always just install a Win32 version in a local HyperV or VM-Player. wOOdy -Urspr�ngliche Nachricht- Von: ProFox Im Auftrag von Philip Borkholder Gesendet: Donnerstag, 4. November 2021 15:39 An: profox@leafe.com Betref

Re: [NF] Windows 10 32 bit on current Hardware

2021-11-04 Thread Philip Borkholder
as of Windows 10 2004. So all new machines from OEMs are 64 bit, as are all OEM installers. It could be that. I bet an off the shelf 32 bit consumer SKU would work. -- Alan Bourke alanpbourke (at) fastmail (dot) fm On Thu, 4 Nov 2021, at 2:38 PM, Philip Borkholder wrote: > Hello,

Re: [NF] Windows 10 32 bit on current Hardware

2021-11-04 Thread Philip Borkholder
Hello, I have a customer who is still running a FoxPro 2.6 application and has been for years. Their hardware is getting old and their IT/Network group is telling me that they've tried to install WIndows 10 32 bit on several new workstations and both Intel and AMD CPU based PC's are denying the

Re: Pringing PDFs via ShellExecute from VFP

2021-07-02 Thread Philip Borkholder
?qid=85 <https://www.tek-tips.com/viewthread.cfm?qid=85> May need to sort through the output to find what you're looking for. Mike Philip Borkholder wrote: > Hi all, > > I am currently printing VFP reports in sequence, then using ShellExecute to > print PDFs vi

RE: Pringing PDFs via ShellExecute from VFP

2021-07-02 Thread Philip Borkholder
IF tlTerminate loProcess.Terminate(0) ENDIF ENDFOR ENDIF RETURN llIsRunning ==== Regards Chris -Original Message- From: ProfoxTech On Behalf Of Philip Borkholder Sent: 01 July 2021 20:55 To: profoxt...@leafe.com Subjec

Pringing PDFs via ShellExecute from VFP

2021-07-01 Thread Philip Borkholder
Hi all, I am currently printing VFP reports in sequence, then using ShellExecute to print PDFs via their default program (Adobe DC). I am trying to keep each print job in sequence so they come out in the tray together: Example: WO #1 Drawings for WO #1 (PDF via ShellExecute) WO #2 Drawings for

Re: FoxPro 2.6 for Windows App

2021-06-27 Thread Philip Borkholder
Thank you Christof. -Philip -- Original Message -- From: Christof Wollenhaupt To: profoxt...@leafe.com Subject: Re: FoxPro 2.6 for Windows App Date: Fri, 25 Jun 2021 08:51:18 +0200 Hi Philip, > Does FoxPro 2.6 have to have a 32 bit hardware (machine) as well as Windows > 32 bit

Re: FoxPro 2.6 for Windows App

2021-06-24 Thread Philip Borkholder
ney in the long run. Do a search for 16-bit windows apps on Win32 and you should find lots of articles like: See: https://www.groovypost.com/howto/enable-16-bit-application-support-windows-10/ On Thu, Jun 24, 2021 at 3:45 PM Philip Borkholder wrote: > Hello all, > > One of my customers

FoxPro 2.6 for Windows App

2021-06-24 Thread Philip Borkholder
7 32 bit OS or even Windows 10 32 bit OS ? What experiences have you had in this situation? Their hardware company is getting upset trying to keep them on reliable machines. Thanks, Philip Borkholder Bison Tech Plus Vicksburg, MI ___ Post Messages

Re: looking for a multi-user alternative to view gmail emails

2021-04-23 Thread Philip Borkholder
"a slightly less geriatric" Ha ha ha h... that covers us. :-) -- Original Message -- From: Ted Roche To: profoxt...@leafe.com Subject: Re: looking for a multi-user alternative to view gmail emails Date: Fri, 23 Apr 2021 11:45:54 -0400 Ken: If the only reason you are using a

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

2021-04-15 Thread Philip Borkholder
people at one of our customers. https://www.windowscentral.com/how-access-files-network-devices-using-smbv1-windows-10 Rick White Light Computing, Inc. www.whitelightcomputing.com -Original Message- From: ProfoxTech On Behalf Of Philip Borkholder Sent: April 14, 2021 11:42 AM T

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

2021-04-15 Thread Philip Borkholder
Thank you Christof As strange as this might sound The most reliable results we recently had with Ubuntu as the server instead of Windows. With Ubuntu you can entirely disable all caching and all oplocks which both are the reasons for the problems we have in VFP. Windows doesn't disable al

File Server Sharing SMB1: W10 Update KB5001330 shuts off SMB1

2021-04-14 Thread Philip Borkholder
Hey all, i was just notified that the recent Win 10 update, KB5001330 shuts off SMB1 on Windows 10. So any VFP apps on file shares out there on servers that are using SMB1 might be affected. https://support.microsoft.com/en-us/topic/april-13-2021-kb5001330-os-builds-19041-928-and-19042-928-cead3

Re: Reports and Insufficient GDI resources (Error 2203)

2021-03-24 Thread Philip Borkholder
: Updates an issue that fails to print the graphical content in a document after installing the March 9, 2021 update. On Wed, Mar 24, 2021 at 11:46 PM Philip Borkholder wrote: > Hello, > > Has anyone run into this error with reports: > Insufficient GDI resources (Error 2203) > > Thi

Reports and Insufficient GDI resources (Error 2203)

2021-03-24 Thread Philip Borkholder
Hello, Has anyone run into this error with reports: Insufficient GDI resources (Error 2203) This past week all of a sudden multiple customers are receiving this error. I looked it up and found a windows registry key to set the GDI resources from the default 1 to 3 and that resolves the e

Re: Setting Class Libraries

2021-01-15 Thread Philip Borkholder
Jan 2021 13:21:13 -0400 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 c

Setting Class Libraries

2021-01-15 Thread Philip Borkholder
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. If I have a newer version of the VCX that performs some of the methods cleaner/faster than the one the author

Re: VFP Apps/DBFs with AMD Processor

2020-09-17 Thread Philip Borkholder
Thanks guys! Philip -- Original Message -- From: "Alan Bourke" To: profoxt...@leafe.com Subject: Re: VFP Apps/DBFs with AMD Processor Date: Thu, 17 Sep 2020 07:50:26 +0100 > In past years I always heard it's best to have Intel processors on > workstations when using VFP apps. I

VFP Apps/DBFs with AMD Processor

2020-09-16 Thread Philip Borkholder
apps? Any version of AMD processor a better choice? Thanks, Philip Borkholder Vicksburg, MI ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.c

VFP and SalesForce CRM Integration

2020-09-08 Thread Philip Borkholder
Hello, Has anyone had any experience with integrating SalseForce CRM with a VFP ERP system? Here is their site. https://www.salesforce.com/ I have a customer looking into it. They currently use Sage PRO ERP 7.7 which I support. Thank you Philip B. Vicksburg, MI

RE: Label Dynamic Back Color on objects

2020-07-21 Thread Philip Borkholder
- From: ProfoxTech On Behalf Of Philip Borkholder Sent: Monday, July 20, 2020 8:17 PM To: profoxt...@leafe.com Subject: Label Dynamic Back Color on objects Hi folks, Has anyone used the advanced scripting tab in Label Forms for an opaque rectangle to have it's backcolor read from a field i

Label Dynamic Back Color on objects

2020-07-20 Thread Philip Borkholder
Hi folks, Has anyone used the advanced scripting tab in Label Forms for an opaque rectangle to have it's backcolor read from a field in the cursor? I am generating RGB() settings in the underlying cursor to set the back color of a rectangle. I tried to create Property=BackColor and value =eval

Re: NF Windows 11 ?

2020-07-20 Thread Philip Borkholder
--- > From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Philip > Borkholder > Sent: Monday, July 20, 2020 2:48 PM > To: profoxt...@leafe.com > Subject: NF Windows 11 ? > > Has anyone heard or know anything about "Windows 11" being released on >

NF Windows 11 ?

2020-07-20 Thread Philip Borkholder
Has anyone heard or know anything about "Windows 11" being released on August 29, 2020? I just had a customer tell me they will be getting Windows 11 machines next month I found this: https://www.window11updates.com/ I thought Windows 10 was the main OS now for MS and they would just be rel

RE: DBFs Server 2012 R2 very slow with Certain Processors

2020-07-07 Thread Philip Borkholder
usiness. Until such time as the property in the goods passes to the buyer the seller shall be entitled at any time -Original Message- From: ProFox On Behalf Of Philip Borkholder Sent: 06 July 2020 18:30 To: profox@leafe.com Subject: Re: DBFs Server 2012 R2 very slow with Certain Processors

Re: DBFs Server 2012 R2 very slow with Certain Processors

2020-07-06 Thread Philip Borkholder
bourke (at) fastmail (dot) fm On Thu, 2 Jul 2020, at 6:24 PM, Philip Borkholder wrote: > Followup question Alan,When you stopped setting these to zero because > Win 10 was "fixed" How did you leave the File Server LanManServer > settings for :SMB1SMB2SMB3 Some recommendations

Re: DBFs Server 2012 R2 very slow with Certain Processors

2020-07-06 Thread Philip Borkholder
ine that needs adjustment. The machine's logs would show this. 3. Ensure the new machine is up to date in Windows updates and also drivers supplied by the vendor -- an amazing number of machines ship with software that doesn't work until it's updated. On Thu, Jul 2, 2020 at 2:

Re: DBFs Server 2012 R2 very slow with Certain Processors

2020-07-02 Thread Philip Borkholder
I just set all three registry settings back to their defaults:DirectoryCacheLifetime=10FileInfoCacheLifetime=10FileNotFoundCacheLifetime=5 There was no increase in speed. Anyone have any other advice? Thanks,Philip -- Original Message -- From: "Philip Borkholder" T

Re: DBFs Server 2012 R2 very slow with Certain Processors

2020-07-02 Thread Philip Borkholder
12 R2 very slow with Certain Processors Date: Thu, 02 Jul 2020 17:44:36 +0100 On Thu, 2 Jul 2020, at 4:11 PM, Philip Borkholder wrote: > I set the LanManWorkstation > settings for to avoid CDX > corruption:[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\LanmanWorkstation

Re: DBFs Server 2012 R2 very slow with Certain Processors

2020-07-02 Thread Philip Borkholder
On Thu, 2 Jul 2020, at 4:11 PM, Philip Borkholder wrote: > I set the LanManWorkstation > settings for to avoid CDX > corruption:[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\LanmanWorkstation\\Parameters] > FileInfoCacheLifetime = > 0FileNotFoundCacheLifetime=0Direc

RE: DBFs Server 2012 R2 very slow with Certain Processors

2020-07-02 Thread Philip Borkholder
cy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Philip Borkholder Sent: Thursday, July 02, 2020 11:11 AM To: profoxt...@leafe.com Subject: DBFs Server 2012 R2 very slow with Certain Processors We a client using an ERP systems in VFP9 DBFs for their

DBFs Server 2012 R2 very slow with Certain Processors

2020-07-02 Thread Philip Borkholder
We a client using an ERP systems in VFP9 DBFs for their data. One of their users just got a new Dell XPS Notebook it has super slow results.It has an i7-9750H gen Intel processor with Win 10 64bit connecting to Windows Sever Essentials 2012 R2 server It is using a 1GB Card and shows it is connec

Re: ProFox archives error

2020-07-02 Thread Philip Borkholder
Thanks Ed! Philip B Sponsored by https://www.newser.com/?utm_source=part&utm_medium=uol&utm_campaign=rss_taglines_more The World's Richest Person Is Now Richer Than Ever http://thirdpartyoffers.netzero.net/TGL3241/5efdf59d71997759d442bs

ProFox archives error

2020-07-01 Thread Philip Borkholder
Internal Server ErrorThe server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application. Is there a different site to search ProFox archives?I keep getting this error. Philip B.Vicksburg, MI __

Re: VFP apps and UPS ShipExec SDK

2019-05-17 Thread Philip Borkholder
a .NET developer to create a Client SDK. Thanks, -Philip Borkholder Vicksburg, MI On 5/16/2019 2:08 PM, Kurt @ Gmail wrote: What you want to do - definitely seems to spark a memory inside my old feeble mind. Maybe I had tried working on something like that some YEARS ago! I can even visu

VFP apps and UPS ShipExec SDK

2019-05-16 Thread Philip Borkholder
Hi all, Has anyone worked with the UPS ShipExec SDK .NET Class Library files and a VFP app? I have been presented with a case and I am looking for guidance. Thanks, Philip Borkholder Vicksburg, MI Top Gut Doctor Warns: "

Re: Old VFP8 app on a Windows 7 computer suddenly fails

2019-02-28 Thread Philip Borkholder
I've had something similar happen in the past Tracy. If you don't have the client installation available to re-register the DLLs for VFP8, then running a System Restore on the workstation to point when you knew the VFP8 app still worked might have fixed it. -Philip B.  Vicksburg, MI On 2/28

Re: ReFox Experience

2018-08-03 Thread Philip Borkholder
06 PM, roger tremblay wrote: I totally agree with the attorney route. Often times it is just like Ted said, one letter usually does the trick. On 8/3/2018 2:52 PM, Philip Borkholder wrote: Thanks Ted, I'll pass this recommendation on. If worst comes to worst, do you have any exper

Re: ReFox Experience

2018-08-03 Thread Philip Borkholder
Thanks Ted, I'll pass this recommendation on. If worst comes to worst, do you have any experience with ReFox? Will it decompile MNX/MNT files? She's thinking about purchasing ReFox if need be. Philip On 8/3/2018 2:13 PM, Ted Roche wrote: On Fri, Aug 3, 2018 at 1:29 PM, Philip

ReFox Experience

2018-08-03 Thread Philip Borkholder
Hi folks, I'm in a difficult situation. I have a new customer who has a VFP app that she designed and owns. She then has customers where this was installed. Her previous programmer had provided her with "source code" so she thought it would be no problem hiring me to take over since the previou

Re: Report Anomaly

2017-08-07 Thread Philip Borkholder
profoxtech-boun...@leafe.com] On Behalf Of Philip Borkholder Sent: 07 August 2017 21:35 To: profoxt...@leafe.com Subject: Re: Report Anomaly Hi John, Try opening your FRX file as a table then browse for the image record: BROWSE FOR objtype=17 FIELDS picture Open up the memo field and look at the exac

Re: Report Anomaly

2017-08-07 Thread Philip Borkholder
Hi John, Try opening your FRX file as a table then browse for the image record: BROWSE FOR objtype=17 FIELDS picture Open up the memo field and look at the exact path and name of the image: for example: "..\yourimage.jpg" How is it relative to your main folder file placements and subfolder

Re: Outlook 2016 security no longer allowing VFP app to send emails as it did in the past

2017-08-01 Thread Philip Borkholder
Hi Mike I've seen that error before in my MAPI emailing programs on new workstations. When Office is installed via a non-DVD method, then the WIN.INI file does not always get updated for MAPI. Try adding this to that Windows 10 file: C:\Windows\win.ini [Mail] CMCDLLNAME32=mapi32.dll CMC=

Re: GETFILE() Returns Empty String in Some Cases

2017-07-31 Thread Philip Borkholder
You are welcome Ken, I had the same thing happen to me awhile back that had me stumped! ... sometimes it's the last thing we would consider being the problem. :-) On 7/31/2017 4:04 PM, Ken Dibble wrote: Are you declaring your variable as PRIVATE right before you run the GETFILE() command?

Re: GETFILE() Returns Empty String in Some Cases

2017-07-31 Thread Philip Borkholder
Are you declaring your variable as PRIVATE right before you run the GETFILE() command? PRIVATE mypath mypath = GETFILE("csv","Spreadsheet","Open",0,"Open Spreadsheet") Just curious if that is affecting it. -Philip On 7/31/2017 2:19 PM, Ken Dibble wrote: Permissions issue on the folder or

Re: Outlook 2016 security no longer allowing VFP app to send emails as it did in the past

2017-07-31 Thread Philip Borkholder
Hi Mike, Is the application you're referring to Sage PRO ERP (Accpac Pro Series, SBT Pro Series?) If so, we ran into this same problem here with some installations of Outlook 2016. i simply changed the automatically send SMTP commands to prompt for the mail and it worked. .olemessage.Sen

Re: VFP 9 App on Server 2012 RDS/Terminal Server: This app can't run on your PC

2016-05-26 Thread Philip Borkholder
Thanks Tracy, -Philip On 5/26/2016 6:30 PM, Tracy Pearson wrote: Philip Borkholder wrote on 2016-05-26: Thanks Richard, I'll google it to see what to do. -Philip On 5/26/2016 5:51 PM, Richard Kaye wrote: It's the equivalent of an SSL certificate for desktop application

Re: VFP 9 App on Server 2012 RDS/Terminal Server: This app can't run on your PC

2016-05-26 Thread Philip Borkholder
xtech-boun...@leafe.com] On Behalf Of Philip Borkholder Sent: Thursday, May 26, 2016 5:47 PM To: profoxt...@leafe.com Subject: Re: VFP 9 App on Server 2012 RDS/Terminal Server: This app can't run on your PC Hi Tracy, That is something new to me. What is that and how do I do it? :-) Thanks

Re: VFP 9 App on Server 2012 RDS/Terminal Server: This app can't run on your PC

2016-05-26 Thread Philip Borkholder
It is the exact same one. What does not work is to run it from a mapped, shared folder. It only works running it with the direct local path. In this case, the TS is the same server as the File Server luckily. Philip On 5/26/2016 5:18 PM, Alan Bourke wrote: Is the non working EXE exactly the sam

Re: VFP 9 App on Server 2012 RDS/Terminal Server: This app can't run on your PC

2016-05-26 Thread Philip Borkholder
Hi Tracy, That is something new to me. What is that and how do I do it? :-) Thanks Philip On 5/26/2016 3:31 PM, Tracy Pearson wrote: Philip Borkholder wrote on 2016-05-26: Hey folks, Has anyone else experienced this error: "This app can't run on your PC" Our VFP9

Re: [NF] Win10 Free Upgrade Expiration???

2016-05-26 Thread Philip Borkholder
Here is a product I downloaded and installed on my Windows 7 to remove the Windows 10 upgrade warning and block it completely from installing itself. It's called GWX Control Panel http://ultimateoutsider.com/downloads/ Philip Borkholder On 5/23/2016 2:00 PM, Kurt Wendt wrote: Andy - th

VFP 9 App on Server 2012 RDS/Terminal Server: This app can't run on your PC

2016-05-26 Thread Philip Borkholder
rive, but if we use the full local drive path of the server: E:\Data\Appfolder\App.exe It runs fine. Does anyone know what part of Server 2012 is causing this block? Thanks, Philip Borkholder Affordable Wireless Plans Set up is easy

Re: Visual Foxpro and Windows 10 problems

2015-11-30 Thread Philip Borkholder
think these are symptoms of a Windows 10 problem. Yes, I have a client who suffered from this with Norton On Tue, Dec 1, 2015 at 8:17 AM, Philip Borkholder wrote: Hello all, Has anyone experienced any of these problems with Visual Foxpro and Windows 10? 1) Windows Updates renaming the VFP9.EXE ?

Visual Foxpro and Windows 10 problems

2015-11-30 Thread Philip Borkholder
. She did not say what version of VFP nor what AV software. Thank you Philip Borkholder The 7 Most Amazing Credit Cards If You Have Excellent ... http://thirdpartyoffers.netzero.net/TGL3241/565ca0bddc28220bd3e8ast01duc

Re: Microsoft Date Time Picker properties

2015-07-17 Thread Philip Borkholder
Joe, Doug Henning has a good posting on the use of it here: http://doughennig.blogspot.com/2008/06/using-microsoft-date-and-time-picker.html And here's a good article on using it in a grid http://weblogs.foxite.com/sandstorm36/2009/08/25/datetime-picker-in-a-grid-how-toupdated/ -Philip On 7/16/

Re: Microsoft Date Time Picker properties

2015-07-17 Thread Philip Borkholder
Hi Joe, That would be under Tools Object Browser Open Hit the tab Com Libraries Scroll down till you find Microsoft Date and Time Picker Control n.0 (SPn) Check the check box and it will display the methods and properties in the Classes & Members section of the Object Bro

Re: Rushmore and JOINs

2015-06-26 Thread Philip Borkholder
n index on FGITEM. The tag name does not matter. Fred On Fri, Jun 26, 2015 at 9:08 AM, Philip Borkholder wrote: Hello all, I know that Rushmore tech comes into play when you JOIN tables using fields that have index tags in their respective tables. However, does the tag have to match the n

Rushmore and JOINs

2015-06-26 Thread Philip Borkholder
aster. Does this make sense or am I misunderstanding it? Thank you, Philip Borkholder Vicksburg, MI Old School Yearbook Pics View Class Yearbooks Online Free. Search by School & Year. Look Now! http://thirdpartyoffers.netzero.ne

Re: Running EXE Name

2010-04-01 Thread Philip Borkholder
Thanks Guys, Both of the results worked just great!! I am going to use: JUSTFNAME(_VFP.ServerName) Cheers, -Philip ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: ht

Running EXE Name

2010-03-30 Thread Philip Borkholder
Hey all, Anyone know the VFP code or Windows API to be able to find out what runtime EXE is running the code? Reason being, I am working with an application that calls a PRG from two different VFP Runtime EXE's. I would like different behavior depending on which EXE is calling it. (Sending new pa

Re: [OT] Death Panels do exist

2009-08-20 Thread Philip Borkholder
s the insurance companies are now doing." > Philip Borkholder wrote: > >> Ok Mr. Pete, >> Where's the proof of your absurd accusation? >> > > Hi Philip, > > You are the one who didn't read the last link, I guess you didn't read >

Re: [OT] Death Panels do exist

2009-08-19 Thread Philip Borkholder
Ok Mr. Pete, Where's the proof of your absurd accusation? Pete Theisen wrote: > Ed Leafe wrote: > >> http://www.realclearpolitics.com/articles/2009/08/18/free-market_death_panels_97922.html >> >> ( -or- http://bit.ly/11qhlD ) >> > > Hi Ed, > > Yes, it is true. What the lady doesn't know i

Re: [OT] This is what obama care will give us

2009-08-14 Thread Philip Borkholder
"attempted killing" please Pete. Take your conspiracy theories to the courts, not the health coverage debate. Pete Theisen wrote: > Philip Borkholder wrote: > > >> The Advanced Directive is where YOU and YOU alone decide what you want >> done to you. >>

Re: [OT] This is what obama care will give us

2009-08-14 Thread Philip Borkholder
mangled for some reason, try this: > > >> Philip Borkholder wrote: >> >>> They removed the component that talked about discussing end of life >>> because of all the chicken littles out there screaming BS lies about >>> it and exaggerating the claim

Re: using FindWindowEx and close another Win 32 app

2009-08-14 Thread Philip Borkholder
afe.com [mailto:profoxtech-boun...@leafe.com] On > Behalf Of Philip Borkholder > Sent: Friday, August 14, 2009 3:10 PM > To: profoxt...@leafe.com > Subject: Re: using FindWindowEx and close another Win 32 app > > Thanks Richard, > I was using this GETOBJECT() command, but the prob

Re: [OT] This is what obama care will give us

2009-08-14 Thread Philip Borkholder
n > age, elderly had to meet with an end-of-life counselor. > > The Senate has now removed all the death panel language from the Senate Bill. > > > Well if it didn't exist, how did they remove it? > > --- On Fri, 8/14/09, Philip Borkholder wrote: > > >

Re: using FindWindowEx and close another Win 32 app

2009-08-14 Thread Philip Borkholder
Thanks Christof! This is what I was looking for! Christof Wollenhaupt wrote: > Function KillTask > Parameter tcWindowName > > Declare Integer FindWindow in Win32Api Integer, String > Declare Integer PostMessage in Win32Api Integer, Integer, Integer, Integer > > #Define WM_CLOSE 16 > >

Re: using FindWindowEx and close another Win 32 app

2009-08-14 Thread Philip Borkholder
ed state that > need to be saved or reverted, etc. > > rk > > -Original Message- > From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On > Behalf Of Philip Borkholder > Sent: Friday, August 14, 2009 2:30 PM > To: profoxt...@leafe.com > S

Re: [OT] This is what obama care will give us

2009-08-14 Thread Philip Borkholder
ELSE has to decide for you. This is for ALL AGES, not just elderly. We all should have one on file to assist our relatives, friends and care practitioners when the worse comes to worse. Give me a break. -Philip Pete Theisen wrote: > Philip Borkholder wrote: > >> Michael (and a

using FindWindowEx and close another Win 32 app

2009-08-14 Thread Philip Borkholder
Hi All, I'm using the win 32 api FindWindowEx to get the handle of an open application (MS.ACCESS) once I get that handle, is there another win 32 api to then close it via VFP? Thanks, -Philip ___ Post Messages to: ProFox@leafe.com Subscription Mainten

Re: [OT] This is what obama care will give us

2009-08-14 Thread Philip Borkholder
ND of health reform. Michael Madigan wrote: > The Bill establishes "panels". In the White House now is Ezekial Emanuel, > who has written extensively on withholding care from the very young and the > very old. > > --- On Fri, 8/14/09, Philip Borkholder wrote: >

Re: [OT] This is what obama care will give us

2009-08-14 Thread Philip Borkholder
find eugenics and euthanasia disturbing? > > --- On Thu, 8/13/09, Philip Borkholder wrote: > > >> From: Philip Borkholder >> Subject: Re: [OT] This is what obama care will give us >> To: "ProFox Email List" >> Date: Thursday, August 13, 2009, 12:

Re: [OT] Smoke and Mirrors Kenyan killing economy more

2009-08-14 Thread Philip Borkholder
Michael Madigan wrote: > http://finance.yahoo.com/news/Fed-says-economy-leveling-new-apf-1948834182.html?x=0&.v=7 > > [excessive quoting removed by server] ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listin

Re: [OT] This is what obama care will give us

2009-08-13 Thread Philip Borkholder
.. Bob Calco wrote: > He can't even trust doctors to perform a tonsillectomy for the right > reasons, you think Obama would trust them with unclear standards for > determining live birth? > > I'm sure the new "Planned Parenthood" standards championed by Dr. Ezekiel > Emmanuel as a means to re

Re: [OT] Things that make you go "Hmmm"

2009-08-10 Thread Philip Borkholder
Michael and Bob, I suggest you two critiques/complainers/name-callers, simply write your own policy proposals here for once. You two are very quick to criticize, demonize and state that anyone that disagrees with you . It's easier to criticize than it is to stand on your own two feet and propose

Re: [OT] Rampant violations of no-call law

2009-08-07 Thread Philip Borkholder
h... it's private companies that are choosing to call our numbers duh Pete Theisen wrote: > Hi Everybody, > > What has happened to the no-call law since Obama took over. I have been > on the no-call list for years. Now that Obama is president it is like > there is no no-call law. What's

Re: [OT] She Said, He Said

2009-08-05 Thread Philip Borkholder
Uh Michael, now you are , Americans sure do go to Canada and Mexico for health care. It's been happening for years. Michael Madigan wrote: > There's a reason why everyone comes here for health care. You don't see > Americans pouring over the border into Canada or Mexico. > > > > ***

Re: [OT] Did Jesus give us the name of the Anti-Christ?

2009-07-31 Thread Philip Borkholder
And then fainted when they had to hold their arm up too high for too long... ;-) Pete Theisen wrote: > Michael Madigan wrote: > >> It doesn't necessarily mean he's the AntiChrist. Did people faint at the >> sight of Hitler? >> > > > Hi Michael, > > I think just mostly gave the stiff-arm

Re: [OT] Did Jesus give us the name of the Anti-Christ?

2009-07-31 Thread Philip Borkholder
Is that because you're biased and like Shoe-fly pie too? :-) Michael Madigan wrote: > The post wasn't intended for people like you. > > > --- On Fri, 7/31/09, Philip Borkholder wrote: > > >> From: Philip Borkholder >> Subject: Re: [OT] Did Jesus gi

Re: [OT] Did Jesus give us the name of the Anti-Christ?

2009-07-31 Thread Philip Borkholder
ust some mythical boogey man, right Phil? > > Is Jesus the Son of God or is that a myth too? > > > > * > Join the OBAMA RESISTANCE MOVEMENT! > > http://www.cafepress.com/rightwingmike/6181419 > > > --- On Fri, 7/31

Re: [OT] Did Jesus give us the name of the Anti-Christ?

2009-07-31 Thread Philip Borkholder
********* > Join the OBAMA RESISTANCE MOVEMENT! > > http://www.cafepress.com/rightwingmike/6181419 > > > --- On Fri, 7/31/09, Philip Borkholder wrote: > > >> From: Philip Borkholder >> Subject: Re: [OT] Did Jesus give us the

Re: [OT] Health Care via RE: [NF] Apps for the iPhone, watch out

2009-07-31 Thread Philip Borkholder
..Bob said.. " Congress is not allowed to audit the Fed..." hmmm, last I knew, Congress <> the Fed :-) Try again Bobby > Seniors, are you paying attention?! > > "But he gives such nice speeches and makes such emphatic promises!" > > - Bob > > > >> -Original Message- >> From: profox-b

Re: [OT] Health Care via RE: [NF] Apps for the iPhone, watch out

2009-07-31 Thread Philip Borkholder
Kind of like being asked as a young, intelligent person to go to Iraq and die for an oil supply.. uh ... err... "good of the country" hmmm... yea you're right, pretty stupid and unethical. Michael Madigan wrote: > I can't wait for the "End of Life Counseling" when a Government worker comes

Re: [OT] Did Jesus give us the name of the Anti-Christ?

2009-07-31 Thread Philip Borkholder
Michael, :) (shoe-fly pie man) It's more like, why did humans decide to write this text into a book over 2000 years ago... claiming God told them to... :) Way before the US existed... and way before elections existed with only 2 parties... way before... umm... point made. :) -Philip Michael Madi

Re: [OT] NY Times radical leftist article written by Obama at Columbia

2009-07-07 Thread Philip Borkholder
Great article Mike, Now he's showing how consistent he is with his beliefs and finally having the balls to work with the leaders of Russia to lead by example and reduce this ridiculous, unnecessary stock pile of nukes. Oh, and no, that position is not a "leftist" position, Henry Kissinger has be

Re: [OT] When should you not tweet?

2009-06-23 Thread Philip Borkholder
Definately should win a Darwin award this year Michael Madigan wrote: > One less idiot to breed! > > --- On Fri, 6/19/09, Stephen Russell wrote: > > >> From: Stephen Russell >> Subject: [OT] When should you not tweet? >> To: "ProFox Email List" >> Date: Friday, June 19, 2009, 5:45 PM >>

Re: DynamicBackColor in Grid Column

2009-06-23 Thread Philip Borkholder
SCRATCH THAT. :) Today it is running just fine! Must have been coincidental last night and something else must have kicked in on the server to slow things done... geeezzz :) -Philip Philip Borkholder wrote: > Hi Ted, > yes, the speed was ok before I put the condition in the columns. >

Re: DynamicBackColor in Grid Column

2009-06-23 Thread Philip Borkholder
customizing existing screens in an application the customer had purchased from someone else. Any ideas on maybe the screen repainting itself or something? Thanks, Philip Ted Roche wrote: > On Mon, Jun 22, 2009 at 6:47 PM, Philip Borkholder > wrote: > >> Does anyone kn

[OT] Re: What if George Tiller was murdered by bdulhakim Mujahid Muhammad?

2009-06-11 Thread Philip Borkholder
Well, I think Dr. Tiller would still be dead, and it would be treated as a terrorist act rather than a murder by some Neanderthal. Michael Madigan wrote: > What would have happened if abortion doctor George Tiller was murdered by > Muslim terrorist Abdulhakim Mujahid Muhammad? > > Would the medi

Re: What if George Tiller was murdered by bdulhakim Mujahid Muhammad?

2009-06-11 Thread Philip Borkholder
Well, I think Dr. Tiller would still be dead, and it would be treated as a terrorist act rather than a murder by some Neanderthal. Michael Madigan wrote: > What would have happened if abortion doctor George Tiller was murdered by > Muslim terrorist Abdulhakim Mujahid Muhammad? > > Would the medi

Re: VFP and MS ACCESS API

2009-06-05 Thread Philip Borkholder
the same for Access. > > Dave C > > -Original Message- > From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf > Of Philip Borkholder > Sent: 05 June 2009 00:14 > To: profox@leafe.com > Subject: VFP and MS ACCESS API > > Hi All, > It's be

VFP and MS ACCESS API

2009-06-04 Thread Philip Borkholder
Hi All, It's been a long time... Is there a way in VFP code to see if MS Access is already running with a DB open? If so, can I capture that instance and assign it to an object variable so I can control it? Thanks, Philip B. ___ Post Messages to: Pro

  1   2   >