Sorry, I just can't figure this one out - it seems such a simple thing but I'm getting nowhere.
I am writing a program that begins by prompting the user to choose a table from those that are open and I have restricted the options by dominant object type (the table should always be point geometry). Easy enough.
Next I want to prompt the user to choose from a list of existing columns that exist within the previously chosen table. No luck.
I can produce a list of ALL columns from ALL open tables (unhelpful). I can produce a list of columns from ONE specific table by name. But I cannot produce a list of columns from ONE table that happens to be a variable. Here's my test code:
Dim Tabz as AliasDim Colz as StringTabz = input("Table", 'Window title"_Table:", 'Prompt"", 'Default value"table", 'Type of input"", 'Help text"TableInfo(ScriptContext(2),TAB_INFO_DOMINANT_OBJECT_TYPE)=2" 'choice limitations)Colz = input("Column", "_Column:", "", "column", "","TableInfo(Scriptcontext(2), TAB_INFO_NAME)=Tabz")Thanks in advance for any help that can be offered and apologies if I am missing something daft.
Ryan
------------------------------
Ryan Cook
Knowledge Community Shared Account
------------------------------