Hi All,
I am trying to create a read write cursor. Having searched these threads, sombody suggested the following:
SELECT * FROM v_products INTO CURSOR lcresult NOFILTER
USE lcresult IN 0 AGAIN ALIAS myTable
SELECT myTable && this will be readwrite
SO, i do this:
Select * FROM maintbl ...
Hi all
I have had it reported that the IIF will evaluate all conditions regardless of the return value.
For Example
<test> = IIF(Procedure1() AND procedure2(),1,0)
If procedure1 returns false then it still (apparently) evaluates procedure2.
I cannot however recreate this. Has anyone ever heard...
Hi All.
In xp, if you go to this directory:
C:\Documents and Settings\USERNAME\Local Settings\Temporary Internet Files
And then empty it. Then
Right click, properties.
It states it has 34 files, 12 folders totalling 3.08 mb.
I have show hidden files or folders on.
They are still there after I...
Hi folks.
Having a problem with the RENAME command.
I have a line RENAME (File1) TO (file2)
Where File1 is "T:\spare\temp\12345678.tmp"
And file2 is "data\newfile.txt"
I get the error "Attempt to move file to a different device"
Other than prevent the user having...
'Transgressed node found during compaction.'
Anyone got any idea what on earth this is?
Fox 2.6a dos, using a general input screen I have used millions of times and had no problems. It crashed my whole PC.
Only happend once so far, but I'd love to know where it came form.
Thanks
Good morning all
I have an unusual problem with this code:
Where var = 4
STR(var) is returning " 4"
and bizarrely
ALLTRIM(STR(var)) is also returning " 4"
I am using this to construct a field name which subsequently crashes during EVALUATE because of the...
Hi all
Does anyone know what the limits are (if any) in terms of memory size, for these commands. In XP and 2000 we are getting crashes.
SAVE SCREEN TO memvar
....code....
RESTORE SCREEN FROM memvar
Restore screen crashes with error 9 or error 12. My guess is that there is a limit to the size...
In windows explorer my C:\ drive showing as Removable Disc(C:. Any ideas why? How can I change it becomes it prevents my virus scanner working and nothing goes to the recycle bin.
Thanks
Have written an application which shells out of a fox routine and calls up the browser. Fox hangs though if the user is not connected on line.
Does anyone know if it is possible for fox to check whether a user is on line or not?
Thanks
Why do these things happen to me?
XP, printers, select server properties, create a new form.
In your default printer (We use epsom dot matrix fx880 but generic text will do - also occurs on some laser printers)
set every reference to paper size to your new form.
In FPW 2.6a modify a report...
You may recall that recently I posted a question asking why I was getting this. Thanks to all those who replied, but I beleive my colleagues and I have got to the reason why. (But not the answer.)
If you run this code: (use any report and table.)
USE <anytable>
last = VAL(SYS(1016))
FOR x = 1...
I think I've just about exhausted the possiblities for this but my system falls over with insufficient memory at the second line of this snippet of code:
nfile=ntfile2 + ".TXT"
IF FILE(nfile) *********** Crashes!!!!
append memo nmemo from &t_file
ENDIF
Tried MEMLIMIT...
Does anyone know what exactly is returned by lastkey with a mouse click? It seems to fluctuate between 50 and 56 in the debug, and the help says look at inkey() for values.
50 to 56 are numbers and you can't put "M" in lastkey()!
[bigears]
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.