Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Apata
  • Content: Threads
  • Order by date
  1. Apata

    Passing quoted literal string to a program from a variable

    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...
  2. Apata

    Copying Formatted Browser Content to Word Pad

    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?
  3. Apata

    Getting TTS Voices in a Combo or Listbox

    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.
  4. Apata

    Error Using ShellExecute to print

    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...
  5. Apata

    Combobox like Google's?

    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...
  6. Apata

    How to use GDI to draw in VFP

    Hi all: I have a need to load an image file and have the user manipulate it by drawing and coloring on it. Is this possible with GDI and FVP? Thanks.
  7. Apata

    Getting Variable from VFP's Browser Control

    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...
  8. Apata

    VFP Masters, Please Weigh in on this Adobe Reader 7 ActiveX Problem

    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...
  9. Apata

    Using the New Adobe 7 ActiveX Control

    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...
  10. Apata

    Problem Trapping Keyboard or Mouse Event in a Rich Text Box

    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...
  11. Apata

    Using Word Pad as text editor from VFP

    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.
  12. Apata

    Targeted Printing with ShellExecute()

    Is there a way to print only one page or selected pages out of a multi-page document using ShellExecute()?

Part and Inventory Search

Back
Top