December 23, 200421 yr When I create a custom dialog box, I have the choice to label 3 buttons. The default is "cancel." How do I tell the script to do something different based on which button the user selects?
December 24, 200421 yr In your script use an If [Get(LastMessageChoice) = 1] do the button 1 stuff ElseIf [Get(LastMessageChoice) = 2] do the button 2 stuff Else do the button 3 stuff End If One think to remember if you want to enter data via the custom dialog box only, button 1 will pass the data on.
December 24, 200421 yr Author Thanks! I have the gigantic FMP7 Bible book and just couldn't seem to find it. I have been using FMP now for 9 days. I have no prior database experience, so thanks for you patience!
Create an account or sign in to comment