Greetings List, I've built a custom find dialog to search a specific street file, refined by a specific region file.
I have the street address as an EditText box and would like to use a combo box (Control PopUpMenu) to select the region name to refine the search by. However, I can't get past the issue that the PopUpMenu "Into" value must be a SmallInteger rather than the necessary Character or "String" value. The only way I can get this to work is with EditText boxes on both accounts and with the Dim statements: Dim s_addr as String Dim s_comm as String Find s_addr, s_comm Interactive 'Interactive just incase the House number is out of range or street name doesn't match I would like to use a combo or PopUpMenu list to select the 's_comm' or "Community" but that seems to require or produce only an Integer result. Your help would be most appreciated. Dave --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 7614
