Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No Append
Message
 
To
17/08/2009 01:31:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01418404
Message ID:
01418405
Views:
74
>Is there a way i can open a file and allow changes but disallow append.
>
>something like this
>select 1
>use myfile1 index name (noappend)
>sele 2
>use myfile2 index name2 (noappend)
>
>i am aware that the noappend works with browse
>but is there code that can be used when iniatilly opening a file that will have the same affect as noappend
>(and allow changes to existing records)
>
>thanks
>
>k


Nobody could APPEND new records in YOUR application if you didn't do it :-)
So, you must check where you have APPEND BLANK or INSERT INTO and add some logic to avoid it.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform