Board index » off-topic » undeclared identifier: 'NetfileDir'
|
P.S.Bell
Delphi Developer |
|
P.S.Bell
Delphi Developer |
undeclared identifier: 'NetfileDir'2006-06-16 08:05:52 PM off-topic12 Using Delphi 6 I have an Initialization in a data module that has just started complaining about Netfiledir being undeclared when I try the following: Session.Netfiledir:=sPath+'\NetDir'; It has been there for years but something has changed to cause this. DBTables is in the main Uses section. Session.PrivateDir is fine. Pat Bell |
| Joe Griffin
Delphi Developer |
2006-06-17 04:23:38 AM
Re:undeclared identifier: 'NetfileDir'
P.S.Bell wrote:
QuoteIt has been there for years but something has changed to cause ... Joe Member of the UK Borland User Group |
| Antonio Felix
Delphi Developer |
2006-06-17 04:33:29 AM
Re:undeclared identifier: 'NetfileDir'Quote
or is just your cut and paste? HTH Antonio {smallsort} |
| P.S.Bell
Delphi Developer |
2006-06-18 06:09:14 AM
Re:undeclared identifier: 'NetfileDir'
In article < XXXX@XXXXX.COM >, Joe Griffin
wrote: QuoteP.S.Bell wrote: specify dbtables.session.NetFileDir in future. Pat Bell |
