Using the "Right" function as follows:
for each tdf in db.tabledefs
if right(tdf.name, 2) = "df" then
lstSearch.additem tdf.name
endif
next
On my Wondows 2000 system, no problem
Installed exact Same version of VB6 with SP5 on Win XP system. Copy project directory to XP station.
On compile, I get the following:
Compile Error:
Can't Find Project or Library.
The Right command from the above code is highlighted. Both project have the exeact same references checked. And ideas as to what is causing the problem?
Thanks, Jake
for each tdf in db.tabledefs
if right(tdf.name, 2) = "df" then
lstSearch.additem tdf.name
endif
next
On my Wondows 2000 system, no problem
Installed exact Same version of VB6 with SP5 on Win XP system. Copy project directory to XP station.
On compile, I get the following:
Compile Error:
Can't Find Project or Library.
The Right command from the above code is highlighted. Both project have the exeact same references checked. And ideas as to what is causing the problem?
Thanks, Jake