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

    Help with a small SQL problem

    I have SELECT * FROM PTEMP ; INTO TABLE pictures ; ORDER BY Fname I wish to exclude all files except jpg , bmp , tif, gif etc Can anyone help? Thanks William
  2. button71

    Help with array to find files

    I have found the following code But I want the full number of columns in the original to be added to the final array - rather than just the fname =ADIR(aryTemp,"*.*","AHRSD",1) logging('GetSomeFiles folder '+cDirectory) nMax = ALEN(aryTemp,1) FOR nCount = 1 TO nMax cFile =...
  3. button71

    VFP 6 Form created by Form Wizard

    On a form created by form wizard - using the [Find] button - I cannot see any Memo fields to choose to search in from the drop down list box. Is this as designed - is there a way to add them to the list and search in them? Or do I do a LOCATE in the memo field from another [Search] button...
  4. button71

    VFP 6 trouble with paths

    <sigh> I've just forgotten how to see the path as set at the moment , in the debugger. I'm not finding a table when I open a form. Anyone help? William
  5. button71

    Finding root of a folder

    Is there a function around to find the root of a folder? I am using a folder Aviation It has a path - say C:\My Pictures\Aviation I want to get to C:\My Pictures\ Anybody help? Willaim
  6. button71

    Logo on form

    I have a manually coded form on which I wish to place an icon. I have used ADD OBJECT img as image WITH ; Top = 40, ; Left = 70, ; Height = 60, ; Width = 60, ; Picture = full development path to logo file,; Name = "img" It works OK in the dev environment but on other machines in which I...
  7. button71

    Mousing a cropping selection box over an image

    I am using .container1.imgcontrol1.Picture = (mypicture) ( mypicture being the fullpathname of a say jpg file). to put a picture in a container on my form. I would like to know if it is possible to have a control which sets the mouse to draw a selection area on the image - collect the...
  8. button71

    Desktop in seldirdlg() gives error

    I have been using this function for years and never had a user select 'desktop' This gives the error Member PARENTFOLDER does not evaluate to an object Line : FOR EACH item IN oBrowseObject.ParentFolder.Items FUNCTION SelDirDlg LPARAMETERS cDialogTitle, cStartingFolder, nBrowseFlags *...
  9. button71

    Topr right control box on form

    Is it possible to have a Title Bar with an Icon + Title and not have the control box? When I use controlbox = .f. I loose the Icon? Regards William
  10. button71

    Picture on hand coded form

    I want to place a small picture on a hand coded form but am unsure of the ADD Object code. Can anyone help Thanks Willaim
  11. button71

    WIA.Imagecontrol

    I have successfully worked two of the image manipulation options into my application. As the code given in the help file is for VB some do not work straight off. I'm looking for some help in converting a few lines in to VFP code. 1 Cropping IP.Filters.Add (IP.FilterInfos("Crop").FilterID)...
  12. button71

    VFP6 Errors in imagecontrol

    I am trying to trap errors in the imagecontrol used in container in a form on my picture viewing application caused by certain image files which give a C000005 error - I guess it is unreasonable to expect the following code preventing that problem lTableError = .f...
  13. button71

    Command window from app

    I have a little app that I use as a User Register for my software and other groups. I often want to manipulate some flag fields in the single table - can I get the Command Window from a button on the form? Thank you William
  14. button71

    Using WIA.ImageFile control

    From what I read this control alloas TIF files to be displayed. They don't for me. I have tried adding an F as .TIFF but I can't get an image to show. Anyone have any ideas please? Other than that it works well for me. Regards William
  15. button71

    vfp6 opening a project in the Development mode

    Is it possible to open a project on the Code Tab? I am calling VFP from a batch file with this command MODIFY PROJECT myproject NOWAIT can I add a command to open a project on the Code Tab? Thanks William
  16. button71

    Creating a new empty table from existing

    In my app I am sitting in an Area - say 5 with a table TEMP1 open. I need an empty copy of that table. I have previously created a structure table TEMPER from TEMP1. I want to CREATE TEMP2 FROM temper whilst leaving the original table open in Area 5. When I run the create it replaces TEMP1...
  17. button71

    VFP6 Writing HTML reports

    I provide a comprehensive set of reports of a catalogue from my app in :- FoxPro MSWord HTML For the last few years the HTML has been satisfactorily written by this type of code snippet from one of the many prg files handling different data elements in the catalogue table *!* gnMyHTMLNo is...
  18. button71

    VFP 6 - limit to COPY TO command.

    I have an application that copies an original user table to provide a backup if the user wants to reverse any changes made in my app. I have many users using this code for some 3 years. Suddenly I have a user who gets a C0000005 error when using the COPY TO (backup file name). I have his...
  19. button71

    Report Margins

    Is there a routine around which can set the margin of a report at runtime to a standard say 10 10 5 5 ? Thankyou William
  20. button71

    VFP 6 IPTC Digital Labelling

    Having been rewarded with VFP ode to access EXIF info and having incorporated that into my application I am now being asked about IPTC Info ( Irfanview et al allows this data to be written to a jpg file.) Is there any code snippet out there to access the IPTC data? Thanks William

Part and Inventory Search

Back
Top