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 dencom 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. networkthis

    Combo Box Question - Is it possible to incremental search more then one column on drop down???

    Is it possible to have a combo box with two columns and search both columns. We have two columns in this combo - both columns are stored as character fields. Example: 0001 | Description 1 0002 | New Description 2 0046 | Another Description Column 1 While in the dropdown - we would like to be...
  2. networkthis

    How to make a Header/Title Bar for a Combo Box

    I have a combo box that has 5 columns and it needs to have a Header/Title Bar to describe the columns. Is it possible to add that feature easily - the control has to remain on the form as a combo box.
  3. networkthis

    VFP 9 - Continuous printing with no line feeds and no page ejects across multiple platforms.......

    I am looking for ideas to create a VFP solution that can print across multiple platforms: Currently have an exe that we run on Windows XP, Vista and Windows 7. We connect through Citrix, Windows Terminal Server 2003, 2008 and 2008 R2. We have a .prg file that prints to a line feed printer...
  4. networkthis

    Top Form - Move with _Screen? or Docking Reportpreview Toolbar?

    Is it possible to have a top form move with the Main VFP screen itself? I am asking because I have a custom reportpreview which I have set up as a topform. I only used a topform because I need the report preview toolbar docked at the top of the window. I can use the alwaysontop with the...
  5. networkthis

    Mouse Click and Hold over multiple Items in Listbox

    Is there a mouse command for clicking and holding of a mouse button? Example - I want to display the list of what is highlighted as a user mouses over items in a listbox while the mouse button is held down. I can get it to work with ctrl + click, click and up, and click and down, just not sure...
  6. networkthis

    Progress Bar - Form and .Prg File

    I'm using the OLE control Active X progress bar with VFP 9. I can get it to work just fine in most case during large queries, etc... This time however I would like to show it on my form while a .prg file is being opened - until it is closed. In my form right now I am simply saying Do...
  7. networkthis

    GDIPlusx System.app - Include .app in project and call it

    I have some code that uses the GDIPlusX system.app I also have a project that creates a .exe The code works great if the files are run not inside of a .exe by simpy saying Do "system.app" .... My problem is when it is included in the project - it says that the file system.app is missing...
  8. networkthis

    Report - Drawing - Images

    Here's my dilemma. I have an image that is going to be used as the backdrop for a Report (Takes up a full 8 X 11 paper). It is a very complex chart, which would take forver to draw in VFP. I need to ovelay points onto that image which will display onto the report dynamically by pixel...
  9. networkthis

    Timeout ? Keypress/Interactive Change

    I'm trying to create a timeout after each keypress(that can't be seen) - but if it is interrupted by another keypress I need it to cancel the timeout. I know that you can do this: - wait window "" timeout .5 and not see the wait window - wait clear - clears the screen - that pressing a key...
  10. networkthis

    Listbox and spacing? Str spacing/placement?

    I have a listbox that is utilizing the control source to pull in 3 different fields from a table. Each field is a defined length. The problem is that when the list is dynamically generated the dropdown items do not line up evenly unless we switch it to Courier new font that has even character...
  11. networkthis

    Hidden Mouse Click On Form???? VFP 9 Combobox Problem

    Is it possible to do a hidden mouse click on a form, without affecting the position of the mouse itself??? I'm asking this question because we have discoved the following is happening with a lot of our users. Also, I have found a few others on the net having the same issue, just with no...
  12. networkthis

    Is this possible?? - Passing a varialble into : LOCATE FOR (my_var)

    I'm new to VFP and I'm trying to pull my table names into a loop and loop through them individually counting the matches per column based on user input..... Here is a simplified version of what I am trying to do... I think I have the basics set up for this, but I'm not quite sure that my...

Part and Inventory Search

Back
Top