Danny Dawson Posted May 3, 2006 Posted May 3, 2006 Hi Maybe I'm missing something obvious but I can't figure out an easy way to capture a table name in a calc or function. I really want a Get(tablename) function that returns the table you are in when you run a script or a get(fieldtablename) that returns the table of a specified field. I have tried get(activefieldtablename) but this only gets the correct value when you edit a field in the same file that holds the field/table, it does not work if you seperate the data and interface into 2 files. I have wondered if this behaviour with get(activefieldtablename) is a bug because the get(activefieldname) works in the way you would expect in this situation. Any Ideas? Thanks in advance.
MarkWilson Posted May 3, 2006 Posted May 3, 2006 Mr. Dawson Try TableNames ( Get ( FileName ) ). The TableNames() function is under the developer functions.
Lee Smith Posted May 3, 2006 Posted May 3, 2006 I know you that meant Design, not Developer Functions. : Lee
Recommended Posts
This topic is 6778 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