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 Rhinorhino 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: operaguy
  • Content: Threads
  • Order by date
  1. operaguy

    Need to move pixs in FoxProMac 2.6a into FPWin 2.6

    Legacy data transfer needed....Switching from FoxProMac 2.6 into ForProWin 2.6 Have a 1500 record file from FoxPro 2.6a Mac with images in a general field. When you click open the general field on the Mac, you see the image. However, opening this table in FoxProWin 2.6, even though it shows a...
  2. operaguy

    VFP -> post data to CGIscript to pre-populate a form

    I want to do something simple: post data from VFP to a cgi script which generates a webpage with a Form on it, and have that form filled in already. In otherwords, I want pre-populate a form on a webpage from VFP. That webpage is built on the fly by a cgi script. I am on VFP 7.0 I have...
  3. operaguy

    CGI creating HTML with form: Default "Values"?

    A normal HTML page with form post to a the CGI script below, which in turn generates a page. How do I default data into the value= of the form-to-be generated? Here is the cgi (it is being posted-to by a normal html form-post sending 'amount', 'first' and 'last' NOTE: the calling of the "HOP"...
  4. operaguy

    VFP6 -- Post to script on web server?

    Running a desktop VFP app, is there a way to do the equivelent of an HTML form post to a script on a webserver? Specifically, I want to send Credit Card data to the Bank Of America. Here is the HTML form tag: <FORM METHOD="post" NAME="Paymentinfo"...
  5. operaguy

    Web server as file server, FoxPro 2.6 Win

    Is there a simple way to share a folder on a Red Hat Linux dedicated file server such that remote users can find it over the internet and map it on their Windows XP machines, and thus enable a pure old-fashioned file server setup. I have a great FoxPro Windows 2.6 application I will install on...
  6. operaguy

    Embed QT Movies in Power Point, VFP

    I can't get quicktime 4 video clips embedded in Power Point slides or Visual Fox Pro forms. Yes, you can make PPT and VFP call the QT6 player, and the clips will play in their own window, but I want to embed them like you can do with Windows Media Player. Either 1) You can embed, but I am too...
  7. operaguy

    Email Merge wont preserve live links

    I create a letter in Word 2002. I use the 'insert hyperlink' function to put links in the body of the text. The links seem live before the merge(if you CTRL-Click you can go to the webpage in the link. However, when I email merge using the wizard, the resulting email's links are dead text, not...
  8. operaguy

    CDO Email, stumbling with connection

    Attempting to use Mike Gagnon's code from the FAQ: oMSG = createobject(&quot;CDO.Message&quot;) oMSG.To = &quot;john@jrdonohue.com&quot; oMSG.From = &quot;education@pauldonohuepresents.com&quot; oMSG.Subject = &quot;Hello Email&quot; oMSG.HTMLBody = [< b >< P >< FONT COLOR=&quot;#CC0000&quot...
  9. operaguy

    really small Virtual Private Network without VPN?

    Tried searching keywords first... My first post this forum, please forgive if it is naive, and thanks ahead of time for you attention. Am trying to do the impossible? Low security, small number of users (3-7) low transaction count VFP7 app. which requires remote access. No LAN exists. What...

Part and Inventory Search

Back
Top