Mike,
Thank you very much. That does the trick, and I have tested sending an email to multiple recipients - that being the object of the exercise. I have little programming experience outside VFP, but I have looked at Microsoft's Outlook 2013 Developer reference, so can incorporate 'CC' and...
Mike,
In Outlook > Options > Mail Format I have tested with 'Use Word etc' both checked and unchecked - same result, ie no addressees listed. Other than that altering setting, I can't see a way to change the default editor simply.
I have very briefly looked at Automation, but many years ago I...
Thanks Mike. Persuading folk to use the default editor might be difficult, especially, as I say, I won't necessarily know which mail client, let alone which text editor, people will be using. Automation might be the only way forward. I will do some testing nonetheless.
Rob
I have a screen in an application which allows users to select a number of email recipients from a table, and then to open up the user’s default mail client inserting the selected email addresses into the ‘to’, ‘cc’ or ‘bcc’ fields as appropriate. The user can then write the email text and send...
Thank you for the suggestion. I had tried doing that, but the problem is that I have little knowledge of VBA and don't know what object methods and properties are available, or what the syntax might be. This means that I do not know how to modify the 'recorded' generated code which uses specific...
Excel 2003 / WinXP. I have a list object with 5 columns, A - E, and all cells have a border round them. I need a macro which will:
1. insert a row below the current row (whatever cell happens to be selected when the macro is triggered by the user)
2. then remove the left hand border of the cell...
@Olaf: I'm not sure newtofoxpro is actually talking about hosting the app on a webserver. I thought the requirement is just to have some way of accessing data held at one terrestrial location from somewhere else (and print it).
@newtofoxpro: Ref your 'dream'- As I mentioned above, I have an app...
Ok, I'm clearer now on the setup. It doesn't sound like a VFP issue to me.
PC2 & PC3 access the data on PC1 via remote desktop, so then it will be PC1 'instructing' the local printers to print. It is effectively the same as sitting at PC1 and directing printer output to a printer attached to...
PC2 is far away from PC1 but works good with remote desktop with static_IP via internet".
Sorry, don't quite understand, you seem to be saying that PC2 ... works good ... via internet, then you ask about code to access a DBF via the internet(?).
Does your App reside on the server, or on the...
Thanks Olaf. You've confirmed what I suspected, that it is not possible, or at least not possible for someone of my limited abilities. I'll just tell my users that, in the words of the song, "you can't always get what you want".
Rob
thread184-456868
VFP 9 SP2. Win 7 (Most Users: XP pro)
For some time I've used a method for selecting a group of files using ChrisRChamberlain's approach with _comdlg1 in the above thread, as summarised by Foxegg on 31 Jan 2003 in the same thread. Works great, thanks people.
I've now had a...
I note from your error messages that as well as the "error 182 while reporting 182" you got an "insufficient memory" message. The problem may be some sort of memory leak or stack issue, rather than a straightforward coding problem. (Though admittedly you have restarted your machine which usually...
Thanks Mike for your (ever) speedy reply - don't you have a home to go to?.
I get an invalid function count type error.
On reflection, DATE(2999,12,31)-visitdate gives a number of days, which DTOS can't handle. Nevertheless, you've woken my brain up and sparked new ideas, which after all is...
VFP9, Win7.
I have a table containing details of visits to various sites around the country. The field REF (C,9) represents the site, and VISITDATE (D) is, unsurprisingly, the date of a visit. I want to browse the visits in a grid ordered by REF alphabetically, starting with the 'A's, but in...
Just a quick comment: I discovered the 'fusing' of the four windows some years ago by accident, and wouldn't do without it now. Also,if I happen to have the Properties window say on top at the time I build the application, it automatically switches to the Command window once the build is...
Thanks Mike, I should have remembered that some years ago I did a small App for someone and had fun using pageframes with no tabs but using other controls to switch between pages. I think I also mimicked an early 'wizard' type form, where the user stepped through (and back) a sequence of queries...
VFP 9.0
You can add a picture to a menu option. Is there a way to add a picture to the caption of a page on a pageframe?
I've searched the forum & FAQs & can't see anything, but apologies if this has already been addressed.
Thanks.
Well. Now I feel like a complete idiot. LockScreen is indeed set to .T. in the non-working form: resetting it to .f. works a treat, and there I was protesting that all basic form settings in the working and non-working versions were identical. Words like "wood", "trees" and "not seeing" come to...
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.