Solved it myself.  I got this to work:

Global i_rowid As Integer
...
Set Handler SelChangedHandler On
    ''select one record matching user's dialog picks
Select * From Cities Where...   
Set Handler SelChangedHandler Off
    '''modify label of selected record
Set Map Window iMapID 
    Layer Cities
        Label Object i_rowid Font ("Arial",1,9,14680288)
...
Sub SelChangedHandler
    i_rowid = CommandInfo(CMD_INFO_ROWID)
End Sub



Mike

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

Reply via email to