Perhaps some of you knew Ken Murphy, but sadly he has passed away last Sunday.
Ken was a great help to many Foxpro programmers among the Foxpro community. He will be sadly missed by the many he has helped.
Mike Gagnon
If you want to get the best response to a question, please check out...
http://www.sweetpotatosoftware.com/SPSBlog/PermaLink,guid,b71ea97e-8fb8-4401-ace4-b5a536fe0a37.aspx
Mike Gagnon
If you want to get the best response to a question, please check out FAQ184-2483 first.
ReFox XI (www.mcrgsoftware.com)
These components are free.
http://www.dbi-tech.com/Special_Offers_SednaComponents.asp
Mike Gagnon
If you want to get the best response to a question, please check out FAQ184-2483 first.
ReFox XI (www.mcrgsoftware.com)
Has anyone worked with Authorize.net to submit credit card payments in FoxPro?
I have downloaded their documentation, but I am a little at a lost.
Any hint would be appreciated.
Mike Gagnon
If you want to get the best response to a question, please check out FAQ184-2483 first.
ReFox XI...
Visual FoxPro 9.0 Service Pack 1
Download Service Pack 1 for Microsoft Visual FoxPro 9.0. SP1 provides the latest updates to Visual FoxPro 9.0 combining various enhancements and stability improvements into one integrated package. The bug fix list for SP1 can be viewed or downloaded from this...
For those of you using VFP9.0 and GDI+, you may find these functions useful. faq184-5778
Mike Gagnon
If you want to get the best response to a question, please check out FAQ184-2483 first.
I need to split a text file in 2.
The text file contains about 110,000 lines and I need to split it in about half.
I looked at MEMLINES, ALINES, FILETOSTR. I'm out of ideas.
Any one have a quick and dirty way to do this?
Mike Gagnon
If you want to get the best response to a question...
Has anyone done some work using VFP to access a VoIP system?
Mike Gagnon
If you want to get the best response to a question, please check out FAQ184-2483 first.
VFP 9.0 is now available in Italy! Before the rest of the world.
http://www.microsoft.com/italy/msdn/prodotti/vfoxpro/evaluation/annunciofox9.mspx
These 5 resellers offer it.
http://www.microsoft.com/italy/msdn/prodotti/rivenditori/default.mspx...
Anyone know how to check for duplicates on MySql with VFP?
Mike Gagnon
If you want to get the best response to a question, please check out FAQ184-2483 first.
How to use the Google Translator with API calls
Here is an interesting use of Google in VFP. FAQ184-5372
Mike Gagnon
If you want to get the best response to a question, please check out FAQ184-2483 first.
How to unzip files with shell.application.
Note this work with Windows XP or higher.
Mike Gagnon
If you want to get the best response to a question, please check out FAQ184-2483 first.
To get the computer name
Shell = CreateObject("WScript.Shell")
CompName = Shell.ExpandEnvironmentStrings("%COMPUTERNAME%")
MESSAGEBOX(compname)
Mike Gagnon
If you want to get the best response to a question, please check out FAQ184-2483 first.
You might be pleased to know that the management of Tek-Tips has put in place a new TGML processor, which is full of now feature, one example is the tag, that produce a nice effect.
[code]fs = CreateObject("Scripting.FileSystemObject")
fs.CopyFile(c:\autoexec.bat,a:\autoexec.bat,.T.)...
Here are a couple of functions that might be of use. The first one creates a cursor of the currently running processes, and the second one requires a parameter of the running process you want to kill (This will kill all instances of THAT process). (Note this requires Windows Sripting 5.6...
Here is a quick example on forcing a scheduled task to run now, rather then on schedule, using "SHELL.APPLICATION".
ssfCONTROLS = 3 && Control Panel's Schedule Tasks folder
sJobName = "fta" && Name of the task to run
sRunVerb = "R&un" && Executing command...
Has anyone been able to use Microsoft Document Activex in conjunction with an existing document?
I have a requirement that doesn't permit Word automation.
Mike Gagnon
If you want to get the best response to a question, please check out FAQ184-2483 first.
For those of you using windows XP (and Windows Scripting 5.6), here is a nice and useful FileOpen dialog that exposes the usrmgr.cpl from the Control Panel.
oDlg= Createobject("userAccounts.commonDialog")
oDlg.flags= "&h1a04"
oDlg.Filter= "All Files|*.*|"+...
Try a new style messagebox that is more flexible, can be positionned anywhere, you can change the font, the background color, add buttons etc.
objShell = CreateObject("WScript.Shell")
Declare Sleep In kernel32 Integer dwMilliseconds
objIE =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.