Search results

  1. jeffledbetter

    Edit HTML objects from Roundtable

    Hi. When the object is edited outside of the Progress session in another editor, we do not have a way of knowing that the window closed so we cannot unlock the object or pop-up the version notes prompt.
  2. jeffledbetter

    Multiple module Object Group assign

    Perhaps I am misunderstanding your question. Each Object has a group and each Object belongs to a Module. So, an Object Group is essentially a child of a Module which means that Modules cannot be assigned to Groups. Although directly editing the data is not recommended, you can set the Object...
  3. jeffledbetter

    Upgrading to Roundtable 9.1D - Visual Diff no longer works

    Hi. VisDiff does not like the quotes around the filenames. BTW, you can configure any visual differencing tool that you like under the Roundtable User Preferences. I would suggest using something like WinMerge as opposed to an old copy of VisDiff. Jeff
  4. jeffledbetter

    Roundtable 10.1C

    Hi all. I am pleased to announce that Roundtable 10.1C is now available! For ordering updates, please contact your PSC sales representatives or Tugboat Software (if you are a direct Roundtable customer). For an overview of new features and customer-facing changes, please download the...
  5. jeffledbetter

    Unable to complete task

    These types of errors should never occur. My suggestion would be to start your session with the -debugalert option so that you get get a stacktrace for the error. Please send the error along with your serial number and Roundtable version/platform to support-europe@roundtable-tsms.com.
  6. jeffledbetter

    OCX in Procedure (.p)

    Here is a chunk of code I wrote years ago to something similar (assuming I understand your request). It's meant to be run persistently. Basically, you pass it the handle of the frame on which you want to place the OCX control. Obviously, the .WRX has to have already been created. I'm sure...
  7. jeffledbetter

    Deleting Temp-Table Object

    Cool. Thx for the quick response.
  8. jeffledbetter

    Deleting Temp-Table Object

    Hello. If I receive a temp-table as a TABLE HANDLE input parameter, we always make sure to delete the incoming 'object' when done.. DEFINE INPUT PARAMETER TABLE-HANDLE phTT. ... DELETE OBJECT phTT. If there is a static definition of the temp-table in the receiving procedure, is it still...
  9. jeffledbetter

    Source code repository

    I supposed that compared to "free" then, yes, it looks expensive. However at a price of less than 2% the salary of your average programmer, it's a small investment.
  10. jeffledbetter

    Source code repository

    Roundtable does not "require" you to work a certain way. Roundtable simply enforces the rules and requirements set up by the administrator. Based on the number of customers we have, I would also say that "a bunch" of folks enjoy the thought as well.
  11. jeffledbetter

    Moving to Type II Storage

    When updating your application database schema using Roundtable Schema Update, the target db is queried for areas. At that point, you can assign new tables and indices to your desired area. Currently we do not store area information, so this data will not available in the .df files created by...
  12. jeffledbetter

    How to debug the Code

    Hi. I do this all the time and haven't had any trouble starting the debugger. Can you please provide steps to duplicate? Is it just a matter of opening WIP object from within Roundtable, adding the DEBUGGER statements above, and pressing F2?
  13. jeffledbetter

    How to debug the Code

    Hi. Which version of Roundtable are you using? At which menu option are you looking? I do not see a 'debug' option within AppBuilder.
  14. jeffledbetter

    Importing tasks into another workspace

    In 9.1D and greater, you do not have to directly source a workspace in order to import from it. It just needs to be in the sources of the workspace from which you are importing.
  15. jeffledbetter

    Imported release/task

    That is one of the caveats of importing by task as there is no roll-back capability for a particular task. Deleting each object and reverting to the previously assign version is your best bet. To back out a release, you can use the filter tab and import a previous release. By default, the...
  16. jeffledbetter

    Roundtable Installation manual

    Which version of Progress are you using? RTB 9.1B is quite old. Please contact us at support@roundtable-tsms.com. Perhaps we can send you a link to a newer evaluation.
  17. jeffledbetter

    Roundtable 10.1A01

    Hello all. Roundtable patch 10.1A01 is available for download from www.roundtable-tsms.com/support. There is also a plug-in update as well (1.1.0). This update can be performed via OpenEdge Architect by choosing Help > Manage Configuration. Choose the Roundtable node and then choose 'Scan for...
  18. jeffledbetter

    Roundtable OE plug-in / OE 10.1A01

    Hello all. The Roundtable plug-in v1.0.0 does not play nicely with OE Architect v10.1A01. We have addressed the issue and will be releasing Roundtable plug-in v1.1.0 later this week. Along with this integration fix, we have made a few nice enhancements as well. Additionally, Roundtable...
Back
Top