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

  • Users: trevr1
  • Content: Threads
  • Order by date
  1. trevr1

    GetPict Showing Thumbnails

    Hello, I use a getpict command to select and image but for some reason it always displays the image files in list format and not thumbnail format. How can I get the thumbnail format? The VFP 9 help file states: You can preview images in Windows 2000 and later by clicking the View Menu icon...
  2. trevr1

    Image Properties in Report - Crop to Fit?

    Hello, We have created a report that prints a detailed customer record. The report consists of customer info along with an image of the customer. My question is that for the image properties, we are using "scale contents, retain the shape". But when we do this, we leave to much white space...
  3. trevr1

    Keeping the Printer Properties Settings

    Is there a way to keep the printer property settings? For instance, our client often times prints using a "high quality" setting. Each time they print, they have to reselect this setting as the default standard setting is always selected. Any ideas? We are using VFP 9.
  4. trevr1

    Set Font Color and Type at Runtime for Report

    Hello, We just installed VFP 9 and from what we understand you can have the user change the font color and type within the reports. On the form we used the color picker command and font selector but can't figure out how to carry the variables to the report. I think we need to do something...
  5. trevr1

    form inside of a form trouble

    Is it possible to have a menu (File Edit Help Etc)at the top and not have two windows. Right now we have two closable windows, one for the form and the other for the main window which consists of the menu. Can you some how put the menu at form level? Thanks for any suggestions.
  6. trevr1

    Exiting the Program using the X Button from Menu

    Hello, I would like to have the user be able to close my program by clicking on the very top right X of the program. Right now it is not activated and therefore you can't click on it. I built a menu with the menu designer and can't figure out the control to make the X clickable. I've...
  7. trevr1

    Listview Active X Control, no thumbnails

    Hello, I have Fox 7.0 and dropped the listview control on my form and noticed the views does not contain thumbnails. Does anybody know how to add this or know a new control I can get my hands on. I need to see thumbnail images inside of a active x web browser control. Thanks in advance. Trevr
  8. trevr1

    Accessing Printer Settings

    Hello, I have a client that would like to use different printers to print reports. I would like to have a command button that would access the printer settings on the click event. This way the user could change the printer and the settings to that printer. I searched for this in this forum...
  9. trevr1

    Email using Outlook Express

    I'm trying to send a new email message to a value in a text field. I created a command button and put this code in the click event: oLink = CREATEOBJECT("hyperlink") sgohere="mailto:"+inventory.inv_email oLink.NavigateTo(sgohere) This code works, however it brings up a...
  10. trevr1

    Drag and Drop from Windows Explorer

    Hello, Here is what I'm trying to accomplish: I want to drag a picture file name from Windows Explorer and drop it into a picture box onto the form. Can this be done? I've tried a couple things but can't seem to make it happen. Any ideas would be greatly appreciated.

Part and Inventory Search

Back
Top