Life, I think." - Olaf, you have given a more concise answer than I could come up with. The long answer... ain't nobody got time for that!
I was surprised the site was missed as much as it was. Eventually I received a request from Rick Schummer that the site be put back online. To say that I...
For application logo icons you should provide multiple sizes (16x16-256x256) and color depth in your ico files...
http://msdn.microsoft.com/en-us/library/aa511280.aspx
...this allows Windows to do it's thing and your ico will always look as good as it can since it won't have to scale it when...
montypython1,
CreateExcelTemplate is used to create the default (new, empty, or whatever you want to call it) Excel file. It is included so that I don't have to automate Excel to create a new excel doc. This even allows for export Excel docs when Excel isn't even installed (such as on a...
As TamarGranor has already said, this is a user-controlled Outlook setting. Without some sort of hack like the aforementioned sendnow, you probably aren't going to get around it.
You can use Extended MAPI to get around the security message using the VFPExMAPI.fll from my blog... VFP Extended...
Another way to do this in Win2k and above is to use the GetIfTable() function in the iphlpapi.dll. Using it is much more complex than the other 2 suggestions in this thread, but the good news is that someone has already done the heavy lifting for you...
Interesting... I've downloaded the release and am giving it a look through. I'll be back with thoughts and feedback.
PS Can't help wishing you had submitted this for possible inclusion in VFPX out on codeplex.
SweetPotato Software Website
My Blog
You may find the following solution on my blog useful...
Using Excel 2007 File Formats in VFP 9.0
...it allows you to work with different versions of Excel files (including Excel 2007) and even create Excel files without Excel being present on the user's computer. It is also orders of...
The REPLACE command, unlike an UPDATE statement, is actually performed in the order in which it is written. So to increase performance another 10-15% you could use the following (modified from the examples given in this thread)...
REPLACE ALL UPCOLD WITH CHRTRAN(UPCOLD, "ABSL", ""), ;
COLUMN5...
If you're willing to include an FLL and the MSVCR71.dll with your VFP 6.0 application, then you can use my vfpencryption71.fll which is available for download from my blog...
http://www.sweetpotatosoftware.com/SPSBlog/PermaLink,guid,e1cd4af4-1eff-4ef8-9abd-4999813ec6dc.aspx
SweetPotato...
It's probably because your grid's Themes property is set to .T.
Change Themes = .F. and see if that clears up the mystery for you.
SweetPotato Software Website
My Blog
Some code that I picked up somewhere that Doug Hennig wrote will do what you want...
********************************
FUNCTION KillProcess
*==============================================================================
* Program: KillProcess
* Purpose: Terminate the specified application
*...
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.