I have a project and resulting exe that has been being built in VFP8 and we are currently upgrading to VFP 9.0.
Can anyone tell me if there is anything I need to specifically do to upgrade the project and then build an exe in VFP 9.0?
I have opened the project in VFP9 , recompiled it and then...
I have a problem using table buffering and table update combined with terminal services. I have tried SYS(1104) but to no avail and I have found a reference to 1105 but no actual description of it.
Can anyone tell me a good place to go to get a description Or just tell me how it should work...
I am trying to automatically Send an email with no user interaction at all.
I have used Mike Lewis' examples of shellexecute to generate the email and it works great.
I just cannot find the command to simply Send the email without opening it first. Is this even possible?
Thanks in advance
On a table this command stores 2191 to the z_old_deleted variable.
COUNT FOR DELETED() TO z_old_deleted
However this code only produces a cursor with 1342 records:
SELECT RECNO() FROM order_header WHERE DELETED() INTO CURSOR cur_deleted READWRITE
No filters are running. The code is run one...
In a table I have 61050 records, 58859 Not marked for deletion and 2191 Marked for deletion. I run a pack and then a reindex.
Afterwards there are 59708 records, 59708 Not marked for deletion and 0 marked for deletion.
Obviously these figures don't add up.
Looking into the table it is clear...
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.