Hi all:
I checked out thread184-1005051 which has a lot of useful information for this problem but I still couldn't find a solution.
I am running a program within VFP that needs a literal string with quotation marks sent to it. Like "This is a test". For example, this code works:
RUN /N2...
I would like to copy the content of a web browser on my form with the formatting intact. Using Mikes helpful FAQ, I can copy the content to an editbox, but the formatting is lost.
Is it possible to dump the formatted content on Wordpad and let Wordpad have focus?
Hi:
How can I get all the TTS voices installed on a computer into a combobox or listbox and then set the voice to be used to the one selected from the list? Thanks for your help.
I am trying to use ShellExecute to print a html file using the following code:
DECLARE INTEGER ShellExecute IN shell32.dll ;
INTEGER hndWin, STRING cAction, STRING cFileName, ;
STRING cParams, STRING cDir, INTEGER nShowWin
=ShellExecute(0,"PRINT","c:\Test.htm","","",1)
But I am getting...
Hi:
I would like to make a Combobox like Google's, using VFP 9. I want the Combobox to do the following:
1. Open up after the first character is typed, but not before, and stay open until done.
2. Do an incremental search on the string as more characters are typed.
3. Resize the width of the...
I need to get a variable to use in my table when a link is clicked in the Browser Control of my form. I'll appreciate to know the method to use to achieve this. If the method needs to be enabled, I would also like to know how to enable it programatically, so it is seamless and non-confusing to...
It seems there's a burning issue and great confusion with the use of Adobe 7 ActiveX component. It lacks the usual OCX and the use of the DLL is somehwat a mystery. Then, there's the report that if a user upgrades to AR 7 the ActiveX used in 6 would not be functional.
We appreciate our MVPs...
Adobe 7 ActiveX seems to have a new implementation. The forms that I created with the old ActiveX now give me OLE errors. Also, I couldn't find an "OCX" file but some "DLL" files in the Adobe Reader 7 ActiveX directory. To make matters worse, the Adobe Acrobat 7.0 Document would not allow me to...
I placed a button and 3 Rich Text Boxes on a form. I want to be able to dump the content of RichText1 and RichText2 in RigTtext3. I can do this manually when I run the form. I tried to do it by code by setting up the Click event of the Button with the following code:
Thisform.RichText1.Setfocus...
Is there a way I could make Word Pad the text editor to open text stored in a Memo field? This is because some users may not have Word installed on their system.
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.