Newbies EileenP Posted February 19, 2009 Newbies Posted February 19, 2009 Hi - I am very new to this so please be gently with me! I have designed a very basic database interface and although I have followed a tutorial, I cannot seem to get the rolodex to work. The suggested script is as follows: Set capture error Enter Find mode Set field (Name last(Getscriptparameter)) Perform find If(GEt(lasterror-401)) Show custom dialog (no record found) Show all records End if I have then allocated the relevant letter of the alphabet to the corresponding button but when I go into browse mode, nothing happens. Can anyone help me please? Eileen
mr_vodka Posted February 19, 2009 Posted February 19, 2009 Set Error Capture [on] Enter Find mode [] Set field [ Name last; Get ( ScriptParameter ) ] Perform find [] If [ not Get ( FoundCount ) ] Show custom dialog [ no record found ] Show all records [] End If
Newbies EileenP Posted February 26, 2009 Author Newbies Posted February 26, 2009 Thanks John but it still doesn't work - don't know what i am doing wrong!
mr_vodka Posted February 26, 2009 Posted February 26, 2009 Are you properly attaching the script parameter to the button?
Recommended Posts
This topic is 5817 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now