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

    Grid ActiveRow

    Hi, I have a little problem and it seems so simple that it doesn't work. I have a grid that has a Sql statement as RecordSource and the data returned inside my grid is fine. I have a button on my form that need to interact with the grid. So I need the ActiveRow of the grid and for that I...
  2. TheBlainer

    A table opened at two places??

    Hi I have a form with a listbox that contains a SQL statement. In the init of the form, there's the code Thisform.lsttHERMOS.RowSourceType = 3 SELECT 107 USE N:\APPS\PAL_NOVA SHARED thisform.lstthermos.RowSource = "SELECT NOM FROM " + DBF(107) + " INTO CURSOR mylist" THISFORM.LSTthermos.Requery...
  3. TheBlainer

    Combobox little problem

    Hi I have a form with a combobox with 8 elements in it. Now, in the interactivechange of this combobox, it calls a form(named frmMoreInfo) for more information on the choice. I want frmMoreInfo to be called anytime I click on one of the choice in the combobox EVEN if it's the same item that...
  4. TheBlainer

    Report form with parameters?

    Hi I'm trying to pass a variable that is a string in my code to my report, but I saw that we can't do that with REPORT FORM. So I was wondering if there's a way to do that, because it must be possible with some trick. I created a variable on my report, but I don't know how to assign my value to...
  5. TheBlainer

    Source Control Software

    Hi, In the company I work for, we thought that it would be helpful to have a Source control software. Because there are more programmers in the company now. On MSDN, it says what is it, how to enable it and how to use it. But it doesn't say what software can be added to VFP. I saw...
  6. TheBlainer

    Can't open one particular .DBF

    Hi, I have one weird problem now and that's that I can't open the file having the name choixass.dbf (it was working fine before) To see the errors I have see : http://www.freeimagehosting.net/0f626 If I rename the file any other name like why_error.dbf, I can open it. But this particular...
  7. TheBlainer

    How to hide the Command Window on design time

    Hi, I'm working on Visual FoxPro for several months and I'm tired to always close the Command Window when I open FoxPro to edit my project or a form or anything else except when editing dbf. I found the command "HIDE COMMAND WINDOW", but I have no idea here to put it. I know the config.fpw...

Part and Inventory Search

Back
Top