Hi,
I've been cruising along on a little program that "automates" some
repetitive mapmapking.  At one point I need to geographically query a
polygon layer(a National Wetlands Inventory quad index) so I can determine
which NWI quads and DRG basemaps our project area is within.  I've assigned
the project site map (a combined point and buffer) to a variable name and I
use the variable name in a select statement to the effect of "select the
NWITableName, DRGTableName from WetlandIndex, ProjectSite where WetlandIndex
Contains ProjectSite."  (Conversely, I've tried "ProjectSite within
WetlandsIndex")
When I try to compile my program, I get an "unrecognized command:.." error
when I use the table variable name in the select statement. I can plug any
other string in the world into the select statement in its place and the
program compiles. What's up with that variable name, do you think? 
And on another MB subject, what's happening when I try to put a Stop
statement into my program and when I run it I get a "Cannot Breakpoint. This
program is being run by another program"? 
Thanks for any assistance.  I'll summarize (but I rarely find that these
kind of niggling, annoying problems befall others).
Tim Rood
FEMA

---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 3594

Reply via email to