Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Save record only once
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00122526
Message ID:
00122560
Vues:
15
snip..
.
>Hi Boys! and Girls Too!
>
>Only some questions:-)
>
>How can I save a record only once. IF the record has been saved, then no admit any changes.

using Buffering features, you can take a look on the ff. related commands:

OLDVAL() - Returns previous value where value is not yet edited.
CURVAL() - Returns a specific field value currently on the disk. GELFLDSTATE() - Determines a certain field state marker if it has been edited, deleted by other users somewhere on the network.
TABLEUPDATE() - update buffered table (another term: commit to disk)
TABLEREVERT() - revert changes made on a table (uncommit to disk)

>Can I change, in fox calendar ole object, the day's caption? I need display day's number with a letter.

Check-out on its available properties by right clicking on the OLE control then select EDIT option.

>Thanks A Lot!
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform