Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Is it possible to display field contents in a custom dialog statement.

I thought you could format your text like the insert:merger field command

heres all i want to do

"<<Table_Name::FistNameLastNameCombo>> has been logged in at <<Table_Name::TimeIn>>."

this is part of a script i have attached to a login in button that just records the current time in the TimeIn field.

this line only displays exactly what you see there

Posted

Is it possible to display field contents in a custom dialog statement.

I thought you could format your text like the insert:merger field command

heres all i want to do

"<<Table_Name::FistNameLastNameCombo>> has been logged in at <<Table_Name::TimeIn>>."

this is part of a script i have attached to a login in button that just records the current time in the TimeIn field.

this line only displays exactly what you see there

Posted

You need to follow the correct syntax for a text calculation. Select SPECIFY and select your fields to combine by double-clicking them (or type them directly) thus:

Table_Name::FistNameLastNameCombo & " has been logged in at " & Table_Name::TimeIn & "."

Remove the merge tags around the field names. All text should be surrounded by quotes and table/field names are simply selected and inserted (or double-clicked to insert).

Posted

You need to follow the correct syntax for a text calculation. Select SPECIFY and select your fields to combine by double-clicking them (or type them directly) thus:

Table_Name::FistNameLastNameCombo & " has been logged in at " & Table_Name::TimeIn & "."

Remove the merge tags around the field names. All text should be surrounded by quotes and table/field names are simply selected and inserted (or double-clicked to insert).

This topic is 7190 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.