0
votes
2answers
61 views
Resolving difficult to recreate bugs
In a js app I'm developing there are a few bugs that recur every now and then for some users who are testing it, but I've been unable to recreate them myself.
What tools/approaches are there to …
1
vote
3answers
89 views
Maintain UpDown-Associate connection while recreating the associate
I have an TUpDown control whose Associate is set to an instance of a TEdit subclass. The edit class calls RecreateWnd in its overriden DoEnter method. Unfortunately this kills the buddy connection at …
0
votes
1answer
529 views
How to drop and recreate a set of foreign key constraints automagically?
I need to update the primary key of a specific table which also has foreign keys on hundreds of other tables. I can identify the set of tables and columns that I need to update easily enough and I …
