Newbies fholden Posted March 23, 2001 Newbies Posted March 23, 2001 In scripting... Using the status(currentFieldName) I can retrieve the name of a selected field. Is there a function (like 'indirect') that will retrieve the content of that field? Thanks for any help. f
David McKee (Protolight) Posted March 23, 2001 Posted March 23, 2001 No, unfortuately not. You'll have to do a case statement on that field name.... Assuming you have the fieldname in a field called "WhichField" your case statement would look like: case ( whichfield = "firstname", firstname, whichfield = "lastname", lastname, "UNKNOWN FIELD" ) Hope this helps! -dave
Newbies fholden Posted March 24, 2001 Author Newbies Posted March 24, 2001 Thanks. I would have never thought of that.. Great help... f
Recommended Posts
This topic is 8645 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