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
Got an answer for this - would have replied earlier but needed to finish my project.
Create a new folder with name "Preferences" under QuarkXPress 6 application folder.
I have no idea why ! But it worked for me. I'd tried reinstalling, upgrading etc. Nothing worked, but adding the new...
This has happened to me whilst I was in the middle of using it! It crashed and trying to restart it, I got the same message. I have have reinstalled it but it doesn't fix it.
I know this isn't helpful but just to let you know you are not the only one and I need an answer too - I have 3 days to...
Hi Mike
I thought that was the case too, however I beleive I have stumbled on where it happens:
close data all
use <table>
SELECT * from <table> WHERE <field> = iif(con1() and con2(),1,0)
PROCEDURE CON1
WAIT WINDOW "Processing Condition 1"
RETURN .F.
PROCEDURE CON2
WAIT WINDOW "Processing...
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...
Nothing!
It's just one line: <var> = sys(1004)
But nothing is done with <var>. I had wondered if it was a memory purge type thing. Or if he was testing for something during developing.
I just wonder what else there is in Fox that is undocumented and may be useful - if we knew what it was...
Somebody put this into our code. He isn't with us anymore so I didn't know if it was deliberate or not and what it was supposed to do.
I'm going to rewrite it anyway.
Thanks Guys!!
'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
We had a very similar problem, it turned out to be that the user had a large resolution set in XP, 1280 x 1024. When we got them to change it down, the crash didn't occur.
Good luck.
I have had a limited amount of success with this:
RENAME name.DOC TO name.TXT
STORE FOPEN('name.TXT',12) TO file_handle
STORE FSEEK(file_handle, 1, 2) TO lcrow
STORE FSEEK(file_handle, 0) TO ifp_top
lcLetter = FREAD(file_handle, lcrow)
t_string = ""
FOR t_loop = 1 TO LEN(LCLETTER)
IF...
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.