Thanks Geoff, Craig,
Quite insightful, as ever ;)
I require a precision though; Is it a bad thing that some of my set commands in the fpw are scoped to the current datasession as Craig mentions? Should I keep in my config.fpw only those that are, or those that aren't?
Thanks again, and...
Hi there,
I'm trying to include a config.fpw file in my app in order to (amongst other things) prevent it from generating ressource files (foxuser.*) and using VFP9 help, because I'm using the F1 key for other purposes.
My config.fpw file contains the following:
screen=off
codepage=auto...
Hi,
is it possible to store user input information in the registry (or reading/creating registry keys in general) from a vfp application?
The application I'm working on will be shared by a few users in an environment with no server, so I thought the only solution would be to store the DB...
Hi, everybody!
Anyone knows why, when I issue SET ALTERNATE TO migrations in a prg, all the output still displays on the screen, and I only get in my migrations.txt file?
As always, your help will be appreciated,
Pascal Marier-Dionne
Thanks, both of you (again)
So just to resume; the triggers aren't supposed to return a confirm value (.T./.F.) and shouldn't issue the DELETE command?
Pascal Marier-Dionne
There, you have me feeling like a child left out an adults' conversation!
I tried it; it flashes the screen then return everything as it was... I can't stand the suspense!
What does the thing do?! Please!
Pascal Marier-Dionne
Hi there,
I've got to redefine the update and delete triggers on an app I'm working on. I want to enable user-confirmed cascading deletion on some tables and archiving on another.
(I can't use the built-in cascading because I'm making a French application with an English version of VFP, and...
It use the same data but I can't modify the same record at the same time. I test it with two Clipper apps using the files with Rlock and it work fine (can't do the Rlock) but not with Fox. I'm 100% sure the soft is locking the file while editing a record.
The Clipper app isn't from our company. We have an agrement with the company owning the Clipper app to use theirs tables
and we must update them.
The Clipper prog use the Cdx driver.
When I tried to lock the record with my Fox app (with the Clipper app locking it), the last update was kept...
I don't think so cause I'm trying to lock the record in a Fox pro app while the record is already locked in a Clipper app and I can still lock it with Fox, but if I lock the file from a Clipper app in both way I can't lock it twice. I though maybe the Set Multilocks was On but it's Off.
Someone can tell me where I can find the Lock information on a Clipper and a Fox Pro Table when performing a Rlock() command (I know the information isn't write at the same place in the file and I want to know if a Dbase IV table has been locked in a Clipper application when trying to lock it by...
When my program (clipped with 5.1) try to perform a TempFile(), I get an Illegal Operation error (Windows error). If I doesn't link my program with __WAIT_4.OBJ, everything is OK. What can I do ? I must compile my program with WAIT_4. Is there any function similar to WAIT_4 I could use ??
I search for your error and I found this:
92 SORT/INDEX ON Error
The system is unable to create a temporary file during a SORT or INDEX
operation. This can occur for one of the following reasons:
1) No disk space;
2) Disk is write-protected;
3) No more directory entries; or
4) The file...
I've linked my DOS program with the NANFOR.LIB and IDLE.OBJ
and I'm using the FT_IDLE() function to reduce the cpu usage but I still got problems with the processor usage. What should I do ????? ::-)
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.