Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calendar's Diary Storage Out Of Hand
Message
De
17/07/1998 17:38:46
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00118264
Message ID:
00118818
Vues:
15
>The diary entries are stored in foxuser.dbf. They are stored with ID field = "DIARYDATA".
>
>>Where are the values stored of the builtin Calendar's Diary? If I use the builtin Calendar in my application and write something in the dairy of the Calendar , where does these entries go? Do I have to build a table to store these values if I use the Calendar's Diary in a standalone application? And how do I connect the Calendar's Diary data to the table?
>>Thank You All
>>Zaraq Bari

Since foxuser.dbf is used for too many things, and needs cleaning from time to time, a safe approach would be to copy the structure into a diary.dbf of the same structure, then:

frmDiary.load
set resource to diary.dbf

frmDiary.Destroy
set resource to home()+"foxuser"

This way the diary entries won't be kept together with all the other settings. It's just cleaner and safer.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform