Jump to content
Server Maintenance This Week. ×

How do I create a rolodex


EileenP

This topic is 5544 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 5544 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.