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...
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...
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...
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?
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...
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
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?
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.