Newbies circa73 Posted May 7, 2002 Newbies Share Posted May 7, 2002 I use an FMP-InlineAction in the middle of my HTML document to search another database. If the Find comes up empty, I want to be able to a simple error message rather than the blank space that comes up. I do not want to leave my HTML page where the InlineAction call is coded. Link to comment Share on other sites More sharing options...
The Bridge Posted May 7, 2002 Share Posted May 7, 2002 Try: [FMP-InlineAction...] [FMP-If: CurrentFoundCount.gt.0] [FMP-Record] . . . [/FMP-Record] [FMP-Else] No records found [/FMP-If] [/FMP-InlineAction] Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 8185 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