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 Wanet Telecoms Ltd 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. GuitarSlayer

    Grids

    Hi, I wonder can anyone give me any pointers. I have a grid which at design time has a column with a checkbox in it. I have a method in my form which amongst other things binds the column to logical data field. So far so good! however anytime I call this method once the form is active to clear...
  2. GuitarSlayer

    Buffering

    Hi, I wonder if anyone has any advice they can give me on the following scenario:- Firstly,I am using Visual Foxpro 9, and the task is that I am comparing two data files which have around 276,000 records in each, the dbfs are about 50 Mb each and the cdxs are 14 Mb each. Table 2 will have...
  3. GuitarSlayer

    Accessing files from code within a VFP executable?

    Hi, Firstly don't ask me why I want to do this, all I can say is that I have been asked if its possible to accomplish. Here we go, is it possible to copy out a bmp file from a VFP exe to disk? As you have probably guessed the bmp is included in the exe at build time. Any help on this would...
  4. GuitarSlayer

    Explorer Active X in VFP 9 Form

    Hi, I am displaying an htm file within a VFP 9 form using the Explorer Active X control shipped with VFP. However I am using the Keyboard command to try and activate the 'Find' dialog on form instantiation, the frustarting thing is that the Keyboard command i am, using (Keyboard '{CTRL+F}')...
  5. GuitarSlayer

    ADOBE PDF Active X control

    Hi, I am displaying a PDF from within a VFP9 form, but would like to know whether there is any way you can programatically call the PDF controls 'Search' dialog.
  6. GuitarSlayer

    How would you find ACROPDF.PDF.1 in Registry

    I am trying to write some code to try and determine if Adobe Acrobat Reader Version 7 (ACROPDF.PDF.1) is present in the registry and am not having much luck. Can any one give me any pointers as how to achieve it.
  7. GuitarSlayer

    OLE Error on displaying a PDF

    I have a form which uses an activeX control to display a PDF and until recently have had no problems with it using ADOBE Acrobat 5 Reader, however some people have been having problems using this form with ADOBE Acrobat version 7. The following error is displayed when trying to run the form:-...
  8. GuitarSlayer

    How can I detect the number of child records in a relationship

    I have two tables which have a relationship set. When the record pointer is moved in the Parent I need to know how many records there are in the Child. Any Ideas on how I can achieve this?
  9. GuitarSlayer

    Help with DriveType() for UNC type paths

    Hi, I am trying to use Drivetype() to detect a CD Rom drive which is a mapped drive e.g. '\\10.130.1.97\CD\' When I use this mapped address with drivetype() I am not getting the result I am hoping for which is return value of 5 (CD Rom), it works fine on my local CD Rom drive which is 'D:\'...

Part and Inventory Search

Back
Top