Recent content by WesleySmith

  1. W

    Question Translating/Localizing Class based code

    Hi Everyone, I am looking for help/advice/tips regarding localizing class based code. Currently our application is GUI but we have started to create new class based forms/user controls etc as we intend to move our application into a more feature rich .NET look/feel but have a problem relating...
  2. W

    -S Port Number

    You could also try using the DBPARAM function this will return the parameters used to connect to the database specified: DBPARAM ( integer-expression | logical-name | alias ) You would need to parse the result for the -S entry but its a comma separated list so should be easy enough
  3. W

    Question Query Performance

    Thank you all for your valuable input. I had not considered Physical I/O so thanks Rob for highlighting that but I have a couple of concerns about the less elegant approach If we ever introduced a new value for Field4 (say 41) the programmer would need to replicate multiple, and the correct...
  4. W

    Question Query Performance

    Hi Everyone, We are currently performing some analysis of our code base to see where we can improved performance and reduce database reads. We have a table: Table1 which can contain a lot of records. This table has an index, lets call it idx1, which has these fields: Field1, Field2, Field3...
  5. W

    Answered LOG-MANAGER Overhead

    RealHeavyDude, Thanks for the reply. We currently have a super-procedure which initializes when our application starts which deals with the LOG-MANAGER. At the moment LOG-MANAGER is only activated when the -logthreshold startup parameter is set. The super-procedure also deals with the house...
  6. W

    Answered LOG-MANAGER Overhead

    Progress Version: 10.2B06 Hi All, As part of our upgrade process we ask our customers to run with LOG-MANAGER enabled for the first couple of weeks after go-live. The reason for this is when LOG-MANAGER is run with no entry types enabled it captures unexpected, Progress generated errors...
  7. W

    Runtime Widget-id Assignment tool problem

    Has anyone sucessfully used the Runtime Widget-id assignment tool that can be accessed from the Pro*Tools menu? If my understanding of this is correct you can run a smart window through the tool and it will generate an XML file containing unique widget ID's for all the widgets contained within...
  8. W

    Version Control System - Mercurial

    Yes, you are correct this must affect any SCM because the file content has been changed. This is what I don't understand. If I make my changes using a procedure editor the frame definitions do not change position and does not cause any problems running our application. When I originally spoke...
  9. W

    Version Control System - Mercurial

    I was wondering if anyone else is using Mercurial as their version control system and could give me some advice. We have noticed that when you open and save a window created using the AppBuilder the frame definitions change sequence in the file - even if you don't make any changes to the...
Top