I appreciate all the suggestions, but no luck unfortunately. Is there anywhere else classes are cached perhaps? Or are compiled classes grabbed from somewhere outside of the project folder when the .exe is built? Any other ideas to try would be very much appreciated!
I'm assuming as an...
Hi there,
I made some changes to an old class library on a piece of software that I work on, but I cannot get the changes to take effect in the compiled .exe. The changes do however show up when I run the program via 'DO main.prg' Does anyone have any idea why this might be happening? The...
Hi,
I'm making a quick function to find and replace occurrences of data within tables (procedure findreplace(table, field, find, replace)) to simplify some scripts I'm working on, but I can't figure out a way to index on the passed in field. I figured "index on (variable) to index" would work...
Great, thank you very much mm0000 and Mike Lewis, these are exactly the types of solution I was looking for.
mjcmkrsr, I appreciate your help! The code you shared is a very resourceful way to solve my issue. I'll definitely be using it/something similar on my larger datasets, and implementing...
Hi,
I'm trying to modify duplicate entries in a Visual Foxpro standalone DBF Table, and the simplest/most efficient way I could conceive is not working. Here is the code:
select tablename
scan
tempid = userid
COUNT TO tjz FOR tempid $ tablename
if tjz > 1
replace userid with...
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.