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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Boudewyn

  1. Boudewyn

    VFPServer

    I did try it, works neat, also over the web. The only setback I see is that the server is only restricted to VFP databases while it MIGHT be interesting to serve other databases as well. The whole thing is rather simple in the way it works as it is just Winsock programming and, on the server...
  2. Boudewyn

    New to VFP - how to start?

    What you can do is get a book from hentzenwerke to start with. (http://www.hentzenwerke.com) I think that you will be surprised with the speed and ease to retrieve data from any source (not just VFP). In the learning curve to VFP there are, in your case, two sides. One is the language the...
  3. Boudewyn

    Can a form created in Visual Basic be activated from a FoxPro form ?

    If you create a VB dll and place some code that can be accessed by VFP (or any language for that matter) and that basically fires a form you can run a VB form in VFP. The reverse, using this method to run a VFP form contained in a VFP dll is not possible, what you can do however is: Create a...
  4. Boudewyn

    Windows Printer

    Mike, You wrote: "DECLARE integer SetDefaultPrinter in ADVAPI.DRV String Have you actually tried this? VFP7.0, Win'98, throws an error. ADVAPI.DRV isn't that a win3.x DLL?" [hammer] It ain't win3x. you're right though that this isn't working on win9x machines, you should read the...
  5. Boudewyn

    How do list the available OLE objects

    The application we are writing allows the users to attach documents to database record(s). So you are thinking about automation? probably through WinWord. That's quite simple. LOCAL lWordInstalled lWordInstalled= .F. On error * && do nothing oWord =...
  6. Boudewyn

    Encrypting forms in an app that is not to be compiled into an exe.

    simple!!!!! I guess you have the forms in a map under the exe that actually calls the forms through a menu. do as follows: make a copy of the entire development environment for this project: CD to that copy exclude the forms from your project (rightclick on them and choose exclude)...
  7. Boudewyn

    Timer controlled clock not updating during processing

    on the UT is a timer library (timers.fll) with a timer that will fire always! look for cpptimer written by bela bodecz. Easy to use, simple to configure! Boudewijn

Part and Inventory Search

Back
Top