Newbies JimmyLee Posted March 17, 2006 Newbies Posted March 17, 2006 Hello All. I'm a newbie to FM and I have a question about tooltips. I have no problem with the basic use of GetNthRecord() function so far. I figured out how to see the next record (person's name) in a found set and the previous person's name. My question is: When I reach the end of a found set, how do I get the tooltip to let me know that there is 'No more records'? I'm embarrassed to ask such a simple question on this forum. Thanks
mav Posted March 18, 2006 Posted March 18, 2006 Have you tried : GetNthRecord ( fieldname ; Get(FoundCount) )
Newbies JimmyLee Posted March 18, 2006 Author Newbies Posted March 18, 2006 Hello Mav. The tooltip is attatched to two arrow icons. I tied this calc to each icon. GetNthRecord ( customer::first; Get ( RecordNumber ) + 1) & " " & GetNthRecord ( customer::last ; Get ( RecordNumber ) + 1) One icon has the -1 sign. I hate being a newbie and that won't be the case much longer. Does you calc work in this case since I'm not using a field? Or how can i attatch your calc to mine. Thanks Again
Newbies JimmyLee Posted March 18, 2006 Author Newbies Posted March 18, 2006 Thanks mav.. Works perfectly.
Recommended Posts
This topic is 6957 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