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: *

  1. ChibiNeko

    VFoxPro 7.0 color problems

    Windows XP themes seem to ruin the idea of "web safe 256 color pallete schemes." I cannot readily assume that XYZ numer of colors are used by the Title bar, the cursor, etc.. as I could with older versions of Windows. I can try it but there should be a better way to do this. Why...
  2. ChibiNeko

    VFoxPro 7.0 color problems

    How do I configure Visual FoxPro 7.0's "color model/color source/ or color dithering scheme" so icons and buttons with graphics still look good when viewed in Windows 256 color video mode? 1.) I'm certain that my graphics are fine. Windows has a color model/dithering scheme that it...
  3. ChibiNeko

    Context Sensitive Help Problem

    Hi, I have a HTML help file (.chm) which works correctly only when run through the Visual FoxPro 7.0 development environment. When my application is run as a stand-alone executable, the Context Sensitive Help does not work. When a user presses F1, nothing happens (when run as .exe). I'm...
  4. ChibiNeko

    Sending Email VFox7.0

    IRANYY and wgcs, I'm aware that this is stored as a Windows Registry setting but, I'm a bit leery at calling or querying for a Microsoft Registry key, the name/location/value in the Registry likely varies by the version of Windows operating system that a user has, as (wgcs pointed out with Win...
  5. ChibiNeko

    Sending Email VFox7.0

    Hi, I have a button on a form, when clicked it opens a new email message. To me, it looks like my code is specifying that a user must have MS Internet Explorer, and MS Outlook Express in order to send out an email message. Question---> Is there a way that I can check to see what a user's...
  6. ChibiNeko

    Visual Foxpro 7.0 File Open function

    Thanks ramani, This is exactly what I wanted. I'll try using the com object described in the VFoX Sample code to instead of GetFile(). This looks a lot more configurable!
  7. ChibiNeko

    Visual Foxpro 7.0 File Open function

    Hi, How do I get rid of the default button labeled "Help", and one labeled "Code Page" in my application which uses the default Foxpro function that creates a Open File selection box. Most program languages include a built in function that creates the File Open, and File...
  8. ChibiNeko

    Integrating help into VFPro 7.0

    Yes, RoboHelp can create .chm files but this is my last choice. I'd prefer webHelp, Oracle Help, or JavaHelp if It's possible with VFoxPro 7.0 -Chibi_Neko
  9. ChibiNeko

    Integrating help into VFPro 7.0

    mgagnon, Hmm...we've already purchased a Help Authoring product called RoboHelp. You're alternative West-Wind Help, looks like it has greater support for VFoxPro but, I don't think I can convince our accountants to buy another Help Authoring System for me :) Does anyone else use Robohelp or...
  10. ChibiNeko

    Integrating help into VFPro 7.0

    I'm working on integrating a help project into an application written in Visual FoxPro 7.0. VFoxPro 7.0 includes built-in functions for using a winhelp (.hlp) and Microsoft HTMLHelp (.chm) files, but what about other help types/alternatives? I was wondering if anyone has a library for...
  11. ChibiNeko

    Redirecting SSS.htm --> Schedule.html (in same web folder)

    I've read in various articles that is best to do redirecting at the server level when possible, e.g., if a client request the page SSS.html the Server returns the page 'Schedule.html'. To the best of my knowledge an Apache Servers retain a list of the particular redirect instances and...
  12. ChibiNeko

    Redirecting SSS.htm --> Schedule.html (in same web folder)

    Hi Everyone! I'm using Microsoft IIS 5.0, and I have a question about redirecting web site traffic on my web site. A lot of users in my server logs have requested a page called SSS.htm, which no longer exists, It has been replaced by a page with a differnet name. What I'd like to do is at the...
  13. ChibiNeko

    How to add a "Tip of The Day" to my application

    Hi everyone! A lot of applications include a "Tip of the Day" feature. I'd like to include this feature in my Visual Foxpro 7.0 application, but I'm really not sure where to begin. Since so many applications use this feature It seems kinda silly to 're-invent the wheel' and write...

Part and Inventory Search

Back
Top