
| Subject: | procedure not recognised |
| Posted by: | Roy Lambert (roy.lambe…@skynet.co.uk) |
| Date: | Sun, 5 Oct 2008 |
D2006
I have a unit
--------------------------------------------------------------------------------------------------------------------
unit HHCmnVars;
interface
uses dialogs,
Messages, Windows, Classes, HHTypes, SysUtils, DB, ImgList,
Controls, nlhMisc, Variants, SyncObjs, DialUp, verslab, Graphics,
edbcomps, AdvStyleIF, emFiles, nlhTable;
procedure AsMemoryTable(const SQLStatement: string; const IdxSet: string; tbl: TnlhTable);
function LocaliseSQL(const InitialStatement: string): string;
--------------------------------------------------------------------------------------------------------------------
I'm using  LocaliseSQL in other units. Today I've added AsMemoryTable and a unit which happily recognises tells me
[Pascal Error] Contacts.pas(813): E2003 Undeclared identifier: 'AsMemoryTable'
Suggestions please.
Roy Lambert