lnopadol Posted June 17, 2008 Share Posted June 17, 2008 Various programs on the web now feature very easy to use contact database scheme. One of them I love to have it worked out on my FM database. I have lots of contact, so I want to have A, B, C, ... buttons on the top of the page. Once I hit those buttons, it will sort out only A, or B, or C, etc. I tried various options, nothing work. Thank you so much. Link to comment Share on other sites More sharing options...
Ender Posted June 17, 2008 Share Posted June 17, 2008 You might try defining each letter as a button doing a Perform Script, with a script parameter corresponding to its letter. The single script might look something like: Enter Find Mode[] Set Field[Contact Name; get(scriptparameter)] Perform Find[] You might want to include error trapping so the user doesn't see those 'No records found' errors. Link to comment Share on other sites More sharing options...
lnopadol Posted June 18, 2008 Author Share Posted June 18, 2008 Thank you so much. What will a script parameter be in the case of any contact start with a letter "A", or "B"? Link to comment Share on other sites More sharing options...
Ender Posted June 18, 2008 Share Posted June 18, 2008 For the letter A, the script parameter would be "A", for the letter B, the script parameter would be "B". Link to comment Share on other sites More sharing options...
lnopadol Posted June 18, 2008 Author Share Posted June 18, 2008 When I tried, I kept getting "Invalid Get function parameter. Link to comment Share on other sites More sharing options...
Ender Posted June 18, 2008 Share Posted June 18, 2008 Maybe check your syntax. Link to comment Share on other sites More sharing options...
Recommended Posts