jhomer Posted March 21, 2005 Author Posted March 21, 2005 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
jhomer Posted March 21, 2005 Posted March 21, 2005 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
MoonShadow Posted March 21, 2005 Posted March 21, 2005 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).
MoonShadow Posted March 21, 2005 Posted March 21, 2005 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).
jhomer Posted March 21, 2005 Author Posted March 21, 2005 Thanks.. guess i went brain dead for a minute
jhomer Posted March 21, 2005 Author Posted March 21, 2005 Thanks.. guess i went brain dead for a minute
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now