Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unique Index Key - Delete record and add the same again
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00003428
Message ID:
00003434
Vues:
33
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform