Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unique Index Key - Delete record and add the same again
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00003428
Message ID:
00003434
Views:
38
>After a record is deleted it is only marked for
>delete. If somebody adds a new record with
>the same primary key, an error occurs (Duplicate Key).
>How can I solve this problem? Thanks.
>
Hi Andreas,
I don't realy know if it possible but if you don't need this record anymore you can change the primary key of the record before delete

>Is there a possibility to suppress the Microsoft
>menu (appearing for some seconds until my menu is
>displayed)in an executable Programm?
>How can I change the header on top of the menu bar:
>Microsoft Foxpro?
>
>Andreas
>
>(VFP 3.0)

For your menu and title you can change in config.fpw file
of your program the option TITLE and SYSMENU

ex:
TITLE="MY APPLICATION"
SYSMENU=OFF

For your sysmenu, you just have to set it again in your code with your new option
Previous
Reply
Map
View

Click here to load this message in the networking platform