Baylah Posted July 20, 2006 Posted July 20, 2006 Is there a way that if I had a table of quotations that when the open script is run FMP could randomly select a quote (record) and display it as part of my opening splash screen? Steve PS I'm not charging the client for the time to develop this...It is just something fun I would like to add for a client who is always quoting "Jack Handy" for you SNL fans.
comment Posted July 20, 2006 Posted July 20, 2006 It's quite easy, esp. in v.8: Freeze Window [ ] Go to Layout [ Quotations ] Show All Records [ ] Set Field [ Main::gQuoteOfDay; GetNthRecord ( Quotations::Quotation ; Ceiling ( Random * Get ( TotalRecordCount ) ) ) ] Go to Layout [ original layout ]
Recommended Posts
This topic is 6699 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