 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
puppy Guest
|
Posted: Tue May 16, 2006 5:14 pm Post subject: error?? |
|
|
I run program and find error,strange,delphi show '[Error]
Unit3.pas(33): Undeclared identifier: 'funCheckTableOpen''.part program
is this,
var
Form3: TForm3;
function TForm3.funCheckTableOpen() :boolean; //this sentence
implementation
uses DataModul;
Why?? |
|
| Back to top |
|
 |
hps Guest
|
Posted: Thu May 18, 2006 7:14 am Post subject: Re: error?? |
|
|
Try
var
Form3: TForm3;
function funCheckTableOpen() :boolean; //this sentence
implementation
uses DataModul; |
|
| Back to top |
|
 |
Riki Wiki Guest
|
Posted: Sat May 20, 2006 3:14 am Post subject: Re: error?? |
|
|
Hoi Puppy
In case you need more help, you need to repost your question on the Borland
news server, to make everybody see your message.
How to post to Delphi newsgroups:
<http://tinyurl.com/8m5nw>
which links to
<http://delphi.wikicities.com/wiki/Delphi_Newsgroups> |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|