May 7, 200223 yr Newbies 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.
May 7, 200223 yr Try: [FMP-InlineAction...] [FMP-If: CurrentFoundCount.gt.0] [FMP-Record] . . . [/FMP-Record] [FMP-Else] No records found [/FMP-If] [/FMP-InlineAction]
Create an account or sign in to comment