Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calendar's Diary Storage Out Of Hand
Message
From
17/07/1998 17:38:46
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00118264
Message ID:
00118818
Views:
14
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform