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

    select into based on a parameter

    I have need to write program something like below if @pnumber=1 begin select * into #all from table1 where code = 9 end else begin select * into #all from table1 where secondcode=99 end when I try this I get #all already exists even though I am executing the else portion of above...
  2. 113983

    properties window in vfp9

    I have a weird problem - my properties window starts with the name of method field only about 3 characters wide - for instance, "Activate" displays as "Act". I can resize, but after quitting and reloading, same thing. I have tried deleting the foxuser.dbf, rebooting, searching thru help - no...
  3. 113983

    a read only amount changing in a grid!

    We display transactions in a grid and if you happen to place your cursor on a read only amount that contains cents then use the up arrow key to move up to another item in the grid, the decimal amount changes to .00 For instance, if you have an amount of 12.34 and place the cursor just before...
  4. 113983

    icon doesn't always show up

    We just recompiled a project using the same icon etc and it doesn't show properly when you alt tab to scroll thru apps that are running. it shows properly at bottom of screen. Is this a Windows Vista thing?
  5. 113983

    file does not exist error

    WE have a large VFP9 application (menu driven) where users may run a number of exes at any time and in any order. Occasionally we will get a file not found error in one of the exes (usually a prg or scx). We check the project and the file is part of the project. We exit the system, come back...
  6. 113983

    what is largest foxpro application you know of

    We have a large foxpro app and are considering converting it in the future and would like to know what others have done. Probably convert to C Sharp and MS SQL. Any suggestions
  7. 113983

    set default font for textbox, label etc.

    Is there a way to pre-set the font for textbox, labels etc. When I add a textbox to a form, the font is set to Arial. I would like to have it preset to MS Sans Serif so that I don't always have to change it. Is this possible?
  8. 113983

    search on multiple keys

    we have a file with customer name, phone number, description of job, contact name and want to build a search where user can type beginning letters (or numbers) and only items that match will show in grid. We can do this with one index but are looking for way to do it with index on each of these...
  9. 113983

    how to get name of calling program

    I have a generic form where I allow operator to set a flag of do not show this message again. This form can be called from a number of other forms. Is there any way to find out the name of the calling form? I could put it in a _screen property or a public but then I have to change a number of...
  10. 113983

    control position of messagebox

    is there any way to control where on a form a messagebox will appear?

Part and Inventory Search

Back
Top