Patrick Tingen

Results 14 issues of 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...

enhancement

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

enhancement

When assigning an unknown value to an integer of decimal field, it is saved as 0 instead of ?

bug

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...

enhancement

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

enhancement

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 ```

enhancement

Clear cache (settings, bahavior) also deletes connections and favourites

bug

Show _file._file-number in tooltip of table Promon does not show the name, but only the number (Dirk Vreken whatsapp 26-4-2021)

enhancement

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...

bug