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

    VFP6, photos and Windows 7

    A client has a simple VFP 6 membership app where a photo can be uploaded. It worked fine in XP Pro. Now they moved it over to a Windows 7 machine and just a thumbnail of the photo displays on the screen form. I manually typed in the "append general photo from &photosource" in the command window...
  2. theactpro

    VFP 6 and Vista photo problem

    I'm using the following code in the Click method of a check box: append general photo x = getpict() append general photo from &x On my XP Pro machine the photo appends fine; the photo appears on the screen form and on the report I created. However, on my client's machine, using Vista Home...
  3. theactpro

    SET STEP ON quirk

    I have a simple, routine ComboBox that contains a SEEK statement. The key is 3 separate field. I populate the ComboBox with an array. Once you select the value from the ComboBox, the SEEK command fails to find the corresponding value in the table. When I set step on, the value then IS found. The...

Part and Inventory Search

Back
Top