What i would do is instead of 83 EEP do some like this 
1. Put your buttons on the map
2. In your button put the name of your eep and a using 1 - 83

        YourProgram.EEP USING 1
        nextbutton 
        YourProgram.EEP USING 2

3 .inside the program you want to setup a var like this

set var vYourVarsName = .%1

4 .Now below that you can do some like this

EDIT USING CRC WHERE whatever = .vYourVarsName



On 29 Dec 2003 at 10:39, Thomas Eldred wrote:

> I am trying to be clever, but am finding myself rather un-equiped for that
> activity....
> 
> I have a cool form that uses our state map as the background image. I 
want
> to select the county by having the user click on the map.
> 
> My question is do I need to set 83 buttons with 83 different eeps 
setting
> the variable countynumber and then have the eep launch the form using 
that
> variable as where clause?  or is there a more efficient way to do this?
> 
> also in using the eep, in order to launch a form called CRC after 
setting
> the variable what syntax do I use, the form is generated in the form
> designer? would I use the "Edit using CRC where countynumber = xx"
> 
> Thanks for your assistance
> 
> Tom Eldred
> 
> 



Victor Timmons  
Tiz's Door Sales, Inc
425-258-2391

Reply via email to