Jump to content
Server Maintenance This Week. ×

Custom Dialog Window


prleo1

This topic is 7119 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

I am new to FileMaker Dev 7, so please excuse me if this seems like a stupid question. I have a Custom dialog window pop-up when a certain condition is satisfied. I am trying to insert a field name within the body of the text in the Custom Dialog window. For example, if a person selects an item that is assigned to another person, they get the message "This item has already been selected by another user." However, I would like the Dialog to state "This item has already been assigned to <<FieldName>>."

Link to comment
Share on other sites

Hi prleo1,

You are confused, you are not wrapping a field in quotations marks. You are wrapping the Text. First you have

"This item has already been assigned to "

and then adding the field

& FieldName

and then adding the period.

& "."

so the whole thing looks like ???

"This item has already been assigned to " & FieldName & "."

HTH

Lee

cool.gif

Link to comment
Share on other sites

This topic is 7119 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.