-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
broken data export window #531
Comments
I agree that this isn't the most intuitive approach. I am open to suggestions on how to improve this from a usability standpoint. For existing tables it is easy enough to find them in the list and set the export format, but sometimes you want to set up your options to always export a specific table name by default in your general options, without this table necessarily existing in the current database. For example, I would expect that most users would definitely want custom ribbons exported by default, but the The question is how do we intuitively manage these entries for tables that don't necessarily exist in the current database. |
some button to add special rows to the tables list, like "USysRibbons?" in the "nullable variable" fashion, meaning the table may or may not exist? OTOH, do we really need it as a global preference? I mean, the exact list of tables is clearly per-database thing, not per-computer. Personally i consider that window to be an option to the particular export operation of a particular DB file. And i believe this kind of fine-grained settings is needed. I think, hence, the "global defaults" (if it should be at all) should rather be a separate window. Which would address not specific tables (there are none, globally), but "kinds" of table (system, user-created, etc) and maybe name templates (filename-like or regex). But whatever "global" settings are, when the database file is being opened they are recalculated into the local, per-table-name settings, when can be finely adjusted for the given export operation. |
the "update" button in 3.4.23 was not very intuitive and was not very comfort - but it worked
the last vertion made something quite weird and outright counterintuitive - changing the hidden options without warning
The text was updated successfully, but these errors were encountered: