|
LezChap Newbie
Joined: 13 Dec 2011 Posts: 1
|
Posted: Tue Dec 13, 2011 1:48 am
Mapquery and Notes Field |
So far I've been unable to figure out how to get %Mapquery OR #Mapquery to search the Notes Field. Is there a way to do this?
|
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Tue Dec 13, 2011 4:22 am |
Can't do it with mapquery, have to open up a separate SQL connection to the map via the SQL commands/functions.
var = %sqldb(mapfile)
#call @var.connected(1)
$result = %sql(mapfile,"SELECT * FROM NoteTbl WHERE Note...") |
|
_________________ EDIT: I didn't like my old signature |
|
|
|
|
|