Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange error 1113 File is not open
Message
From
18/10/2001 12:38:26
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00570262
Message ID:
00570342
Views:
18
This message has been marked as a message which has helped to the initial question of the thread.
>I've discussed this problem with my manager and we decided, that the Data Entry file (for Transaction & Credit information) doesn't need to have memo field, while LOG file will have memo field. We don't process ItemDesc field the same way, we used to process it in the past.
>
>So, once again: good catch and many thanks to you.

I've been bitten with this one before. While using extensions ending with x does create memos ending with t (create form frm.tcx will create memo file frm.tct), create table blah.lgx didn't produce blah.lgt, but blah.fpt. Thus, you can't have two dbfs with the same name if both should have memos and/or indexes.

Enjoy the long file names - simply extend the stem of the first one with _log or .log: Create Table "blah.log.dbf" creates "blah.log.fpt" as well; juststem("blah.log.dbf") still returns the regular "blah.log" so that would make no confusion.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform