Patrick Tingen
Patrick Tingen
Code for mass delete can be improved, check https://community.progress.com/s/article/P36834 example: DEFINE VARIABLE iRecord AS INTEGER NO-UNDO. DEFINE VARIABLE iBatch AS INTEGER NO-UNDO INITIAL 10000. OUTER: DO WHILE TRUE TRANSACTION: FOR...
The main window is becoming too complex to add new tabs. Therefore, the existing tabs need to move to independent .w files
Too much logic is concentrated in wDataDigger.w. Logic wrt filter fields should be moved to a separate library
When assigning an unknown value to an integer of decimal field, it is saved as 0 instead of ?
Currently there are two tabs: fields and indexes. I plan to add tabs for triggers, sequences, db info and perhaps table relations. For this, I need to do some serious...
Starting with v26 it is possible to set a color for the top frame to distinguish between environments. This should be settable from the 'appearance' tab in the settings
Create an import function for connections from conmgr.properties file (c:\dlc11.2\properties\conmgr.properties) Format is like: ```[servergroup.sports11.defaultconfiguration.defaultservergroup] configuration=sports11.defaultconfiguration displayname=defaultServerGroup port=12345 type=both ```
Clear cache (settings, bahavior) also deletes connections and favourites
Show _file._file-number in tooltip of table Promon does not show the name, but only the number (Dirk Vreken whatsapp 26-4-2021)
First start against DB with -RO param (no local settings yet) Filters on data columns are not saved and also not used Filters do not work until you started without...